@charset "utf-8";
/* CSS Document */


body {
	margin-top             : 16px;
    padding                : 0;
    text-align             : center;
}


/* estrutura principal */

#pai {
	width                  : 860px;
    margin                 : 0 auto;
    padding                : 10px;
	text-align             : left;
}

.superior {
	height                 : 36px;
	width                  : 843px;;
}

.topo {
    margin-top             : 2px;
	margin-left            : -5px;
	height                 : 188px;
}

.imgtopo {
	float                  : left;
}

.logo {
	margin-left            : 57px;
	margin-top             : 9px;
}

#menu {
	float                  : left;
	margin-top             : 28px;
	width                  : 181px;
	height                 : 300px;
	background-color       : #fff;
	vertical-align:top;
}

#conteudo {
	float                  : left;
	margin-top             : 28px;
	margin-left            : 27px;
	width                  : 418px;
	padding-bottom         : 10px;
}

#banners {
	float                  	: left;
	margin-top             	: 28px;
	margin-left            	: 5px;
	width                  	: 210px;
	height                	: 300px;
}

#rodape {
	clear                  : both;
	width                  : 100%;
	height                 : 45px;
	background-image       : url(../imagens/bgrodape.jpg);
	background-repeat      : repeat-x;
}

.form {
	background-color       : #e7e7e7;
	border                 : solid 1px #999;
	font-family            : Tahoma, Geneva, sans-serif;
	font-size              : 10px;
	height                 : 12px;
	color                  : #666;
}

/* fontes */

.title_azul {
	font-family            : Tahoma, Geneva, sans-serif;
	font-size              : 13px;
	line-height            : 16px;
	font-weight            : bold;
	color                  : #3d82a3;
}

.title_cont {
	font-family            : Tahoma, Geneva, sans-serif;
	font-size              : 18px;
	line-height            : 16px;
	color                  : #000;
}

.font_azul {
	font-family            : Verdana, Geneva, sans-serif;
	font-size              : 10px;
	color                  : #005c87;
	text-decoration        : none;
}

.font_padrao {
	font-family            : Verdana, Geneva, sans-serif;
	font-size              : 10px;
	line-height            : 16px;
	color                  : #000;
	text-decoration        : none;
}

.font_padrao a:link, a:active, a:visited {
	color                  : #005c87;
	text-decoration        : none;
}
.font_padrao a:hover {
	color                  : #005c87;
	text-decoration        : underline;
}

.font_conteudo {
	font-family            : Verdana, Geneva, sans-serif;
	font-size              : 10px;
	line-height            : 16px;
	color                  : #000;
}

.voltar {
	text-align             : right;
	font-weight            : bold;
}

.voltar a { 
	font-family            : Arial, Helvetica, sans-serif; 
	color                  : #000;
	font-size              : 14px; 
	text-decoration        : none;
}

/* estilos da home */

#destaque {
	float                  : left;
	width                  : 200px;
	height                 : 200px;
}

.imgdestaque {
	margin-top             : 7px;
	margin-bottom          : 7px;
}

#box {
	float                  : left;
	margin-left            : 16px;
	width                  : 200px;
	height                 : 277px;
}

#quadroavisos {
	position               : relative; 
	margin-left            : 2px;
	margin-top             : 9px;

	background-image       : url(../imagens/fundoaba.jpg);
	background-repeat      : no-repeat;

	width                  : 200px;
	height                 : 238px;
}

#quadroavisos2 {
	position               : relative; 
	margin-left            : 2px;
	margin-top             : 9px;

	display                : none;	
	background-image       : url(../imagens/fundoaba.jpg);
	background-repeat      : no-repeat;

	width                  : 200px;
	height                 : 238px;
}


#boxinfo1 {
	position               : relative; 
	margin-left            : 2px;
	margin-top             : 36px;

	width                  : 177px;
	min-height             : 22px;
	_height                : 22px;

	border                 : #CCC 1px solid;
	padding                : 2px;
}

#boxinfo2 {
	position               : relative; 
	margin-left            : 2px;
	margin-top             : 10px;

	width                  : 177px;
	min-height             : 22px;
	_height                : 22px;

	border                 : #CCC 1px solid;
	padding                : 2px;
}

#boxinfo3 {
	position               : relative; 
	margin-left            : 2px;
	margin-top             : 36px;

	width                  : 177px;
	min-height             : 22px;
	_height                : 22px;

	padding                : 2px;
}

/* estilos pagina links */

.fundobege1 {
	background-color       : #eeefd4;
}

.fundobege2 {
	background-color       : #f8f8ee;
}

/* estilos pagina contato */

.form2 {
	background-color       : #FFF;
	border                 : solid 1px #999;
	font-family            : Tahoma, Geneva, sans-serif;
	font-size              : 10px;
	height                 : 12px;
	color                  : #666;
}
