
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/ofertas-viajes/img/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/ofertas-viajes/img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



div.black h2, div.petrol h2 {
	color:#ddd;		
}

.imagen{
	width:104px;
	height:75px;
	padding:4px;
	border:solid 1px #ccc;
	margin:5px auto 0 auto;
}
.imagen_grande{
  	width: 330px;
	height: auto;
	padding:4px;
	border:solid 1px #ccc;
	
}

.E-11-blanco-roto {
	color:#efefef;
	font-family:Tahoma,Verdana,sans-serif;
	font-size:11px;
	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
}
.img_casa{
	background-image:url(../img/hotel_img.gif);
	background-repeat:no-repeat;
	float:left;
	height:20px;
	margin-right:5px;
	width:20px;	
}
.nombre_categoria{
	float:left;
	height:20px;
	margin-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#f89a2d;
}
.nombre_hotel_masinfo{
	float:left;
	/*height:20px;*/
	margin-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#778899;
    width:80%;
}

.E-11-gris {
color:#666666;
font-family:Tahoma,Verdana,sans-serif;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:15px;
}

