/* CSS Document Allevard Rejna */

* {
	margin: 0;
	padding: 0;	
}

body {
	margin: 0 auto;
	text-align: left;
	background-image: url(imagens/fundo_site.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/*fundo de favoritos, etc...*/
.bg_favoritos {
	background-image: url(imagens/bg_favoritos.jpg);
	background-repeat: no-repeat;
	width: 559px;
	height: 59px;
}

/*fundo da extranet*/
.bg_extranet {
	background-image: url(imagens/bg_extranet.jpg);
	background-repeat: no-repeat;
	width: 163px;
	height: 129px;
}

.bg_extranet_ing {
	background-image: url(imagens/bg_extranet_ing.jpg);
	background-repeat: no-repeat;
	width: 163px;
	height: 129px;
}

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

/*fundo do conteúdo da index e das internas*/
.bg_conteudo_index {
	background-image: url(imagens/bg_conteudo_index.jpg);
	background-repeat: no-repeat;
	width: 733px;
	/*height: 351px;*/
}

.bg_conteudo_internas {
	background-image: url(imagens/bg_conteudo_internas.jpg);
	background-repeat: no-repeat;
	width: 733px;
	/*height: 370px;*/
}

/*fundo dos títulos*/
.bg_titulos {
	background-image: url(imagens/bg_titulos.jpg);
	background-repeat: no-repeat;
	width: 267px;
	height: 56px;
}

/*texto cinza*/
.texto_cinza {
	font-family: tahoma;
	font-size: 11px;
	color: #646464;
}

.texto_cinza a {
	font-family: tahoma;
	font-size: 11px;
	color: #646464;
	text-decoration: none;
}

.texto_cinza a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #646464;
	text-decoration: underline;
}

/*texto preto*/
.texto_preto {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.texto_preto a {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.texto_preto a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/*texto títulos*/
.texto_titulo {
	font-family: tahoma;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
}

.texto_azul {
	font-family: tahoma;
	font-size: 11px;
	color: #134568;
}

.texto_azul a {
	font-family: tahoma;
	font-size: 11px;
	color: #134568;
	text-decoration: none;
}

.texto_azul a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #134568;
	text-decoration: underline;
}

/*endereço*/
address {
	font-style: normal;
	font-family: tahoma;
	font-size: 11px;
	color: #354551;
	line-height:17px;
}

/*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: tahoma;
	font-size: 11px;
	color: #000000;
}

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

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

/*Lightbox*/

#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, 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;
	}
	
.paginacao {
font-family:tahoma;
color:#000;
font-size:10px;
clear:both;

}
