/*--------------------------------
	autor: taltk9
	email: taltk9@yahoo.com.br
	twitter: @taltk9
----------------------------------*/



/*Estrutura principal*/

body, html { margin: 0px; padding: 0px; text-align: center; background-color: #CCC; margin-bottom: 20px;
background:#CCC url(../imagens/fundo.jpg) 
top left repeat-x fixed;
			 font-size: 11px; line-height: 16px; font-family: Arial, Verdana, sans-serif; }

P { padding-top: 5px; padding-bottom: 5px; line-height: 16px; text-align: justify; }					 
A { color: #4C6E94; text-decoration: none; } A:hover { color: #4C6E94; text-decoration: underline; }
UL { padding-bottom : 0px;  list-style-type : none; margin-bottom : 0px; margin-top : 5px; }
LI { padding-bottom: 5px; list-style-type: none; margin-left: 0px; list-style-image: url(../imagens/lista_seta.jpg); }
H1 { font-size: 11px; color: #000000; font-weight: bold; }
H2 { font-size: 11px; color: #4C6E94; font-weight: bold; }
H3 { font-size: 16px; color: #048CC8; font-weight: bold; }
H4 { font-size: 11px; color: #048CC8; font-weight: bold; }

/*Novas estruturas*/

.site
{
	background:#0174a5;
	width:830px;
	height:760px;
	margin-top:10px;
	margin-left: auto;
    margin-right: auto;
}
#topo {
	width: 100%;
	height: 324px;
	text-align: center;
	display: table;
}
#topo_interno { width: 700px; height: 324px; margin: auto; text-align: left; display: table; both: 0px; margin-top: 2px; }
#conteudo { width: 831px; display: table; margin: auto; text-align: center; background-color: #FFFFFF; padding-top: 20px; padding-bottom: 30px; }
#conteudo_interno { width: 730px; margin: auto; text-align: left; }	
#rodape { width: 831px; display: table; margin: auto; text-align: center; padding-top: 20px; padding-bottom: 30px; color: #000; }

/*Classes*/

.topo_box { border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; background-image: url(../imagens/bkg_topo_box.jpg); background-repeat: repeat-x; padding: 5px; }
.box { border: 1px solid #CCCCCC; padding: 5px; text-align: justify; }	
.box_bottom_pontilhado { border-bottom: 1px dotted #CCCCCC; border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; padding: 5px; text-align: justify; }	
.bottom_box_bottom_pontilhado { border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; padding: 5px; }
.li_secundario { list-style-image: url(../imagens/lista_ponto.jpg); }
a.mostraEsconde { text-decoration: underline; } a.mostraEsconde:hover { color: #5FD5E3; text-decoration: underline; }
div.banner { width: 527px; height: 222px; background-image: url(..imagens/fundo_banner.jpg); background-repeat: no-repeat; font-size: 20px; text-align: right; }
a.rodape { color: #FFFFFF; text-decoration: none; } a.rodape:hover { color: #FFFFFF; text-decoration: underline; }
