/* CLASES */

.titulo_enlace {
	font-family: "Futura Md BT", "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	width: 100%;
	text-transform: uppercase;
	color: #1D7A8B;
	text-align: left;
	margin-bottom: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D7A8B;
}
.ultimo_comentario {
	background-color: #D9ECF0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #176573;

	-moz-border-radius: 5px;  	/*Para Firefox*/
	border-radius: 5px; /*Para opera*/

	-webkit-border-radius: 5px; /*Para otros navegadores*/
	-ms-border-radius: 5px; /*Para explorer 8*/
	font-size: 11px;
}
.fecha {
	font-size: 11px;
	color: #999999;
}





		  
.salto { display:none; clear:both; }	

.caja_abajo {
	width:45%;
	padding-right:15px;
	float:left;
	text-align:justify;
	height: auto;
	display: block;
}	


.caja_abajo_derecha {
	width:50%;
	float:right;
	text-align:justify;
}	
 
.titulo_principal {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 36px;
	font-weight: bold;
	color: #1D7A8B;
	margin-bottom: 25px;
}
.texto_18 {
	font-size: 18px;
	color: #1D7A8B;
}
.derecha {
	float: right;
}





/* DEFINICIONES CAPAS */

#zonas {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


#avion {position:absolute;  width:100px; height:100px; top:38px; left:392px;background-color:#f2f2f2; }		  

.avion {
  overflow:hidden;
  position:absolute;
  z-index:10;
}
