/* /styles/design_ofertas.css */ 

#contenedor {
  	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	top: 10px;
	background-color: #FFFFFF;
}

#pagina {
  width: 750px;
	background: url(../imagenes/4version750x_02.jpg) no-repeat 0px 132px;
	height: 430px;

}

#cabecera {
	/*ahora la cabecera no necesita nada por ahora */
	width: 750px;
	margin-right: 30px;
	height: 132px;
	background-image: url(../imagenes/5version750x_04.jpg);
	background-repeat: no-repeat;


}

#todo {
	/*tengo que porner relative pq en el html este elemento va antes que el
	menu, pero tiene sentivo si le quitamos todos los estilos */
	position: relative;
	width: 250px;

	/*esto me quita el problema de la altura y la posicion del menuPrincipal */
  height: 0px;

	left: 140px;
	top: 58px;


	font-family: Arial, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menuPrincipal
{

	position: absolute;
	left: 333px;
	width: 418px;
	top: 0px;
	height: 41px;
	border-bottom: 0;

	z-index: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
}

#titular {

	margin-left: 180px;
	margin-top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1962A6;
}




#contenido
{
 width: 690px;
 margin-left: 40px;
 min-height: 250px;
 height:expression(minheight(this,250));

}

#cabecera h2
{


	margin-left: 210px;
 	margin-top: 105px;
 	margin-bottom:0px;
 	padding:0;
	text-indent: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #086994;
}

#menuPrincipal h2
{


	text-indent: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #086994;
}

#infoGeneral
{
float: left;
width: 140px;
padding:0px;
margin:0px;
margin-right:5px;



}



#listadoOfertas
{
float:left;
width:536px;
margin:0px;

background: url(http://rev.mallorcanautic.com/imagenes/fondo_caja_ficha.gif)  ;
background-repeat: no-repeat;
background-color: #FFFFFF;

min-height: 260px;
height:expression(minheight(this,260));

}

#clear
{
clear:both;
height:1px;
}

.clear
{
clear: both;
}

.offer
{

padding:5px;
line-height: 10px;
font-size: 10px;
margin-top: 0px;
margin-bottom: 0px;
border-bottom: 2px solid #D6E7EF;

}

.offer img
{

}

.offer h3
{
font-family: Verdana, Helvetica, sans-serif;
font-weight:normal;
color: #000000;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
text-indent: 0px;
font-size: 14px;
}

.offer h4
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
text-decoration:underline;
padding:0px;
margin-top: 4px;
margin-bottom: 0px;
color: #006F73;
}

.offer p
{
margin-top: 0px;
margin-bottom: 0px;
padding: 3px;
margin-left: 168px;
}

.offer a
{
display: block;
margin-top: 10px;
font-weight: bold;
}

.offer img
{

float: left;
margin-right: 10px;
}


.offer .label
{
color: #006F73;
font-weight: bold;
}

.offer .label2
{
padding-top:10px;
margin-top:20px;
}

.offer .label3
{
margin-left:168px;
}

#pie {
	font-size: 10px;
	text-align: center;
	width: 735px;
	margin-top: 5px;
	margin-left: 15px;
	padding-top: 80px;
	height: 70px;
	background-image: url(../imagenes/cierre1.jpg);
	background-repeat: no-repeat;


}
#banner {
	position: absolute;
	left: 242px;
	width: 466px;
	top: 97px;
	height: 25px;
	border-bottom: 0;
	z-index: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
}

#baner {
	position: absolute;
	left: 497px;
	width: 247px;
	top: 94px;
	height: 38px;
	border-bottom: 0;
	z-index: 9;
	background-image: url(/imagenes/minutobaner.jpg);
	background-repeat: no-repeat;
}
#baner2 {
	position: absolute;
	left: 16px;
	width: 174px;
	top: 196px;
	height: 58px;
	border-bottom: 0;
	z-index: 9;
}
