@charset "utf-8";
/* CSS Document */

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#2f2e2e;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/cordoni_20.jpg);
	background-repeat:repeat-x;
	background-color:#6AA893;
}

#patrocinadores {
	width:350px;
	margin-left:20px;
	color:#FFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#gestao {
	font-size:11px;
	padding:6px;
}
#home {
	margin-top:50px;
}
#home_panel1 {
	width:500px;
	height:auto;
	background-color:#AED4D7;
	padding:0px;
}
#home_panel2 {
	width:523px;
	height:auto;
	background-color:#D4E6E8;
	padding:0px;
}
#home_panel3 {
	width:500px;
	height:auto;
	background-color:#AED4D7;
	padding:0px;
}
#internas {
	width:600px;
	height:auto;
	margin-left:10px;
	text-align:justify;
	background-color:#FFFFFF;
	padding:7px;
	
}
#site {
	margin: auto;
	text-align:justify;
	width: 737px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}
/* INICIO MENU */
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:2px;
	background-color:#F7EFDB;
	width:121px;
}
#menu ul {
	list-style-type: none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
#menu li {
	border-bottom: 1px solid #F7EFDB;
}
#menu a {
	display:block;
	padding:4px 2px;
	color:#000000;
	text-decoration:none;
	border: 1px solid #F7EFDC;
	*border: 1px solid #F7EFDC;
}
#menu a:hover {
	background-color:#f9c996;
	color:#362918;
	text-decoration: none;
	border: 1px solid #362918;
	*border: 1px solid #362918;
}
/* FINAL MENU */
#cont_menu {
	background-image:url(../images/background_menu_inf.jpg);
	background-repeat:repeat-x;
	width:195px;
	height:175px;
}
#rodape {
	background-image:url(../images/default_12.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:38px;
	clear:both;
}
.form {
	background-color:#D4E6E8;
	border:#1C3C31 solid 1px;
	font-size:10px;
}
.form_mail {
	background-color:#AED4D7;
	border:#1C3C31 solid 1px;
	font-size:12px;
	width:320px;
}
.titulo {
	font-size:12px;
	font-weight:bold;
	color:#1C3C31;
}
.resumo {
	font-size:12px;
	font-weight:lighter;
	color:#666;
}
.conteudo{
	text-align:justify;
	line-height:1.5;
	text-align:justify;
	color:#312927;
}
.secao{
	color:#333333;
	text-align:justify;
	line-height:1.5;
	font-weight:lighter;
}
.titulo_secao{
	background-color:#AED4D7;
	border-bottom:#1C3C31 solid 1px;
	font-size:14px;
	width:320px;
}

hr {
	size:1px;
	color:#6AA893;
}

hr 2{
	size:2px;
	color:#30ACB8;

}

.voltar {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#1A575E;
}
/*/////////////////////////////////IMAGENS///////////////////////////////////*/
.galeria {
	width:500px; 
	margin:0 auto;
	text-align:left; 
	}
.img-aqui { 
	/*background: #fff url('../imagebank/fundo_img_aqui.jpg') center no-repeat; /*Logo do Objetivo*/
	/*width:300px; /*Largura do Logo do Objetivo*/
	/*height:200px; /*Altura do Logo do Objetivo*/
	/*position:relative; 
	top:-170px; /*Margem TOP do Logo do Objetivo*/
	/*float:right; 
	/*border:1px solid #041563;*/
	}
ul.fotos {
	position:relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:100px;
	padding:1px;
	background:#fff;
	margin:0; 
	padding:0;
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:75px;
	height:50px;
	float:left; 
	border:2px solid #041563; /*Ajustes das bordas das miniaturas*/
	margin:1px;
}
ul.fotos li img { /*Tamanho das miniaturas*/
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos li span img {
	border: none;
	width: 500px;
	height: auto;
	margin-top:0px; /*Ajusta a margem TOP da foto exibida em tamanho real*/
	margin-left:0px; /*Ajusta a margem esquerda da foto exibida em tamanho real*/
	float:right;
	z-index:99;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align: center; 
	width: 300px;
	position: absolute;
	top: 270px;
	left: -3px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:-5px; 
	left: 177px; 
	background: #fff;
	border: 3px solid #1D3D32;
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333;
	margin-top:100px;
	margin-left:0px;
}