/* CSS Document */

.yelow {color: #FFCC00}

#marcador {
	width: 335px;
	padding:4px;
	padding-left: 20px;
	background-color: #F4F4C5;
	border: 1px dotted #FFCC00;
	background-image: url(../img/arrow_left_yelow.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}


#list_offers {
	padding:10px;
	background-color: #efeeda;
	border: 1px dotted #990;
	width: 340px;
	height: auto;
	min-height:70px; 
	margin-top:20px;
}

#hover #list_offers:hover {
background-color: #f4f4c5;
}


#offers_title {
	font-size: 20px;
	color: #999900;
	margin-bottom:20px;
	margin-top:40px;
}

#list_offers .title {
float:left;
width: 240px;
margin-bottom:4px;
margin-left:10px;
font-size: 11px;
font-weight: bold;
}

#offers_description {
float:left;
width: 160px;
margin-left:10px;
margin-right:10px;
font-size: 10px;
}



#conditions{
clear: both;
width: 345px;
font-size: 9px;
color: #666;
}

.price {
font-size: 14px;
font-weight: bold;
color: #D4470F;
}

.pricetext {
font-size: 9px;
color: #666;
}

#list_offers img{
	float:left;
	width:70px;
	border:#FFFFFF solid 0px;
}

#list_offers p{
float:left;
padding: 2px 10px;
}

#botonreserva {
/*margin-top:55px;*/
float:right;
width: 72px;
/*height:60px;*/
margin-top:35px;
}

.botoreservar {
float:right;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 18px;
background:url(../img/reservar.gif) no-repeat center center;
width: 72px;
height: 19px;
}

.botoreservar a {
color:#666;
text-decoration: none;
}

.botoreservar a:hover {
color: #fff;
text-decoration: none;
}

.botoreservar:hover {
background-color:#f4f4c5;
}



