@charset "UTF-8";
/* CSS Document */


/* Contenido RESULTADO BUSQUEDA ////////////////////////////////////////////////////////////*/
#Contenido{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
}


#Resultados{
	width: 587px;
	float: left;
}


#Acotar{
	width: 133px;
	float: right;
	color:#0D3365;
	background-color: #FFCD00;
	padding-right: 5px;
	padding-left:10px;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	
}





/* DISEÑO RESULTADO BUSQUEDA ////////////////////////////////////////////////////////////*/
#Resultados h4{
	margin-top:0px;

}

table{
	border-collapse:collapse;
	width: 565px;
}

.SeparadorResultado{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top:12px;
	
}

a.BotonReservar{
	background-image: url(../img/botones/btn_reservar.png)!important;
	background-image: url(../img/botones/btn_reservar.gif);
	padding:15px;
	background-repeat: no-repeat;
	text-align:right;
	background-position: center center;
}

a.BotonReservar2 {
	background-image: url(../img/botones/boton_grande.png)!important;
	background-image: url(../img/botones/boton_grande.gif);
	padding:25px;
	background-repeat: no-repeat;
	text-align:right;
	background-position: center center;
}



td, th {
	font-size:11px;
	text-align:left;
	vertical-align:top;

}
#CajaTraslados tr{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF5E1F;
	margin-bottom:5px;
}

th{ 
	 padding-left:6px;
}


.SeparadorHoteles{
	border-top-width: thick;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-style: solid;
	border-top-color: #999;
	margin-bottom:5px;
	margin-top:5px;
}
 
 /*nuevo*/
 
 #Resultados img{
	 margin:0px;
	 padding:0px;
 }
.Precio{
	font-size:180%;
	color: #FD5D1F;
	background-color:#FFF;
 }
 #CajaTraslados .roomGrid{
	 padding:0px;
 }
 
 
 .CajaReserva{
	background-color: #FFF;
	padding-right: 5px;
	padding-left:10px;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	border: thin solid #FF5E1F;
	color:#000;
 }
 
#FormDatos, #FormTransfers{
	background-color: #FFDBD0;
	color:inherit;
}
#FormDatos table tbody tr td, #FormTransfers table tbody tr td{
	vertical-align:middle;
}

.SeparadorVuelosH{
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F50;
 }

 
#TotalReserva, #ConfirmarReserva {
	background-color: #FF5E1F;
	color:inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 5px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#ConfirmarReserva table{
	margin-top: -10px;
}
#TotalReserva strong, #ConfirmarReserva {
	background-color: #FF5E1F;
	font-size: 200%;
	color: #FFF;
}
#TotalAlign{
		text-align:right;
}
#ReservarCenter{
	text-align:left;
	vertical-align:middle;
}
#CajaTraslados{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:10px;
}
#CajaTraslados .roomGrid tbody tr td{
	vertical-align:middle;
	
}
.CentrarVertical{
	vertical-align:middle;
}
#MargenInferior tbody tr th, #MargenInferior tbody tr td{
	text-align:center;
}
.MargenesTraslados tr td {
	padding-top:0px;
	padding-bottom:0px;
	
}
#MargenInferior {
	margin-bottom:5px;
	margin-top:5px;
}

#TxtConfirmacion{
	margin-top: 10px;
	background-color:#FFCD00;
	color:inherit;
	text-align: center;
	font-size: 12px;
}

.ResultadoBusquedaFinal{
	width:350px;
	text-align:center;
	margin-left:120px;
}
.ResultadoBusquedaFinal #FormDatos table{
	width:330px;
}
.DestacadoReserva{
	font-size:16px;
	color: #666;
	background-color:inherit;
}




.Cancelacion{
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
	text-align:center;
	margin-bottom:0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}