@charset "utf-8";
/* CSS Document */

/******************* CONTEUDO *********************************************/
#conteudo {

width:450px;
margin:0px auto 0px auto;

}

.back-conteudo {

background-color:#fafcfd;
width:440px;
margin-left:7px;

}

#buscar {

margin:2px auto 0px auto;
width:440px;
height:43px;

}


/**************************************************************************************************/
#historico {

margin:8px auto 0px auto;
width:440px;
height:131px;

}

.historico-text {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#3c7a9d;
font-weight:bold;

}

/**************************************************************************************************/
#comunicado {

margin:5px auto 0px auto;
width:442px;
height:220px;

}

#comunicado-alert {

margin:3px auto 0px 0px;
background-color:#faf6dd;
width:440px;
height:22px;

}

.comunicado-text {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;

}

.comunicado-boxtext {

margin:8px auto 0px 0px;
width:440px;
height:110px;
letter-spacing:0.6px;

}


/************************************************************************************/
#aniversariantes {

margin:4px auto 0px 2px;
width:217px;
height:217px;
float:left;

}

.aniversario-text {

font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#333333;
letter-spacing:1px;
text-align:justify;

}


/************************************************************************************/
#eventos {

margin:4px auto 0px -1px;
width:217px;
height:217px;
float:right;

}

.eventos-text {

font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#333333;
letter-spacing:1px;
text-align:justify;

}

/******************* LINK UNDERLINE *******************/
a.underline:link {
	text-decoration: none;
}
a.underline:visited {
	text-decoration: none;
}
a.underline:hover {
	text-decoration:underline;
}
a.underline:active {
	text-decoration: none;
}
