﻿#DVPagIntAgendaOutrosConteudo
{
    position: relative;
    clear: both;   
}
#DVPagIntAgendaTitulo
{
    font-size: 18pt;   
}
#DVPagIntAgendaDescricao, #DVPagIntAgendaImagem
{
    font-size: 12pt; 
    padding: 10px;  
}
#DVPagIntAgendaOutrosTitulo
{
    font-size: 14pt; 
    padding: 10px;
    font-weight: bold;    
}
.DVAgeMod1
{
    margin-right: 12px;
}
.DVAgeMod1Item
{
    position: relative;
    float: left;
    margin: 10px;
    cursor: pointer;
    margin-bottom: 3px;
    width: 300px;
}
.DVAgeMod1Item:hover
{
    background-image: url('../../../Imagens/modulos/branco70.png');
    width: 300px;
}
.DVAgeMod1Titulo
{
    font-size: 16px;
    text-transform: uppercase;
}

.DVAgeMod1Descricao
{
    position: relative;
    clear: both;
    
}
.DVAgeMod1DescricaoLn1, .DVAgeMod1DescricaoLn2
{
    margin: 2px 0 2px 0;
    position: relative;
    clear: both;   
    font-size: 8pt;
}
.DVAgeMod1Informacoes
{
    background-image: url('../../../Imagens/modulos/preto50.png');
    color: #ffffff;
    width: 280px;
    padding: 10px;
    position: absolute;
    bottom: 0;
}
.DVAgeMod1Informacoes:hover
{
    background-image: url('../../../Imagens/modulos/preto20.png');
    color: #ffffff;
}
.DVAgeMod1Informacoes a
{
    text-decoration: none;  
    color: #ffffff; 
}
