/* CSS Document Sérgiok Benassi*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	background-image: url(imagens/fundo_site.jpg);
	background-color: #E2E2E2;
	background-repeat: repeat-y;
	background-position: center;
}


/*alinhar a site ao centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}


/*fundo da newsletter*/
.bg_newsletter {
	background-image: url(imagens/bg_newsletter.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 147px;
}


/*fundo da busca*/
.bg_busca {
	background-image: url(imagens/bg_busca.jpg);
	background-repeat: no-repeat;
	width: 775px;
	height: 24px;
}


/*fundo de notícias*/
.bg_fundo_noticias {
	background-image: url(imagens/bg_fundo_noticias.jpg);
	background-repeat: repeat-y;
	width: 387px;
}


/*fundo de direitos*/
.bg_direitos {
	background-image: url(imagens/bg_direitos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 377px;
}


/*fundo de eventos*/
.bg_eventos {
	background-image: url(imagens/bg_eventos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 377px;
}

/*fundo de agenda*/
.bg_agenda {
	background-image: url(imagens/bg_agenda.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 377px;
}


/*fundo do menu rodape*/
.bg_menu_rodape {
	background-image: url(imagens/bg_menu_rodape.jpg);
	background-repeat: no-repeat;
	width: 775px;
	height:31px;
}


/*fundo do menu rodapé das interna*/
.bg_menu_rodape_int {
	background-image: url(imagens/bg_menu_rodape_int.jpg);
	background-repeat: no-repeat;
	width: 775px;
	height:51;
}


/*fundo de parceiros*/
.bg_fundo_rodape {
	background: url(imagens/bg_fundo_parceiros.jpg) no-repeat left #C5D997;
	width:775px; height:205px;
}
.bg_pedacinho_rodape {
	background: url(imagens/bg_rodape.jpg) no-repeat right #C5D997;
	width:174px; height:205px;
}

/*fundo de parceiros das internas*/
.bg_fundo_rodape_int {
	background: url(imagens/bg_fundo_parceiros_int.jpg) no-repeat left #C5D997;
	width:775px; height:205px;
}



/*fundo de endereço*/
.bg_endereco {
	background-image: url(imagens/bg_endereco.jpg);
	background-repeat: no-repeat;
	width: 603px;
	height: 54px;
}


/*fundo de galeria de fotos*/
.bg_galeria_fotos {
	background-image: url(imagens/img_foto_meio.jpg);
	background-repeat: repeat-y;
	width: 116px;
	
}


/*texto preto*/
.texto_preto {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.texto_preto a {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.texto_preto_gd {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
.texto_preto_gd a {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.texto_preto_gd a:hover {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

/*texto enquete*/
.texto_enquete {
	font-family:verdana; font-size: 11px; color:#000000; font-weight:bold;
}

/*texto vermelho*/
.texto_vermelho {
	font-family: verdana;
	font-size: 10px;
	color: #AF251C;
}
.texto_vermelho a {
	font-family: verdana;
	font-size: 10px;
	color: #AF251C;
	text-decoration: none;
}
.texto_vermelho a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #AF251C;
	text-decoration: underline;
}

/*texto vermelho*/
.texto_vermelho_gd {
	font-family: verdana;
	font-size: 14px;
	color: #AF251C;
}
.texto_vermelho_gd a {
	font-family: verdana;
	font-size: 14px;
	color: #AF251C;
	text-decoration: none;
}
.texto_vermelho_gd a:hover {
	font-family: verdana;
	font-size: 14px;
	color: #AF251C;
	text-decoration: underline;
}

/*texto_branco*/
.texto_branco {
	font-family: verdana;
	font-size: 15px;
	color: #ffffff;
}

.texto_branco a {
	font-family: verdana;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}


/*texto busca*/
.texto_busca {
	font-family: verdana;
	font-size: 10px;
	color: #929B80;
}


/*texto do rodape*/
.texto_rodape {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.texto_rodape a {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.texto_rodape a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #AF251C;
	text-decoration: none;
}


/*endereço*/
address {
	font-style: normal;
}


/*class para imagens*/
.img_noticias{
	float:left;
	margin:5px;
	border:0;
}


/*propriedade para os inputs, textarea, select*/
.interna input{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.interna select{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.interna textarea{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*javascript*/
/*********/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox2.03.3/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px verdana, arial, tahoma, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#tv-benassi{width:380px; height:200px;}