@charset "UTF-8";
/* CSS Document */

/* Estructura Listado Resultados ////////////////////////////////////////////////////////////*/


table{
	border-collapse:collapse;
	width: 570px;
}





a.BotonReservar{
	background-image: url(../img/botones/btn_reservar.png)!important;
	background-image: url(../img/botones/btn_reservar.gif);
	padding:8px;
	background-repeat: no-repeat;
	text-align:right;
	background-position: center center;	
}

tr{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF5E1F;
}
td {
	font-size:11px;
	padding:6px;
	text-align:left;
	vertical-align:middle;
}
th {
	padding-left: 6px;
	font-size:11px;
	text-align:left;
	
	text-transform:lowercase;
	vertical-align:middle;
}

#Listado .roomGrid tbody tr td, #Listado .roomGrid tbody tr th{
text-align:center;
}
th,  .Ordenar{
	background-color:#9F180C;
	color:#FFF;
}

.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;
}




tbody tr th a:hover  {
	background-image: url(../img/hoteles/ordenar_2.gif);
	text-decoration: none;
	color: #d9a49f;
}

.Ordenar {
	cursor:pointer;
	font-weight:bold;
	line-height:20px;
	padding-right:10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/hoteles/ordenar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#desde{
	font-size:9px;
	font-weight:lighter;
}

#Listado{
	margin-top:-20px;
}


.SeparadorDatosBl{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-bottom:15px;
	margin-top:-15px;
}

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;
}
a.BotonReservar3 {
	background-image: url(../img/botones/boton_grande.png)!important;
	background-image: url(../img/botones/boton_grande.gif);
	padding:30px;
	background-repeat: no-repeat;
	text-align:right;
	background-position: center center;
}


#BotonesModificar{
	
	text-align:center;
	
}

#PanelUsuario table tbody tr td img{
	vertical-align:middle;
}

#Listado .roomGrid tbody tr td a{
	color:#FF5E1F;
}
