/*Pagina Agenda de Eventos -----------------------------------------------------------------------*/

/* DIV 
{
	border: solid 1px #000;
} */

.divAgendaEventosConteudo1A
{
    width:579px;
	height:auto;
	float:left;
	padding-left:5px;
}
.divAgendaEventosTitulo
{
	width:579px;
	font-size: 16px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #022873;
	padding-bottom:3px;
}
.divAgendaEventosBox
{
    width:579px;
	height:auto;
	float:left;
	margin-top:20px;
}
.divAgendaEventosBoxMes
{
	width:579px;
	height:auto;
	float:left;
	font-size: 12px;
	color: #006699;
}
.divAgendaEventosBoxMesDestaqueBox
{
    width:579px;
	height:auto;
	float:left;
	background-color:#eeeeee;
}
.divAgendaEventosBoxMesDestaqueBoxLadoA
{
    width:270px;
	height:auto;
	float:left;
}
.divAgendaEventosBoxMesDestaqueBoxLadoB
{
	width:280px;
	height:auto;
	float:left;
	padding:10px;
}
.divAgendaEventosBoxMesDestaqueBoxLadoBTitulo
{
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.divAgendaEventosBoxMesDestaqueBoxLadoBData
{
	font-size: 10px;
	color: #666666;
}
.divAgendaEventosBoxMesDestaqueBoxLadoBTexto
{
	margin-top:15px;
	font-size: 12px;
	color: #666666;
}



.divAgendaEventosBoxMesDestaqueBoxLadoC
{
    width:100px;
	height:20px;
	float:right;
	margin-bottom:10px;
	margin-right:30px;
}
.divAgendaEventosBoxMesDestaqueBoxLadoCBnt
{
    width:110px;
	height:auto;
	padding:3px;
	background:#FFFFFF;
}
.divAgendaEventosBoxMesDestaqueBoxLadoCBnt a
{
	font-size: 10px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.divAgendaEventosBoxMesDestaqueBoxLadoCBnt a:hover
{
	color: #074e97;
}

.divAgendaEventosBoxMesNormalBox
{
	width:579px;
	height:auto;
	float:left;
	margin-top:10px;
	padding-bottom:35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.divAgendaEventosBoxMesNormalBoxTitulo
{
    width:579px;
	height:auto;
	float:left;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.divAgendaEventosBoxMesNormalBoxData
{
    width:579px;
	height:auto;
	float:left;
	font-size: 10px;
	color: #666666;
}

.divAgendaEventosBoxMesNormalBoxTexto
{
    width:579px;
	height:auto;
	float:left;
	margin-top:5px;
	font-size: 12px;
	color: #666666;
}
.divAgendaEventosBoxMesNormalBoxTexto a
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.divAgendaEventosBoxMesNormalBoxTexto a:hover
{
	text-decoration: underline;
}


.divAgendaEventosBoxMesNormalBoxEmail
{
	height:auto;
	float:left;
	font-size: 12px;
	margin-top:5px;
}



