/* CSS Document COIM */

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

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



/*FUNDO DO TOPO E DO SITE*/
html{
	background-color:#FFFFFF;
}

body {
	background-color:#FFFFFF;
	margin:0; padding:0;
	text-align:center;
}


/*MENU DO TOPO*/
.menu_topo {
	margin:0 0 0 60px;
	line-height:20px;
	font-family: Verdana;
	font-size: 11px;
	color: #262d49;
	text-decoration:none;
}

.menu_topo a{
	font-family: Verdana;
	font-size: 11px;
	color: #262d49;
	text-decoration:none;
}

.menu_topo a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #8b8b8b;
	text-decoration:none;
}

.menu_topo a.selecionado {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}


/*MENU LATERAL*/
/*Texto azul/branco com fundo*/
.menu_lateral{
	font-family:arial; font-size:11px; color:#bfe5fa; font-weight:bold; text-decoration:none;
	background:url(imagens/menu_off.jpg) no-repeat;
	width:197px;
	padding:3px 0 3px 25px;
	display:block;
}

.menu_lateral a {
	font-family:arial; font-size:11px; color:#bfe5fa; font-weight:bold; text-decoration:none;
	background:url(imagens/menu_off.jpg) no-repeat;
	width:197px;
	padding:3px 0 3px 25px;
	display:block;
}

.menu_lateral a:hover {
	font-family:arial; font-size:11px; color:#bfe5fa; font-weight:bold; text-decoration:underline;
	background:url(imagens/menu_off.jpg) no-repeat;
	width:197px;
	padding:3px 0 3px 25px;
	display:block;
}

.menu_lateral a.selecionado {
	font-family:arial; font-size:11px; color:#ffffff; text-decoration:none;
	background:url(imagens/menu_on.jpg) no-repeat;
}


/*SUB MENU*/
.submenu{
	background-image: url(imagens/menu_branco.jpg);
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	text-align:left;
}

.submenu a{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	text-align:left;
	background:#FFFFFF;
}

.submenu a:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	text-align:left;
	background:#FFFFFF;
}


/*FUNDO NEWS*/
.fundo_news{
	background:url(imagens/fundo_news.jpg) no-repeat;
	width:184px; height:184px;
}

/*FUNDO PARA LATERAL ESQUERDA*/
.fundo_lateral_esquerda{
	background:url(imagens/fundo_lateral_esquerda.jpg) repeat-y;
}

/*FUNDO CONTEUDO*/
.fundo_conteudo{
	background-color:#f3fafe;
	*width:800px;
}

/*FONTE TITULOS DO SITE*/
.titulos {
	font-family: Verdana;
	font-weight:bold;
	font-size: 18px;
	color: #1d4573;
	text-decoration:none;
	text-transform:uppercase;
}

.titulos a{
	font-family: Verdana;
	font-weight:bold;
	font-size: 18px;
	color: #1d4573;
	text-decoration:none;
	text-transform:uppercase;
}

.titulos a:hover{
	font-family: Verdana;
	font-weight:bold;
	font-size: 18px;
	color: #1d4573;
	text-decoration:underline;
	text-transform:uppercase;
}


/*FONTES PARA CONTEUDO DO SITE*/
.texto_azul_restrito {
	font-family: Verdana;
	font-size: 11px;
	color: #1d4573;
	text-decoration:none;
}

.texto_azul_restrito a{
	font-family: Verdana;
	font-size: 11px;
	color: #1d4573;
	text-decoration:none;
}

.texto_azul_restrito a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #1d4573;
	text-decoration:underline;
}

.texto_azul {
	font-family: Verdana;
	font-size: 11px;
	color: #1d4573;
	text-decoration:none;
	text-align:justify;
}

.texto_azul a{
	font-family: Verdana;
	font-size: 11px;
	color: #1d4573;
	text-decoration:none;
	text-align:justify;
}

.texto_azul a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #1d4573;
	text-decoration:underline;
	text-align:justify;
}

/*INPUT COMUNICACAO*/
.input1 {
width: 136px;	   
height: 19px;
font-family: Verdana, serif;
font-size: 10px;		
color: #678585;	
margin-top: 3px;
border: 1px solid #7F9DB9;
}

/*INPUT CONTATO, CADASTRE-SE, INDIQUE UM AMIGO*/

input {
	border:1px solid #7f9db9;
}

textarea {
	border:1px solid #7f9db9;
}

select {
	border:1px solid #7f9db9;
}
/*************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;
}