/* div de Portada tarifas nuevo */
.tarifas {
	border:1px solid #DDDDDD;
	float:left;
	background-color: #FFF;
	margin:5px 5px 0px 0;
	width:180px;
}
.tarifas img {
	margin: 6px;
}
.tarifas p a img.ir {
	margin: 0px;
	text-decoration: none;
}
.tarifas p {
	color:#666666;
	margin: 2px 6px 8px 6px;
	text-align:left;
}
.tarifas p a:link, .tarifas p a:visited, .tarifas p a:active {
	color: #1E5F8A;
	text-decoration: none;
	line-height: 18px;
	display: block;
	padding: 2px 4px 2px 0;
}
.tarifas p a:hover {
	color: #FFF;
	background-color: #1E5F8A;
}

select.hotelesselect {
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	width: 168px;
	color: #1E5F8A;
	border: 1px solid #e0e0e0; 
	background: #FFF url(../_img/ico_ir.gif) no-repeat left center;
	margin-top: 3px;
	outline: 0px;
}