body { background-color: #004929; }

* {	font-family: verdana; font-size: 12px; line-height: 20px; margin: 0; padding: 0; border: 0;}

/* topo ========================================================= */

div#site {	text-align: left; padding-top: 10px; width: 983px; }
div#topo {	width: 983px; height: 59px;
			background-image: url(./images/topo.bg.gif);
			background-repeat: repeat-x; }

div#logotipo { width: 295px; }
div#menu { width: 470px; }
div#busca {	padding-top: 15px; }

div#areabusca { background-image: url(./images/busca.bg.gif); 
			    width: 143px; height: 25px; }

input#caixabusca { padding-left: 3px; padding-right: 3px; padding-top: 4px;
			       border-style: none; border-width: 0px; background: none;	}
			  
/* destaque da home ========================================================= */

div#destaques {	padding-top: 11px; }

div#destaque_central {
	width: 983px;
	height: 338px;
	background-image: url(./images/destaque.tile.gif);
	background-repeat: repeat-x;
}

div#destaque_central_colunatexto {	width: 405px;  padding-top: 30px; }
div#destaque_central_titulo { width: 350px; height: 90px}
div#destaque_central_texto { padding-top: 25px; height: 80px; }
div#destaque_central_menu {	padding-top: 25px; }
div#login_cadastrados { clear:both; color: white; padding-top:10px; text-align: center; width:350px }
div#splash { padding-top: 14px; }

/* boxes home ========================================================= */

div#boxes {
	padding-top: 12px;
	width:983px;
}

/* intero ========================================================= */

div#interno {
	padding-top: 15px;
}

div#interno_topo {
	width:983px;
	height: 71px;
	background-image: url(./images/interno.topo.gif);
	background-repeat: no-repeat;
}

div#interno_titulo {
	padding-top: 20px;
	padding-left: 20px;

}

div#interno_centro {
	width:983px;
	background-image: url(./images/interno.bg.gif);
	background-repeat: repeat-y;
}

div#interno_conteudo {
	text-align: justify;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

div#interno_conteudo:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

div#busca_diretorio {
	background: url(../images/fundobusca.jpg);
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	line-height: 20px;	
	height: 63px;
}

div#busca_diretorio:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

div#img_desc {
	height: 20px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	background: #004929;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
}

/* rodape ========================================================= */

div#rodape {
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
	width:983px;
	text-align:center;
	color: white;
	font-size: 10px;
}
/* msg =========================================================== */

div#msg {
	background: #FFE5E5;
	background-image: url(../../images/msg.erro.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 70px;
	line-height: 20px;	
}

div#dica {
	background: #FFFFC3;
	background-image: url(../../images/msg.dica.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 70px;
	line-height: 20px;	
}
