/* CSS Document */

#BuscaHotel {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	width:180px;
	border:1px solid #CCCCCC;
	padding:1px 16px 1px 1px;
	background-image: url(images/search.png);
	background-position: right center;
	background-repeat: no-repeat;
	height:20px;	
}

div.InputBusqueda{float:right;display:block; }

 a.LimpiarBusqueda {
	border: 1px solid #CCCCCC;
	width:18px;
	height:18px;
	text-align:center;
	vertical-align:middle;
	line-height:18px;
	background-image:url(images/clear.jpg);
	float:right;display:block;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 1px 0 0 4px;
	text-decoration:none;
}

#BusquedaHoteles img { border:none;}

.Paginador { text-align:right; margin-right: 25px; padding-top:10px; clear:both; }

.Paginador  a { color:#003366; text-decoration:none; font-weight:bold; font-family:Verdana, Helvetica, sans-serif; font-size:12px;}

.Paginador  span { color:#999999; text-decoration:none; font-weight:bold; font-family:Verdana, Helvetica, sans-serif; font-size:12px;}

.CadaHotel{
	width: 130px; 
	height:140px; 
	float:left; 
	margin: 4px;
	text-align:center;
	text-decoration:none;
	display:block;
	text-shadow: #eee 1px 1px;
}

.CadaHotel a {
	width: 130px; 
	height: 140px;
	display: block;
	text-decoration:none;	
	padding: 0px;
	text-align:center;
	border:none;
}

.CadaHotel a:hover {
	background-image:url(images/fondoelemento.jpg)
}

.CadaHotel a:hover h6{
	color:#003366;
	text-shadow: #ccc 1px 1px;
}


.CadaHotel * {
	margin: 0px; padding: 0px;
}

.CadaHotel h6 { margin:0px 4px 4px 4px; padding:0px; line-height:12px; font-size:11px; color:#333333; font-weight:bold; font-family:Tahoma, Helvetica, sans-serif;}

.CadaHotel img{
	border:none;
}

.ImagenHotel {
	width: 128px;
	height: 84px;
	display: block;
	text-align:left;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ImagenAct {
	width: 128px;
	height: 84px;
	display: block;
	text-align:left;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.LoadingAnimation {
width:100%;
height:100px;
vertical-align:middle;
text-align:center;
padding: 20px 0 0 0;
}

.LoadingAnimation p { font-size:12px; font-weight:bold;}

.niceimg { 
	border.radius: 4px;  
 	-moz-border-radius:4px;  
 	-webkit-border-radius:4px;  
	behavior:url(border-radius.htc); 
}