@import url(style.css);
@import url(starrating.css);
#content-2{
	overflow:hidden;
}
#content-2 .left{
	float:left;
	width:652px;
	padding:14px;
}
#content-2 .right{
	margin-left:681px;
	width:208px;
	padding:14px 0 14px 0;
}
#content-2 .left p{
	margin:10px 0;
}

/* Todos */
.succBox{
	background:#f5f5f5;
}
.infoBox{
	padding:11px 0;
	border-bottom:1px solid #ccc;
	height:81px;
}
.infoBox .img{
	float:left;
	margin-right:14px;
}
.infoBox ul{
	margin:0;
}
.infoBox ul img{
	margin-left:-2px;
}
.desc{
	line-height:normal;
	margin-top:3px;
	font-style:normal;
}
.thestars{
	margin-top:8px;
}
.thestars ul{
	float:left;
	margin-top:-2px;
}

/* One */
#preview{
	border:6px solid #ccc;
	width:640px;
	height:360px;
	margin:8px 0;
}
/*#rating{
	clear:both;
}*/
#rating .ratRight p{
	margin-top:0;
}
.qty{
	float:right;
	text-align:right;
}
#caption{
	position:absolute;
	margin-left:125px;
	font-size:11px;
	margin-top:2px;
	color:#777;
}
.last-videos{
	line-height:normal;
	margin:8px 0;
}
.last-videos li{
	border-bottom:1px solid #bdc2b4;
	padding:6px;
	height:44px;
}
.last-videos li img{
	float:left;
	margin-right:4px;
}
.last-videos li a img{
	border:2px solid #cdcdcd;
	margin-bottom:2px;
}
.last-videos li a:hover img{
	background:#8eb4c6;
	border:2px solid #693;
}
.last-videos li a, .last-videos li a:visited{
	font-size:11px;
	font-weight:700;
}
.last-videos li.clr-1{
	background:#e1e1e1;
}
.last-videos li.clr-2{
	background:#e5f6f4;
}
.recommend{
	font-size:12px;
}
.recommend a{
	margin-right:10px;
	background:url(../images/icons/email.gif) no-repeat 0 2px;
	padding:3px 2px 4px 24px;
}

/*Hotel recomendado*/
#recommended{
	background:#dee1d3;
	border:2px dashed #bdc2b4;
	padding:12px 26px;
	text-align:center;
	margin-top:14px;
}
* html #recommended{
	border:1px solid #bdc2b4;
}
#recommended p{
	margin-bottom:6px;
	padding-bottom:4px;
	font-weight:700;
}
#recommended .title{
	padding-bottom:5px;
}
.stars{
	margin-top:5px;
	text-align:right;
}
.stars img{
	float:left;
}