
/*====================================================*/
/* HOTEL */
/*====================================================*/
#ficha {
	
}
#ficha p.direccion {
	font-size: 14px;
	color: #7ac475;
	margin-bottom: 12px;
}
#ficha p {
	font-size: 12px;
	margin-bottom: 10px;
}

#fotos {
	margin: 20px auto;
}

#scroll {
	overflow-y: hidden;
	overflow-x: scroll;
}

#fotos ul {
	white-space: nowrap;
	height: 80px;
	list-style-type: none;
}
	#fotos ul li {
		display: inline;
	}
	
#servicios {
	background: #f2f2f2 url(/Images/servicios-bg.gif) repeat-x top left;
	padding: 7px 0;
	margin: 10px auto;
}
	#servicios h3 {
		margin: 0 0 10px 8px;
		color: #1f6e26;
		font-size: 18px;
	}
	#servicios ul {
		list-style-type: none;
	}
	#servicios ul li {
		font-size: 12px;
		font-weight: bold;
		display: inline;
		float: left;
		width: 130px;
		padding-left: 20px;
		margin-left: 5px;
		line-height: 20px;
		background: transparent url(/Images/servicios-icon.gif) no-repeat center left;
	}
#ficha iframe {
	float: left;
	margin-right: 10px;
}

/*====================================================*/
/* HOTEL REVIEWS */
/*====================================================*/
#review {

}
	.review {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.review blockquote {
		margin: 0;
		color: #555;
		font-style: italic;
		padding: 6px 0 0 15px;
		background: transparent url(/Images/quotes.gif) no-repeat top left;
		text-align: left;
	}
	.review .autor {
		text-align: right;
	}
	
	
	
/* Sistema de Estrellas */
.rating {
	float: right;
	width:80px;
	height:16px;
	margin:0 10px 20px 0;
	padding:0;
	list-style: none;
	clear: both;
	position: relative;
	background: url(/Images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li {
	/*cursor: pointer;*/
	text-indent:-80000px;
}
ul.rating li a {
	position: absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a		{left: 0}
ul.rating li.two a		{left: 16px;}
ul.rating li.three a	{left: 32px;}
ul.rating li.four a		{left: 48px;}
ul.rating li.five a		{left: 64px;}

.nostar		{background-position: 0 0;}
.onestar	{background-position: 0 -16px;}
.twostar	{background-position: 0 -32px;}
.threestar	{background-position: 0 -48px;}
.fourstar	{background-position: 0 -64px;}
.fivestar	{background-position: 0 -80px;}

/*
ul.rating li a:hover {
	z-index: 2;
	width:  80px;
	height:16px;
	overflow: hidden;
	left: 0;
	background: url(/Images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover	{background-position:0 -96px;}
ul.rating li.two a:hover	{background-position:0 -112px;}
ul.rating li.three a:hover	{background-position:0 -128px;}
ul.rating li.four a:hover	{background-position:0 -144px;}
ul.rating li.five a:hover	{background-position:0 -160px;}
*/

/* Solo para mostrar */
.onestars, .twostars, .threestars, .fourstars, .fivestars {
	width: 77px; 
	height: 16px;
	float: right;
	margin-right: 4px;
	text-indent: -800000px !important;
}
.onestars   {background: transparent url(/Images/1stars.gif) no-repeat top left; }
.twostars   {background: transparent url(/Images/2stars.gif) no-repeat top left; }
.threestars {background: transparent url(/Images/3stars.gif) no-repeat top left; }
.fourstars  {background: transparent url(/Images/4stars.gif) no-repeat top left; }
.fivestars  {background: transparent url(/Images/5stars.gif) no-repeat top left; }