@charset "UTF-8";
/* CSS Document */

.header{
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	box-sizing: border-box;
	z-index:99999;
	background-color:#de0000;
	padding:10px 0% 10px 0%;
}
.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.header a{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

.explain_HH{
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999999999999999999999;
	background-image: url(../imagenes/contenido/precio_BG.png);
	background-repeat: repeat;
	overflow:scroll;
}

#Q1:hover:after{
	content: ' • Los hoteles nos proporcionan estas tarifas tan bajas porque no han llenado las habitaciones de su hotel • Los hoteles no quieren publicitar estos precios tan bajos y por eso no sabrás el nombre del hotel hasta después de reservar.';
	border: 1px solid #000000;
	color:#FFFFFF;
	position: absolute;
	padding: 10px;
	font-size: 9px;
	z-index: 9999;
	margin-left: -450px;
	margin-top: 0px;
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: #666;
	-webkit-border-radius: 10px 0px 10px 10px;
	border-radius: 10px 0px 10px 10px;
}
.Bono_regalo{
	width:70px;
	height:140px;
	float:left;
	z-index:999999;
	position:absolute;
	background-color:#de0000;
	position:fixed;
	left:0;
	top:50%;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-color:#FFFFFF;
	border-right-style:dotted;
	border-right-width:thin;
	border-top-style:dotted;
	border-top-width:thin;
}