@charset "utf-8";


/*div geral, que engloba a página inteira*/
#geral{
 width:auto;
 height:auto;
 background-color:#666666;
}


/*topo*/
#geral_topo{/*Segura o topo em uma div separada*/
 width:auto;
 height:120px;
 background-color:#666666;
 }
 
#topo{
 width:800px;
 height:70px;
 margin:5px auto;
 background-color:#bc000f;
 }

#menu{
 width:auto;
 height:30px;
 background-repeat:repeat-x;
 background-color:#000000;
 font-family:verdana;
 font-size:22px;
 color:#FFFFFF;
 }
 
#menu2{/*criei para poder alinhar os botões no meio*/
 width:641px;
 height:30px;
 margin:0 auto;
 text-align:center;
 }
/* Botões do menu*/
	#home{
 	width:100px;
 	height:30px;
 	background-color:#CCCCCC;
	float:left;
	margin-left:auto;
 	}

	#multimidia{
 	width:140px;
 	height:30px;
 	background-color:#CCCCCC;
	float:left;
 	}
	
	#femvirtual{
 	width:170px;
 	height:30px;
 	background-color:#CCCCCC;
	float:left;
 	}

	#femtv{
 	width:120px;
 	height:30px;
 	background-color:#CCCCCC;
	float:left;
 	}
	
	#busca{
 	width:107px;
 	height:30px;
 	background-color:#000000;
	float:left;
 	}
	
	
#flash{
 width:800px;
 height:100px;
 margin:5px auto;
 background-color:#bc000f;
 }

/*corpo da página*/
#geral_corpo{/*segura o lado direito da página*/
 width:auto;
 height:auto;
 float:right;
 background-color:#999999;
 }

#geral_foto{/*Geral foto.Segura o lado esquerdo do site*/
 width:auto;
 height:auto;
 float:left;
 background-color:#666;
 }
 
#foto{
 width:194px;
 height:70px;
 background-repeat:no-repeat;
 }
 
#anteriores{
 width:194px;
 height:250px;
 margin-top:2px;
 text-align:right;
 font-family:verdana;
 font-size:12px;
 color:#FFFFFF;
 }
 
#corpo2{/*Une os dois lados da página e os controla*/
 width:944px;
 height:auto;
 margin:auto;
 }






/*área dinâmica da página, incorporada ào "corpo da página"*/
#titulo{
	width:600px;/*450 menos 5 de padding*/
	height:auto;/*50 menos 5 de padding*/
	padding-top:5px;
	padding-left:5px;
	text-align:left;
	background-color:#999999;
	font-family:verdana;
	font-size:14px;
	color:#000;
 }
 
#cultura{/*div em que o dirigente escreve*/
	width:600px;
	height:auto;/* Não precisa de tamanho porque não se sabe quanto o dirigente falará*/
	padding-top:5px;
	padding-left:5px;
	background-color:#999999;
	font-family:verdana;
	font-size:10px;
	color:#000;
	font-weight: normal;
 }
 







/*rodape*/
#rodape{
/*importar módulo do rodapé*/
 }
#geral #corpo2 #geral_corpo #cultura p strong {
	font-size: 12px;
	font-family: verdana;
}
#geral #corpo2 #geral_corpo #cultura p {
	text-align: justify;
	font-weight: bold;
	font-size: 16px;
}
#geral #corpo2 #geral_corpo #cultura p {
	font-size: 12px;
	font-weight: normal;
}
.sub {
	font-size: 10px;
}
