/* CSS Document */
*{
	margin:0;
	padding:0;
}
img {border:0;}
body{
	background:url(../imgs/bg_body.jpg) repeat-x #CCCC99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 1px 1px 1px 1px;}
h1.esconde{
	display:none;
}
h1{ color:#FF6600; margin-bottom:8px; }
h2{ font-size:18px;}
#geral{
	width:990px;
	margin:0 auto;
}
#topo{
	background:url(../imgs/bg_topo.png) no-repeat;
	width:990px;
	margin:auto;
	overflow:hidden;
	height:222px;
}
#logo{
	width:192px;
	height:180px;
	cursor:pointer;
	float:left;
}
/* FORMATAÇÃO DO MENU */
#menu{
	width:780px;
	height:40px;
	float:right;
}	
#menu ul li {
	float:left;
	color:#fff;
	padding:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
}
#menu ul li a{
	text-decoration:none;
	color:#fff;
	padding-left:7px;
}
#menu ul li a:hover{
	text-decoration:underline;
	color:#000;
}
/* FIM DA FORMATAÇÃO DO MENU */
/* FORMATAÇÃO DO SUB-MENU */
#submenu{
	width:970px;
	float:left;
	overflow:hidden; 
	border-bottom:solid 2px #ccc;	
	margin-bottom:8px;
}	
#submenu ul li {
	float:left;
	color:#333;
	padding:4px;
	display:inline;
}
#submenu ul li a{
	text-decoration:none;
	color:#000;
	margin:1px;
	padding:2px;
	font-weight:bold;

}
#submenu ul li a:hover{
	text-decoration:underline;
	color:#000;
}
/* FIM DA FORMATAÇÃO DO SUB-MENU */
/* FORMATAÇÃO DO DESTAQUE */
#destaque{
	background:url(../imgs/bg_destaque.png) no-repeat right top;
	width:760px;
	float:right;
	margin:10px 10px 0 0;
}
/* FIM DA FORMATAÇÃO DO DESTAQUE */

#corpo {
	background:url(../imgs/bg_corpo.png) no-repeat;
	width:990px;
	margin:auto;
}
/* FORMATAÇÃO NOTÍCIAS PÁGINA INICIAL*/
#noticias{
	background:url(../imgs/bg_noticias.png) no-repeat #EA7340;
	width:990px;
	height:92px;
	float:left;
	overflow:hidden;
	margin:2px 0 2px 0;
	font-size:10px;
}
#noticias ul{ margin-left:20px; }
#noticias ul li a {
	width:140px;
	float:left;
	display:block;
	cursor:pointer;
	color:#fff;
	padding:8px;
	text-decoration:none;
}
#noticias ul li a:hover{
	color:#333;
	text-decoration:underline;
}
#noticias ul li img{ 
	float:left;
	margin-top:4px;
}
/* FIM DA FORMATAÇÃO NOTÍCIAS PÁGINA INICIAL*/
/* FORMATAÇÃO CENTRO PÁGINA INICIAL*/
#centro{
	background:#CCCC99;
	width:990px;
	float:left;
	overflow:hidden;
}
#centro ul.fundacao{
	background:url(../imgs/bg_tit_fundacao.png) right top no-repeat #fff;
	width:188px;
	float:left;
	height:286px;
	margin-right:2px;
	padding:4px;
	font-size:11px;
}
#centro ul.historica{
	background:url(../imgs/bg_tit_historica.png) right top no-repeat #fff;
	width:188px;
	float:left;
	height:286px;
	margin-right:2px;
	padding:4px;
	font-size:11px;

}
#centro ul.lazer{
	background:url(../imgs/bg_tit_lazer.png) right top no-repeat #fff;
	width:188px;
	float:left;
	height:286px;
	margin-right:2px;
	padding:4px;
	font-size:11px;

}
#centro ul.musica{
	background:url(../imgs/bg_tit_musica.png) right top no-repeat #fff;
	width:188px;
	float:left;
	height:286px;
	margin-right:2px;
	padding:4px;
	font-size:11px;

}
#centro ul.cultura{
	background:url(../imgs/bg_tit_cultura.png) right top no-repeat #fff;
	width:190px;
	float:left;
	height:286px;
	padding:4px;
	font-size:11px;

}
/* FIM DA FORMATAÇÃO CENTRO PÁGINA INICIAL*/
#centro_todas{
	background:#fff;
	width:970px;
	float:left;
	overflow:hidden;
	padding:10px;
}
#centro_todas ul li p a.formulario{
	background:#ff3300;
	color:#fff;
	width:180px;
	float:left;
	overflow:hidden;
	padding:10px;
	display:block;
	margin-top:8px;
	text-transform:uppercase;
	text-decoration:none;
}
#centro_todas ul li p a.formulario:hover{
	background:#333;
	color:#fff;
	width:180px;
	float:left;
	overflow:hidden;
	padding:10px;
	display:block;
	margin-top:8px;
	text-transform:uppercase;
	text-decoration:none;
}
#centro_todas ul.contato{
	width:400px;
	padding:4px;
	float:left;
}

#fotos{
	background:#fff;
	width:970px;
	float:left;
	overflow:hidden;
	padding:10px;
}
#menu_grupos{
	width:120px;
	float:left;
	margin-right:4px;
}
#menu_geral{
	background:#EA7340;
	width:990px;
	height:95px;
	float:left;
	overflow:hidden;
	margin:2px 0 2px 0;
}
#menu_geral ul li {
	float:left;
	width:190px; 
	padding:2px;
	margin:2px;
}

#fotos ul li a{
	text-decoration:none;
	width:990px;
	float:left;
	padding-top:14px;
}
#base {
	background:url(../imgs/bg_body.jpg) repeat-x;
	width:972px;
	height:121px;
	overflow:hidden;
	padding:4px 5px 12px 14px;
	color:#fff;
	margin-bottom:40px;
	float:left;

}
/* FORMATAÇÃO PARA LINKS GERAL */

a:link {
	COLOR: #333; TEXT-DECORATION: none;
}
a:visited {
	COLOR: #333; TEXT-DECORATION: none;
}
a:active {
	COLOR: #333; TEXT-DECORATION: none;
}
a:hover {
	COLOR: #E64100; TEXT-DECORATION: underline;
}
/* FIM DA FORMATAÇÃO PARA LINKS GERAL*/

/* FORMATAÇÃO DOS FORMULÁRIOS */

form {
	width:490px;
	margin:0 auto; 
	float:left;
}

form fieldset{
	border:0;
}
form fieldset.selecionar {   
	width:698px;
	padding:2px 0 2px 0;
	text-align:left;
	color:#333;
}   

form label{
	display:block;
	padding:3px 0;
}

form label span{
	display:block;
	color:#333;
	font-size:13px;
	font-weight:bold;
}
form label input{ 
	font-weight:bold;
	color:#333;
	padding:3px 0;
	width:480px;
}
form label input.opcao{ 
	font-weight:bold;
	color:#900;
	padding:3px 0;
	width:200px;
}
form label select{ 
	color:#333;
	padding:3px 0;
	width:340px;
}
form label select option.negrito_laranja{ 
	color:#FF6600;
	font-weight:bold;
}
form label select option.negrito_preto{ 
	color:#000;
	font-weight:bold;
}
form input.btn{
	cursor:pointer;
}
form label textarea {
	width:480px;
}
/* FIM DA FORMATAÇÃO DOS FORMULÁRIOS */
#paginacao{
	margin-top:8px;
}
a.ativados {
	font-size:14px;
	padding:4px;
	background:#fff;
	color:#333;
	border:solid 1px #333;
	text-decoration:none;
	float:left;
	overflow:hidden;
	margin:1px;
}

a.paginas {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	float:left;
	overflow:hidden;
	margin:1px;
	margin-left:1px;
	padding:6px;
	text-align:left;
	background-color:#333;
	text-decoration:none;
	
}
a.paginas:hover {
	color:#333;
	background:#fff;
	text-decoration:none;
	border:solid 1px #333;
	padding:5px;
} 
.base{
	width:420px;
	float:left;
}
.basenewsletter{
	width:400px;
	float:right;
}
.basefiamoncini{
	float:right;
	padding-top:48px;
	padding-right:44px;
}
/* Formatação notícias */
a.linknoticias{
	display:block;
	margin:1px;
	padding:4px; 
	background-color:#E9E9D1;
	border:solid 1px #FF6600;
	text-decoration:none;
}
a.linknoticias:hover{
	display:block;
	margin:1px;
	padding:4px; 
	background-color:#333;
	border:solid 1px #FF6600;
	color:#fff;
}

/* Fim da Formatação notícias */
img.logos{
	margin:8px;
}
a.galeriadefotos {
	width:100px;
	height:75px;
	float:left;
	overflow:hidden;
	color:#FFF;
	text-align:left;
	margin:1px;
	text-decoration:none;
}
table.eventos{
	width:970px;
	border:solid 1px #ccc;
	border-collapse:collapse;
	
}
table.eventos tr{
	border:solid 1px #ccc;
	padding:2px;
}
table.eventos tr td{
	border:solid 1px #ccc;
	padding:8px;
}
table.eventos tr td.trezentos{
	 width:340px;
}
