#visualarea{
	background: url(visualarea-ofertas.jpg) no-repeat;
}

#visualtext{
	float: left;
	width: 470px;
	color: #fff;
	padding-top: 30px;
	padding-left: 30px;
}

#visualtext h2{
	font-size: 36px;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

#visualtext h3{
	font-size: 14px;
	line-height: 14px;
	background-color: #4983ce;
	color: #fff;
	font-weight: normal;
	padding: 5px;
}

#visualtext h4{
	font-size: 12px;
	font-weight: normal;
	color: #222;
}

#content{
	padding-top: 20px;
	padding-bottom: 30px;
}

#content div.leftcolumn, #content div.maincolumn, #content div.rightcolumn{
	width: 200px;
	margin: 0px 20px;
}

#lista_ofertas{
	float: left;
	width: 240px;
}

p.title{
	border-bottom: 1px #333 solid;
	padding-bottom: 5px;
}

#ofertas_of div.item, #ofertas_ol div.item, #ofertas_or div.item{
	border-bottom: 1px #333 solid;
	padding: 8px 0px 8px 14px;
	margin-bottom: 5px;
	background: url(arrow-gray-dotted.gif) no-repeat 0px 11px;
}

#ofertas_of div.item  p.oferta, #ofertas_ol div.item  p.oferta, #ofertas_or div.item  p.oferta{
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

#ofertas_of div.item a, #ofertas_ol div.item a, #ofertas_or div.item a{
	text-decoration: none;
	color: #fff;
}

#ofertas_of div.item a:hover, #ofertas_ol div.item a:hover, #ofertas_or div.item a:hover{
	color: #f90;
}


/* OFERTA DETALLE */

#oferta_detalles{
	float: left;
	width: 500px;
	margin-left: 10px;
}

div.oferta p.oferta{
	font-size: 32px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #f90;
	border-bottom: 1px #555 dotted;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.oferta p.fecha{
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 250px;
	padding-top: 3px;
}

div.oferta p.ofertas_hotel{
	float: left;
	color: #555;
	width: 249px;
	border-left: 1px #555 solid;
	margin-bottom: 10px;
	text-align: right;
}

div.oferta div.detalles{
	clear: both;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	background: #171717;
	padding: 10px;
	margin-bottom: 20px;
	width: 480px;
	font-size: 12px;
}

div.oferta div.detalles p{
	margin-bottom: 8px;
}

div.oferta div.detalles ul{
	margin-bottom: 8px;
}

div.oferta div.detalles li{
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 5px;
}

div.oferta div.detalles p.reserva{
	
}

div.oferta div.detalles p.img{
	text-align: center;
	margin: 20px;
}

div.oferta div.detalles p.img img{
	border: 6px #333 solid;
}



/* OFERTAS HOME */

#ofertas_home{
	background: #333;
	float: right;
	padding: 10px 0px 10px 10px;
	width: 230px;
}

#tabs{
	padding-top: 10px;	
}

#tabs ul{
	margin: 0;
	padding: 0;
}

#tabs li{
	display: inline;
	margin: 0;
	padding: 0;
	height: 50px;
	background: #555;
	margin-right: 1px;
	padding: 10px 7px;
}

#tabs a{
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	line-height: 30px;
}

#tabs li#tab_of.current{ background: #000; }
#tabs li#tab_ol.current{ background: #3887a4; }
#tabs li#tab_or.current{ background: #5f1700; }


#ofertas_a_of, #ofertas_a_ol, #ofertas_a_or{
	color: #fff;
	margin-top: 2px;
	padding: 10px;
	width: 200px;
	height: 150px;
	overflow: auto;
}

#ofertas_a_of{	background: #000; color: #555;}

#ofertas_a_ol{	background: #3887a4; color: #94bccb; }

#ofertas_a_or{	background: #5f1700; color: #b37d6c; }

#ofertas_home div.item{
	padding: 3px 0px;
	border-bottom: 1px solid;
}

#ofertas_a_of div.item{	border-bottom-color: #333;}
#ofertas_a_ol div.item{	border-bottom-color: #6ea8bd;}
#ofertas_a_or div.item{	border-bottom-color: #883c24;}

#ofertas_home div.item a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}



