@charset "utf-8";
/* the overlayed element */ 
div.overlay {
	/* growing background image */     
background-image:url(white_2.png);
	/* dimensions after the growing animation finishes  */     
width:374px;
	height:300px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:55px;
	margin-right: auto;
	margin-left: auto;
}  
/* default close button positioned on upper right corner */ 
div.overlay div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }
/*iframe*/
div.overlay_iframe {
	/* growing background image */     
background-image:url(800_200.png);
	/* dimensions after the growing animation finishes  */     
width:800px;
	height:200px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:20px;
	margin-right: auto;
	margin-left: auto;
}  
/* default close button positioned on upper right corner */ 
div.overlay_iframe div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }
/*hires*/
div.overlay_hires {
	/* growing background image */     
background-image:url(800_200.png);
	/* dimensions after the growing animation finishes  */     
width:800px;
	height:200px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:20px;
	margin-right: auto;
	margin-left: auto;
}  
/* default close button positioned on upper right corner */ 
div.overlay_hires div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }
/*dia*/
div.overlay_dia {
	/* growing background image */     
background-image:url(800_200.png);
	/* dimensions after the growing animation finishes  */     
width:800px;
	height:200px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:20px;
	margin-right: auto;
	margin-left: auto;
}  
/* default close button positioned on upper right corner */ 
div.overlay_dia div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }
/*mes*/
div.overlay_mes {
	/* growing background image */     
background-image:url(800_200.png);
	/* dimensions after the growing animation finishes  */     
width:800px;
	height:200px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:20px;
	margin-right: auto;
	margin-left: auto;
}  
/* default close button positioned on upper right corner */ 
div.overlay_mes div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }
/*ano*/
div.overlay_ano {
	/* growing background image */     
background-image:url(800_200.png);
	/* dimensions after the growing animation finishes  */     
width:800px;
	height:200px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:20px;
	margin-right: auto;
	margin-left: auto;
}  
/* default close button positioned on upper right corner */ 
div.overlay_ano div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }
/*mapa*/
div.overlay_mapa {
	/* growing background image */     
background-image:url(white_mapa.png);
	/* dimensions after the growing animation finishes  */     
width:625px;
	height:400px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:20px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;

}  
/* default close button positioned on upper right corner */ 
div.overlay_mapa div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }
div.overlay_mapa_red {
	/* growing background image */     
background-image:url(blck_mapa_red.png);
	/* dimensions after the growing animation finishes  */     
width:800px;
	height:400px;
	/* initially overlay is hidden */     
display:none;
	/* some padding to layout nested elements nicely  */    
padding:20px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	color: #FFF;
}  
/* default close button positioned on upper right corner */ 
div.overlay_mapa_red div.close {     background-image:url(close.png);     position:absolute;     right:5px;     top:5px;     cursor:pointer;     height:35px;     width:35px; }

.flash{
	height: 300px;
	width: 800px;	
	}
	.lat_flash{
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
		}.texto_red {
	width: 300px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding: 5px;
	color: #FFF;
}
.texto_blanco {
	color: #FFF;
}

.boton_red {
	position: relative;
	margin-top: 0px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(fondo_bot_red.png);
	height: 35px;
	cursor: pointer;
}
.bot_red {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	width: 150px;
	margin-left: 5px;
	background-color: transparent;
	cursor: pointer;
}
