h2 {
	background-image: url(/img/en/offers/titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
}
/*************************************************************************************
OFERTAS TITULO
*************************************************************************************/
#ofertas {
	width: 480px;
	height: 290px;
	background: #e3e3e3 url(/img/ofertas/foto_grande.jpg) no-repeat left top;
}
/*************************************************************************************
OFERTAS LISTADO
*************************************************************************************/
.bloque_promocion {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bloque_promocion h3 {
	color: #fff;
	background-color: #005091;
	font-size: 12px;
	font-weight: bold;
	text-align: right !important;
	padding: 0px;
	padding-right: 10px;
	margin-top: 20px;
	border-bottom: none !important;
}
.bloque_promocion img {
	border: 1px solid #005091;
	float: left;
	margin-top:-20px;
	margin-left: 10px;
}
.bloque_promocion div.titulo {
	padding: 10px 0px;
	width: 250px;
	text-align: center;
	float:right;
}
.bloque_promocion p {
	font-size: 12px;
	color: #005091;
	line-height: 14px;
	margin-top: 0px !important;
}
.bloque_promocion p.descripcion, .bloque_detallepromocion .descripcion {
	clear: both;
	padding-top: 20px;
	font-size: 12px !important;
	line-height: 16px !important;
}
* html .bloque_promocion p.descripcion, * html .bloque_detallepromocion .descripcion {
	padding-top: 5px;
}
* + html .bloque_promocion p.descripcion, * + html .bloque_detallepromocion .descripcion {
	padding-top: 5px;
}
.bloque_detallepromocion .descripcion {
	margin-bottom: 20px;
}
.bloque_promocion a.boton {
	float: right !important;
	width: 136px;
	height: 28px;
	background-image: url(/img/en/offers/b_masdetalles.png);
	background-position: left top;
	margin-top: 10px;
}
.bloque_promocion a:hover.boton {
	background-position: left bottom;
}
.bloque_promocion a.boton span {
	display: none;
}
a.volver {
	display: block;
	width: 67px;
	height: 38px;
	background: url(/img/en/b_volver.png) no-repeat left top;
	float: left;
	margin-top: 5px;
}
a:hover.volver {
	background: url(/img/en/b_volver.png) no-repeat left bottom;
}
.bloque_detallepromocion a.boton {
	display: block;
	width: 86px;
	height: 38px;
	background: url(/img/en/offers/b_reservar.png) no-repeat left top;
	float: right;
	margin-top: 5px;
}
.bloque_detallepromocion a:hover.boton {
	background: url(/img/en/offers/b_reservar.png) no-repeat left bottom;
}

.bloque_detallepromocion h3 {
	border-bottom: 1px dashed #1E5DA4;
	margin-bottom: 10px;
}
.bloque_detallepromocion .descripcion {
	clear:both;
}
div.imagen img {
	width: 147px !important;
	height: 110px !important;
	border: 1px solid #005091;
	vertical-align: top;
	margin-right: 10px;
	float: left;
}
div.imagen span {
	color: #fff;
	background-color: #005091;
	font-size: 12px;
	font-weight: bold;
	border: none !important;
	margin-bottom: 10px;
	display: block;
	text-align: right;
	padding-right: 10px;
}
a.volver span, a.boton span {
	display: none;
}