/* CSS Document EMPRESA*/

/*DEIXAR O SITE COLADO NO TOPO*/
* {margin: 0 auto;	padding: 0;}

/*ALINHAR O SITE NO CENTRO*/
.centro {margin: 0 auto; text-align: center;}

/*FUNDO DO SITE*/
html{ background:url(imagens/bg_fundo_repete.jpg) repeat-y center top;}
body {
	background:url(imagens/bg_fundo.jpg) no-repeat center top;
}
.rodape {
	background:url(imagens/bg_rodape.jpg) no-repeat center bottom;
}
.dentro_rodape {
	background:url(imagens/fundo_rodape.jpg) no-repeat left top; margin-left:-1px;
}


/*FUNDOS DO CONTEUDO SITE*/
.fundo_topo {
	background:url(imagens/fundo_topo.jpg) no-repeat left top;
	width:471px; height:120px;
	padding-right:2px;
}

/*LOGIN*/
.login{
	padding-left:22px; background:url(imagens/fundo_login.jpg) no-repeat left top; width:230px; height:55px; float:left;
}
.logado{
	background:url(imagens/fundo_logado.jpg) no-repeat left top; width:230px; height:55px; float:left;
	padding:3px 0 0 0; width:230px; height:50px;
	font-family:Arial; font-size:11px; color:#397D39; 
}

/*ALINHAMENTO DOS CONTEUDOS DAS INTERNAS*/
.alinhamento_das_internas {
	margin:0 20px 0 10px;
}

/*FORMATACAO BARRA DE FERRAMENTAS*/
.ferramentas {
	margin:8px 0 0 35px;
}
.ferramentas_txt {
	font-family:Verdana; color:#978FB6; font-size:11px;
	margin-top:-3px;
}

/*FONTE MENU E SUBMENU*/
.menu {font-family:Arial; font-size:13px; color:#FFFFFF; font-weight:bold; margin-top:4px;}	
.menu h1 {padding: 3px 0 0 0;}
.menu a{font-family:Arial; font-size:13px; color:#FFFFFF; font-weight:bold; text-decoration:none;}
.menu a:hover{font-family:Arial; font-size:13px; color:#FFFFFF; font-weight:bold; text-decoration:underline;}

.sub_menu {font-family:Verdana; font-size:11px; color:#000; line-height:13px; margin-left:34px;}	
.sub_menu a{font-family:Verdana; font-size:11px; color:#000; text-decoration:none;}
.sub_menu a:hover{font-family:Verdana; font-size:11px; color:#000; text-decoration:underline;}

/*FONTES PARA CONTEUDO DO SITE*/
/*TITULOS*/
.titulos {
	font-family:Verdana; font-size:19px; color:#0F5F07; text-decoration:none; font-style:italic; font-weight:normal; margin-bottom:10px;
}

/*texto preto*/
.texto_preto {
	font-family:Verdana; font-size:11px; color:#000000; text-decoration:none; text-align:justify; font-weight:normal;
}
.texto_preto a{
	font-family:Verdana; font-size:11px; color:#000000; text-decoration:none;
}
.texto_preto a:hover{
	font-family:Verdana; font-size:11px; color:#000000; text-decoration:underline;
}

/*texto cinza*/
.texto_cinza {
	font-family:Verdana; font-size:11px; color:#434343; text-decoration:none; text-align:justify; font-weight:normal;
}
.texto_cinza a{
	font-family:Verdana; font-size:11px; color:#434343; text-decoration:none;
}
.texto_cinza a:hover{
	font-family:Verdana; font-size:11px; color:#434343; text-decoration:underline;
}

/*texto verde*/
.texto_verde {
	font-family:Verdana; font-size:11px; color:#0E454D; text-decoration:none;  font-weight:normal;
}
.texto_verde a{
	font-family:Verdana; font-size:11px; color:#0E454D; text-decoration:none;
}
.texto_verde a:hover{
	font-family:Verdana; font-size:11px; color:#0E454D; text-decoration:underline;
}

/*texto azul*/
.texto_azul {
	font-family:Verdana; font-size:11px; color:#4443A4; text-decoration:none; text-align:justify;
}
.texto_azul a{
	font-family:Verdana; font-size:11px; color:#4443A4; text-decoration:none;
}
.texto_azul a:hover{
	font-family:Verdana; font-size:11px; color:#4443A4; text-decoration:underline;
}

/*texto azul claro*/
.texto_azul_claro {
	font-family:Verdana; font-size:11px; color:#218E8C; text-decoration:none; text-align:center;
}
.texto_azul_claro a{
	font-family:Verdana; font-size:11px; color:#218E8C; text-decoration:none;
}
.texto_azul_claro a:hover{
	font-family:Verdana; font-size:11px; color:#218E8C; text-decoration:underline;
}


/*texto bege*/
.texto_bege {
	font-family:Verdana; font-size:11px; color:#B79D32; text-decoration:none; text-align:justify;
}
.texto_bege a{
	font-family:Verdana; font-size:11px; color:#B79D32; text-decoration:none;
}
.texto_bege a:hover{
	font-family:Verdana; font-size:11px; color:#B79D32; text-decoration:underline;
}

/*INPUT NEWS*/
.input_news {
	width:199px; height:16px; padding:3px 2px 0 2px; border:1px solid #888888; margin-left:8px;
	font-family: Verdana; font-size: 11px; color: #4443A4; font-weight:bold;
}

/*Propriedades para os inputs, select e textarea*/

.formulario input{
	margin:2px 0 2px 5px;
	font-family:Verdana; font-size:11px; color:#000;
	border:1px solid #8BCAC8;
	background-color:transparent;
}

.formulario select{
	margin:2px 0 2px 5px;
	font-family:Verdana; font-size:11px; color:#000;
	border:1px solid #8BCAC8;
	background-color:transparent;
}

.formulario textarea{
	margin:2px 0 2px 5px;
	font-family:Verdana; font-size:11px; color:#000;
	border:1px solid #8BCAC8;
	background-color:transparent;
}
/*************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;
}

.borda_branca{
  border: 1px #FFFFFF solid; background: #268D89; text-align:center; color:#FFFFFF;
}
.borda_verde{
  border: 1px #FFFFFF solid; background: #DFEDF0; text-align:center; color:#000000;
}
.borda{
  border: 1px #FFFFFF solid; background: #268D89; text-align:right; color:#FFFFFF;
}
