/* CSS Document */
/*@font-face {
      font-family: "aero";
      src: url("fonte/aero.ttf");
    }
	
	  exemplo de uso da aero
	
	body { font-family: "Aero" }
	
	*/
body{
	background-color: #4f3618;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-attachment:scrol;
	font-family:Arial, tahoma, verdana; 
	font-size: 12px; 
	margin: 0px;
	color:#4f3617;
}
#topo{
	background-image:url(../images/background1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}

/*janelas*/

#janela01{
	background-image:url(../images/janela_01.png);
	background-repeat:no-repeat;
	background-color:#4f3618;
	width: 314px;
	height: 224px;
	vertical-align:top;
	padding-top: 5px;
	
}
#janela02{
	background-image:url(../images/janela_02.png);
	background-repeat:no-repeat;
	background-color:#4f3618;
	width: 314px;
	height: 224px;
	vertical-align:top;
	padding-top: 5px;
	
}
#janela03{
	background-image:url(../images/janela_03.png);
	background-repeat:no-repeat;
	background-color:#4f3618;
	width: 315px;
	height: 224px;
	vertical-align:top;
	padding-top: 5px;
	
	
}

#janela_i_esq{
	background-image:url(../images/meio_fundo_esq.png);
	background-repeat:repeat-y;
	background-color:#4f3618;
	width: 588px;
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#janela_i_dir{
	background-image:url(../images/meio_fundo_dir.png);
	background-repeat:repeat-y;
	background-color:#4f3618;
	width: 275px;
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;

}
#janela_ir_esq{
	background-image:url(../images/meio_rodape_esq.png);
	background-repeat:no-repeat;
	background-color:#4f3618;
	width: 628px;
	height: 13px;
	vertical-align:top;
}
#janela_ir_dir{
	background-image:url(../images/meio_rodape_dir.png);
	background-repeat:no-repeat;
	background-color:#4f3618;
	width: 315px;
	height:13px;
	vertical-align:top;
}

.fonte_etapas{
	font-family:Arial, tahoma, verdana; 
	font-size: 12px; 
	color:#ffffff;
	background-color: #4f3617;
}

a{
	font-family:Arial, tahoma, verdana; 
	font-size: 12px; 
	color:#4f3617;
	text-decoration:none;
}
a:hover{
	font-family:Arial, tahoma, verdana; 
	font-size: 12px; 
	color:#4f3617;
	text-decoration:underline;
}

.rodape{
	font-family:Arial, tahoma, verdana; 
	font-size: 11px; 
	color:#DDD3BC;
	text-decoration:none;
}
.rodape2{
	font-family:Arial, tahoma, verdana; 
	font-size: 11px; 
	color:#DDD3BC;
	text-decoration:none;
}
.rodape2:hover{
	font-family:Arial, tahoma, verdana; 
	font-size: 11px; 
	color:#DDD3BC;
	text-decoration:underline;
}
.separador{
	background-image:url(../images/pontilhado.png);
	background-repeat:repeat-x;
	height:1px;	
}

.calendario_L1{
	background-color:#BBA779;
	color:#533C1D;
	text-align:center;
}
.calendario_L2{
	text-align:center;
	background-color: #CDBF9E;
}

.legendaFoto {font-size: 10px; font-weight: bold;}

/* LIGHT BOX  */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:../image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* FIM LIGHT BOX */

