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

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

a:link {
	color:#666;	
}


html {
	
	 background: url(../IMG/FondoTarifas.jpg) no-repeat center center fixed; 
  	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}


.mobileData {display:none;} !important

/****************Cuerpo del contenido*****************************/

.CP {
	margin-top:15px;
	float:left;
	width:150px;
	height:75px;	
}

.pais {
	margin-top:15px;
	float:right;
	width:150px;
	height:75px;	
}

.date11 {
	float:left;
	width:150px;
	height:75px;	
}

.date22 {
	float:right;
	width:150px;
	height:75px;
}

.numerosDIV {
	float:right;
	widh:350px;
	height:80px;	
}

.numeros2 {
	float:left;
	width:250px;
	height:80px;	
}

.can {
	width:100px;
	height:80px;
	float:left;	
}

.adul {
	width:100px;
	height:80px;
	float:rigth;	
}

.nin {
	width:100px;
	height:80px;
	float:rigth;	
}




@media only screen and (max-width: 640px) {
html {background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}


.form  {
	display:none;
}

.mobileData {
	display:block; !important
	
}

/******************Contacto*****************/
.mobileData {
	width:100%;
	height:auto;
	float:none;
	background-color:rgba(255, 255, 255, 0.9);
	padding:20px;
		
	font-family:"Montserrat", Verdana, Geneva, sans-serif;
	font-size:80%;
}

.mobileData h4{
	width:89%;
	margin-bottom:20px;
	text-align:left;
	font-family: "Kreon", Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-size:180%;
	color:#333;
	line-height:28px;
}	

.lineaH1 {
	width:87%;
	height:2px;
	background-color:#333;
	display:block;
	margin-bottom:20px;
	
}

.mobileData ul {width:90%;}

.mobileData ul li a {
	color:#333;	
}

.mobileData ul li {
	list-style:none;
	margin-top:10px;

}


.facebook {
	margin-top:-35px;
	margin-right:10px;	
	
}
}