
.panelHeader{
	width: 100%;
	text-align: center;
	/*background-color:#DAE5D6;*/
}
.datosHeader{
	padding: 10px 10px;
	margin:auto;
	width: 80%;
	/*background-color:#DAE5D6;*/
	text-align: center;
	/*border-top:1px solid #999;*/
}

.panelHeaderMobile{
	padding: 10px 10px;
	margin:auto;
	/*background-color:#DAE5D6;*/
	text-align: center;
	display:none;
}

.panelShadow{
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.panelLogo{
	padding: 5px 50px 5px 0;
	display: table-cell;
}

.panelBusqueda{
	/*padding: 5px 10px;*/
	width:675px;
	margin:auto;
	background-color: #fff;
	border-radius: 3px 3px 3px 3px;
}
.panelSearchInit{
	width: 100%;
}

.globalBusqueda{
	width: 100%;
	padding:10px 10px 10px 20px;
	display: table-cell;
}

.datosBusqueda{
	width: 80%;
	float:left;
}

.elementoBusqueda{
	display: grid;
	float:left;
	padding-right:10px;
}

.panelBtnSearch{
	width: 20%;
	float:left;
	text-align: center;
}

.roomsPax{
	font-size: 12px;
	font-family: NeoSansRegular, Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	padding: 8px 0 10px 0;
	margin-left: 170px;
}


/**fondo imagenes */
.panelGeneralSty{
	height: 68vh;
	width: 80vw;
	background: linear-gradient(rgba(0, 0, 0, 0.19), rgba(99, 99, 99, 0.09)) no-repeat scroll 0% 0%, url('../image/back_01.jpg') no-repeat scroll 10% 0%;
	background-color: #f1f1f1;
	background-size:100% 110%;
	margin:auto;
	max-width: 1280px;
	transition: height 0s;
	max-height:620px;
	
}

.panelGeneralSimple{
	background-color: #f1f1f1;
	width: 100%;
}



@keyframes changeimg {
	10% {
    	background: linear-gradient(rgba(0, 0, 0, 0.19), rgba(99, 99, 99, 0.09)) repeat scroll 0% 0%, rgba(0, 0, 0, 0) url('../image/back_01.jpg') no-repeat scroll 10% 0%;
    	background-size:100% 110%;
    	transition: height 0s;
    }
   
    35% {
    	background: linear-gradient(rgba(0, 0, 0, 0.39), rgba(99, 99, 99, 0.11)) repeat scroll 0% 0%, rgba(0, 0, 0, 0) url('../image/back_02.jpg') repeat scroll 10% 0%;
    	background-size:100% 110%;
    }
	45% {
    	background: linear-gradient(rgba(0, 0, 0, 0.19), rgba(99, 99, 99, 0.09)) repeat scroll 0% 0%, rgba(0, 0, 0, 0) url('../image/hotel-1330850_1920.jpg') repeat scroll 10% 0%;
    	background-size:100% 110%;
    }
     
    55% {
    	background: linear-gradient(rgba(0, 0, 0, 0.39), rgba(99, 99, 99, 0.11)) repeat scroll 0% 0%, rgba(0, 0, 0, 0) url('../image/hotel-1979406_1920.jpg') repeat scroll 10% 0%;
    	background-size:100% 110%;
    }
    80% {
    	background: linear-gradient(rgba(0, 0, 0, 0.19), rgba(99, 99, 99, 0.1)) repeat scroll 0% 0%, rgba(0, 0, 0, 0) url('http://photos.hotelbeds.com/giata/bigger/11/116413/116413a_hb_r_011.jpg') repeat scroll 10% 0%;
    	background-size:100% 110%;
    }
}

.panelGeneralSty{
	animation: changeimg 40s infinite;
	animation-timing-function: ease-in-out;
	transition: height 0s;
}


/*estilo de autocomplete*/


.ui-autocomplete-panel .ui-autocomplete-table th, .ui-autocomplete-panel .ui-autocomplete-table td{
	border-color: #C8C8C8;
}
.ui-state-highlight .styleCiudad{
	color: #4f4f4f !important;
	text-shadow: none;
}

.ui-state-highlight .styleDestinoCiudad{
	background-color: #F77F00 !important;
}

#formHoteles\:destinosId_panel{
	width: 350px !important;
}
.ajaxStatus{
	width:16px;
	height:16px;
}

/*estilo de calendario*/

.ui-priority-secondary{
	color: #adadad !important;
	background: #efefef !important;
}
.ui-datepicker td a.ui-state-default.ui-state-hover{
	background: #a4c3f1 !important;
}

/** estilo de mapa*/

.gmapClass{
	height:298px;
	width:240px;
}

/*estilo de pie de pagina*/

.footerClass{
	/*width: 1062px;*/
	width: 100%;
	height: 100px;
	margin:auto;
	background-color: #dedede; 
	/* background-color: #253765 293D6F; */
	/* background: linear-gradient(to bottom, #2F457E 0%, #2E457B 100%) repeat scroll 0 0; */
	color:#0C5193;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	width: 100%;
	padding: 10px 10px;
	
}
.footerData{
	text-align: center;
	width: 100%;
	text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
	background-color: #F1F1F1;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

/** inputs */

.calendarClass{
	width: 120px;
}

.calendarClass input{
	width: 110px;
}

.calendarClass2{
	width:90%;
	margin:10px;
	display: none;
}

.calendarClass2 input{
	width:90%;
	height:28px;
	font-size: 14px !important;
}

.autocompleteGrid{
	width: 100%;
}
.autocompleteClass{
	width: 120px;
}



/** estilo para pantallas peque�as*/

@media only screen and (max-width: 600px) {
	.globalBusqueda{
		width:auto;
		display: grid;
		padding:10px 10px 40px 20px;
	}
	.panelGeneralSty{
		animation:none;
		background:transparent;
		width: 100%;
	}
	.elementoBusqueda{
		float:none;
	}
	.panelBusqueda{
		width: 100%;
		border-radius:0px;
		border-bottom: 1px solid #cecece;
	}
	
	.h-border-style{
		border:none !important;
	}
	
	.panelHeaderTitle{
		border-radius:0px;
	}
	.datosBusqueda{
		float:none;
		width: 100%;
	}
	.roomsPax{
		margin-left: 0px;
	}
	.panelHeaderMobile{
		display:block;
	}
	.panelHeader{
		display:none;
	}
	.autocompleteClass{
		width: 100%;
		height: 28px;
	}
	#formHoteles\:destinosId{
		width: 98%;
		margin:10px;
		font-size: 14px !important;
	}
	.panelBtnSearch{
		width: auto;
	}
	.calendarClass{
		display: none;
	}
	.calendarClass2{
		display: inline;
		
	}
	.ui-datepicker{
		font-size: 14px !important;
	}
	.ui-datepicker td a{
		font-size: 14px !important;
	}
	.habSelect{
		padding-left:70px;
	}
	.pe-blockui{
		top: 20vh !important;
		left: 10vw !important;
	}
	.elementoFchEntrada{
		float:left;
		width: 46%;
	}
	.panelShadow{
		box-shadow:none;
	}
	.ajaxStatus{
		position: relative;
		left: -10px;
	}
	
}
