*{
  margin:0px;
  padding:0px;
  border:0px;
}



html {
	width: 100%;
}

	

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	text-align:center;
}

a {
	text-decoration: none;
}

#contenedor{
	width: 985px;
	margin:auto;
}

#cabecera{
	width: 985px;
	height:85px;
	margin-top:10px;
	
	/*background-image: url(../images/cabecera_quermes.jpg);*/	
}

#cabeceraLogo{
	width: 291px;
	height: 85px;
	float: left;
	background-image: url(../images/logo_cabecera.jpg);
}

#cabeceraCentral{
	width: 628px;
	height: 85px;
	float:left;
	background-color: #4d494a;
}

#cabeceraDerecha{
	width: 66px;
	height: 85px;
	float:left;
	background-image: url(../images/fin_cabecera.jpg);
}

* html #cabeceraDerecha{
	width: 63px;
}

#cabeceraCentralTop{
	width: 628px;
	height: 62px;
	background-image: url(../images/cabeceraCentralTop.jpg);
}

#cabeceraCentralMenu{
	width: 628px;
	height: 23px;
	background-color: #4d494a;
	list-style-type:none; 
	
}




#cabeceraCentralMenu ul{
	list-style:none;
	padding:0;
}

#cabeceraCentralMenu ul li{
	padding:0;
	float:left;
	position:relative;
	z-index:100;
	
}

#cabeceraCentralMenu ul li dl{
	position:absolute; 
	top:0; 
	left:0;
	float:left;
	display:block;
	margin-left:125px;
}

#cabeceraCentralMenu dl.primero{margin-left:0px;}
#cabeceraCentralMenu dl.segundo{margin-left:125px;}
#cabeceraCentralMenu dl.tercero{margin-left:250px;}
#cabeceraCentralMenu dl.cuarto{margin-left:375px;}
#cabeceraCentralMenu dl.quinto{margin-left:500px;}

#cabeceraCentralMenu ul li dd {
	display:none;
}

#cabeceraCentralMenu li:hover dd, #cabeceraCentralMenu li a:hover dd {display:block;}
#cabeceraCentralMenu li:hover dl, #cabeceraCentralMenu li a:hover dl {padding-bottom:20px;}
#cabeceraCentralMenu table {border-collapse:collapse; padding:0; margin:0px; font-size:1em;}
#cabeceraCentralMenu table a:hover dd{display:block;}




#cabeceraCentralMenu ul li dt a{
	width: 125px;
	height: 23px;
	line-height: 23px;
	display:block;
	background-color: #4d494a;
	text-decoration:none;
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#cabeceraCentralMenu ul li dt a:HOVER{
	color: #fe9c13;
	background-color: #969495;
}

#cabeceraCentralMenu ul li dd a{
	width: 125px;
	min-height: 23px;
	border-top: 1px solid #969495;
	line-height: 25px;
	display:block;
	background-color: #4d494a;
	text-decoration:none;
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 10px;
}

#cabeceraCentralMenu ul li dd a:HOVER{
	color: #fe9c13;
	background-color: #969495;
}

#cuerpo{
	width: 985px;
	height:auto;
	margin-top: 10px;
}

#cuerpoIzquierda{
	width: 444px;
	float: left;
	
}

#promocionesTop{
	width: 444px;
	height: 22px;
	background-image: url(../images/promociones_venta_up.jpg);
}

#promocionesBottom{
	width: 444px;
	height: 9px;
	font-size: 0px;
	background-image: url(../images/promociones_venta_down.jpg);
}

#promocionesCentro{
	width: 443px;
	height: auto;
	border-right: 1px solid #ffd090;
	background-color: #ff9c13;
	padding-top:5px;
}

#promocionesCentro img{
	margin-top:5px;
}

#cuerpoDerecha{
	width: 530px;
	float: left;
	margin-left: 10px;
}

* html #cuerpoDerecha{
	margin-left: 5px;
}

#buscadorTop{
	width: 531px;
	height: 23px;
	background-image: url(../images/buscador_up.jpg);
}

#buscadorPromocionesTop{
	width: 531px;
	height: 23px;
	background-image: url(../images/promociones_up.jpg);
}

#buscadorBottom{
	width: 531px;
	height: 9px;
	font-size: 0px;
	background-image: url(../images/promociones_down.jpg);
}

#buscadorCuerpo{
	width: 530px;
	height: 180px;
	border-left: 1px solid #e3aabb;
	padding-top: 15px;
	background-color: #ad0f40;
}


/* MENU PESTAŅAS */
#wrapper
{
	width: 480px;
	margin: 0 auto;
	
}

.box
{
	align: center;
	background: #fff;
}

.boxholder
{
	clear: both;
	padding: 0px;
	background: white;
	font-family: verdana;
	font-size: 12px;
}

.tab
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: black;
	padding: 5px 0 0 0;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0 1px 0 0;
	text-align: center;
	border-top: 5px solid #d85b83;
	background-color: white;
	cursor: pointer;
}

.tab:hover
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 0 0;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0 1px 0 0;
	text-align: center;
	border-top: 5px solid #4d494a;
	background-color: white;
	cursor: pointer;
}

.tab a
{
	color: black;
}

.tab a:visited
{
	color: black;
}

.tabElegido
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 0 0;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0 1px 0 0;
	text-align: center;
	border-top: 5px solid #ff9a16;
	background-color: white;
	cursor: pointer;
}

.tabElegido a
{
	color: black;
}

.content
{
}

.content a
{
	text-decoration: none;
	color: black;
}

/* FIN MENU TABS */

.banners{
	width: 55%;
	margin-top: 25px;
	float:left;
}

.banners2{
	width: 40%;
	float:left;
	margin-left: 10px;
	margin-top: 8px;
}
#contenedorNovedades{
	width: 985px;
	height:auto;
	margin-top: 10px;
	float: left;
	margin-left:5px;
}

/* OCASIONES */
#capaOcasiones{
	width: 463px;
	height: auto;
	float:left;
}

#capaOcasionesTop{
	width: 463px;
	height: 26px;
	float:left;
	background-image: url(../images/ocasiones_top.gif);
}

#capaOcasionesTop p{
	margin-top:11px;
	text-align:right;
	padding-right: 15px;
}

#capaOcasionesTop a{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ff9c13;
}

#capaOcasionesTop a:HOVER{
	color: white;
}

#capaOcasionesBottom{
	width: 463px;
	height: 9px;
	float:left;
	font-size: 0px;
	background-image: url(../images/ocasiones_bottom.gif);
}

* html #capaOcasionesBottom{
	margin-top:-5px;
}

#capaOcasionesCuerpo{
	width: 463px;
	height: 70px;
	background-color: #4d494a;
	float:left;
}


/* NOVEDADES */
#capaNovedades{
	width: 515px;
	height: auto;
	float:left;
}

#capaNovedadesTop{
	width: 515px;
	height: 26px;
	float:left;
	background-image: url(../images/novedades_top.gif);
}

#capaNovedadesTop p{
	margin-top:11px;
	text-align:right;
	padding-right: 15px;
}

#capaNovedadesTop a{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ff9c13;
}

#capaNovedadesTop a:HOVER{
	color: white;
}

#capaNovedadesBottom{
	width: 515px;
	height: 9px;
	float:left;
	font-size: 0px;
	background-image: url(../images/novedades_bottom.gif);
}

* html #capaNovedadesBottom{
	margin-top:-5px;
}

#capaNovedadesCuerpo{
	width: 513px;
	height: 70px;
	float:left;
	background-color: #4d494a;
	border-left: 2px solid #837f80;
}


.contieneNovedad{
	width: 220px;
	margin-left: 10px;
	margin-top:8px;
	float:left;
}

* html .contieneNovedad{
	width: 210px;
}

.contieneNovedad img{
	width: 83px; 
	height: 55px;
	border: none;
	float:left;
	text-align:left;
	border: 2px solid white;
}

 span.titulo{
	width: 123px;
	text-align:left;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ff9c13;
	float: left;
	padding-left: 5px;
}



.contieneNovedad span.lugar{
	width: 123px;
	text-align:left;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	float: left;
	padding-left: 5px;
}



#piePagina{
	width: 985px;
	height: 29px;
	line-height: 29px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	background-color: #dad9d7;
	text-align: center;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #4d494a;
}

#piePagina a{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #4d494a;
}

#piePagina span{
	color: #ad0f40;
	font-weight: bold;
}


.etiqueta{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ad0f40;
}

.etiqueta a{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ad0f40;
	text-decoration: none;
}

.etiqueta a:hover{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

input.caja{
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    width: 120px;
    padding-left: 3px;
    border:1px solid #969696;
}

input.cajaobligatoria{
    font-size: 9px;
    color: #000000;
    font-family: verdana;
    width: 120px;
    padding-left: 3px;
    border:solid 1px #ed8c04;
    background-color: #f5d9b1;
}

textarea.caja{
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    width: 120px;
    padding-left: 3px;
    border:1px solid #969696;
}

select{
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    width: 120px;
    border:solid 1px #969696;
}

select.selectobligatorio{
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    width: 120px;
    border:solid 1px #ed8c04;
    background-color: #f5d9b1;
}

.botonBusqueda{
	width: 65px;
	height: 11px;
	display:block;
	margin:auto;
	background-image: url(../images/btn_busqueda.jpg);
	background-repeat: no-repeat;
}

.botonBusqueda:HOVER{
	background-image: url(../images/btn_busqueda_h.jpg);
}

.botonBusquedaAvanzada{
	width: 166px;
	height: 14px;
	display:block;
	margin:auto;
	background-image: url(../images/btn_busquedaAvanzada.jpg);
}

.botonBusquedaAvanzada:HOVER{
	background-image: url(../images/btn_busquedaAvanzada_h.jpg);
}

.botonAceptar{
	width: 86px;
	height: 24px;
	display:block;
	margin:auto;
	background-image: url(../images/aceptar.jpg);
}

.botonAceptar:HOVER{
	background-image: url(../images/aceptar_h.jpg);
}

#bannerVertical{
	width: 150px;
	height: 400px; 
	float:left;
	margin-left: 10px;
}

#contenido{
	width: 820px;
	height: auto; 
	min-height: 200px;
	float:left;
}

#contenidoDetalleInmueble{
	width: 820px;
	height: auto; 
	min-height: 545px;
	float:left;
	margin-bottom: 10px;

}


#contenidoCabecera{
	/*
	width: 820px;
	height: 32px;
	background-image: url(../images/contenidoCabecera.jpg);
	*/
	font-family:verdana;
	text-align:left;
	color:white;
	font-size:20px;
	font-weight:bold;
	padding-left: 10px;
	padding-top:3px;
	height: 29px;
	width:810px;
	background-image: url(../images/contenidoCabecera.jpg);
}

#contenido p{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	margin-top: 15px;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	text-align: justify;
}

#contenido p a{
	color:#fe9c13;
	font-weight:bold;
}

#contenido p a:HOVER{
	color:#AD0F3F;
}




#contenido ul{
	list-style-type: decimal;
	width:800px;
	padding:0;
	padding-left: 30px;
	margin-top: 0px;
	text-align:left;
	font-family: verdana;
	font-size: 11px;
	color:#AD0F3F;
	font-weight:bold;
}

#contenido ul li{
	margin-top: 20px;
}

#contenido ul li ul{
	list-style-type: square;
	color: #000000;
	font-weight: normal;
	padding-left: 35px;
	width: 700px;
}

#contenido ul li ul li{
	margin-top: 5px;
	text-align: justify;
}


.botonFormulario{
	padding: 3px;
	border: 1px solid #fe9c13;
	background-color: #ad0f40;
	color: white;
	font-family:verdana;
	font-size: 10px;
}

.botonFormulario:HOVER{
	border: 1px solid #ad0f40;
	background-color: #fe9c13;
}

.destacado{
	color:#AD0F3F;
	font-weight:bold;
}

.destacadoNegrita{
	color:#000000;
	font-weight:bold;
}

.cabeceraTablaIzquierda{
	width: 15px;
	height: 18px;
	background-color: #fd9b14;
	background-image: url(../images/bordeizq.jpg);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 17px;
	font-size: 10px;
}

.cabeceraTablaDerecha{
	width: 9px;
	height: 18px;
	background-color: #ffffff;
	background-image: url(../images/bordeder.jpg);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 17px;
	font-size: 10px;
}

.cabeceraTabla{
	background-color: #fd9b14;
	height: 17px;
	font-size: 11px;
	font-family: verdana;
	color: white;
	font-weight: bold;
	text-align: center;
}

.enlaceTabla{
	font-size: 10px;
	font-family: verdana;
	color:#AD0F3F;
	font-weight:bold;
}

.enlacePieTabla{
	color:white;
}	

.textoTabla{
	font-size: 10px;
	font-family: verdana;
	color:#5e5d5d;
	font-weight:bold;
}

.textoTablaRojo{
	font-size: 11px;
	font-family: verdana;
	color:#b00e40;
	font-weight:bold;
	padding-left: 5px;
}

.textoTablaBlanco{
	font-size: 10px;
	font-family: verdana;
	color:#ffffff;
	font-weight:bold;
	padding-left: 5px;
}

.enlacePieTablaSeleccionada{
	color:#AD0F3F;
}

#detalleIzquierda{
	width: 202px;
	height: 100px;
	margin-top: 10px;
	float:left;
}

#detalleIzquierdaTop{
	width: 202px;
	height: 15px;
	font-size: 0px;
	background-image: url(../images/bord_up.jpg);
}

#detalleIzquierdaBottom{
	width: 202px;
	height: 15px;
	font-size: 0px;
	background-image: url(../images/bord_down.jpg);

}

#detalleIzquierdaCentro{
	width: 202px;
	height: 70px;
	background-color: #ff9c13;
	text-align: left;
}

#detalleIzquierdaCentro2{
	width: 202px;
	height: 180px;
	background-color: #ff9c13;
	text-align: left;
}

#detalleIzquierdaBotones{
	width: 202px;
	margin-top: 10px;
	text-align: left;
}

#detalleIzquierdaBotones2{
	width: 202px;
	margin-top: 40px;
	text-align: center;
}

.botonVolver{
	width: 86px;
	height: 24px;
	display:block;
	margin:auto;
	background-image: url(../images/volver.jpg);
}

.botonVolver:HOVER{
	background-image: url(../images/volver_h.jpg);
}

.botonSolicitar{
	width: 86px;
	height: 24px;
	display:block;
	margin:auto;
	background-image: url(../images/solicitar.jpg);
}

.botonSolicitar:HOVER{
	background-image: url(../images/solicitar_h.jpg);
}

.botonLimpiar{
	width: 86px;
	height: 24px;
	display:block;
	margin:auto;
	background-image: url(../images/limpiar.jpg);
}

.botonLimpiar:HOVER{
	background-image: url(../images/limpiar_h.jpg);
}

.botonCalcular{
	width: 86px;
	height: 24px;
	display:block;
	margin:auto;
	background-image: url(../images/calcular.jpg);
}

.botonCalcular:HOVER{
	background-image: url(../images/calcular_h.jpg);
}

.botonVerFotos{
	width: 96px;
	height: 24px;
	display:block;
	margin:auto;
	background-image: url(../images/verfotos.jpg);
}

.botonVerFotos:HOVER{
	background-image: url(../images/verfotos_h.jpg);
}

.botonVerPlanos{
	width: 100px;
	height: 24px;
	display:block;
	margin:auto;
	background-image: url(../images/verplanos.jpg);
}

.botonVerPlanos:HOVER{
	background-image: url(../images/verplanos_h.jpg);
}

.botonVerFicheros{
	width: 113px;
	height: 24px;
	display:block;
	margin:auto;
	cursor: pointer;
	background-image: url(../images/verficheros.jpg);
}

.botonVerFicheros:HOVER{
	background-image: url(../images/verficheros_h.jpg);
}


#detalleDerecha{
	width: 580px;
	height: auto;
	margin-top: 10px;
	float:left;
	margin-left: 20px;
}


#cabeceraDetalleDerecha{
	width: 100%;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #b00e40;
	text-align:left;
}

#cuerpoDetalleDerecha{
	width: 577px;
	min-height: 300px;
	margin-top: 5px;
	border-left: 3px solid #ff9c13;
}

#cuerpoDetalleDerecha table{
	width: 95%;
	text-align:left;
	margin-left: 20px;
}

#cuerpoDetalleDerecha table td{
	line-height:20px;
}

.lineaSeparadora{
	height: 1px;
	font-size: 0px;
	background-color: #5e5d5d;
}


/* INICIO PROMOCIONES */

#capa_superior
{
	width: 602px; 
	height: 61px; 
	background-color: white;
}

#imagen_costasol
{
	width:313px;
	height: 61px;
	background-image:url(../images/costadelsol.gif);
	float: left;
}

#logo_duquesa
{
	width:127px;
	height: 60px;
	background-image:url(../images/duquesa_p.gif);
	background-repeat:no-repeat;
	float:right;
}

#capa_botones 
{
	height: 65px;
	background-color: #c61148;
	padding-left: 20px;
}

#capa_botones ul{
	list-style-type: none;
	margin:0;
	padding:0;
	
}

#capa_botones li {
	display:inline;
	margin:0;
}


#boton_promo
{
	width:47px;
	height:65px;
	background-image:url(../images/promo.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#boton_promo_off
{
	width:47px;
	height:65px;
	background-image:url(../images/promo_i.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#boton_promo_seleccionado
{
	width:47px;
	height:65px;
	background-image:url(../images/promo_h.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#boton_promo:hover
{
	width:47px;
	height:65px;
	background-image:url(../images/promo_h.jpg);
	background-repeat:no-repeat;
	
}


#boton_pisopiloto
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ppiloto.gif);
	background-repeat:no-repeat;
	margin-left:17px;

}

#boton_pisopiloto_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ppiloto_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;

}

#boton_pisopiloto_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ppiloto_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_pisopiloto:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ppiloto_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}


#boton_ubicacion
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ubi.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_ubicacion_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ubi_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_ubicacion_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ubi_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_ubicacion:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/ubi_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_plano
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/plano.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_plano_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/plano_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_plano_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/plano_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_plano:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/plano_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_galeria
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/galeria.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_galeria_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/galeria_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_galeria_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/galeria_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_galeria:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/galeria_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_calidades
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/calid.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_calidades_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/calid_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_calidades_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/calid_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_calidades:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/calid_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_fotos
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/fotos.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_fotos_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/fotos_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_fotos_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/fotos_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#boton_fotos:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/fotos_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}


#boton_video
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/video.gif);
	background-repeat:no-repeat;
	margin-left:17px;

}

#boton_video_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/video_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;

}

#boton_video_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/video_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;

}

#boton_video:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/video_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_folleto
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/folleto.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
	
}

#boton_folleto_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/folleto_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
	
}

#boton_folleto_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/folleto_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
	
}

#boton_folleto:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/folleto_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_inicio
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/boton_inicio.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
	
}

#boton_inicio_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/boton_inicio_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
	
	
}

#boton_inicio_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/boton_inicio_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
	
}

#boton_inicio:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/boton_inicio_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_vista3D
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/vista_3D.gif);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_vista3D_off
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/vista_3D_i.gif);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_vista3D_seleccionado
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/vista_3D_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}

#boton_vista3D:hover
{
	width:47px;
	height:65px;
	float:left;
	background-image:url(../images/vista_3D_h.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
	
}

#imagen_sevilla
{
	width:313px;
	height: 61px;
	background-image:url(../images/sevilla2.gif);
	float: left;
}

#logo_hercules
{
	width:59px;
	height: 61px;
	background-image:url(../images/logo_hercules2.gif);
	background-repeat: no-repeat;
	float:right;
	
}


#logo_golf
{
	width:125px;
	height: 61px;
	background-image:url(../images/logo_golf_2.gif);
	float:right;
	
}
/* FIN DE PROMOCIONES */

#capa_flash
{
	width:500px;
	height:330px;
	background-color: white;
	display: block;
	margin: auto;
}


.enlacePestana:VISITED{
	color: black;
}


.botonLimpiarAcceso{
	width: 80px;
	height: 25px;
	background-image: url(../images/limp.jpg);
	display: block;
	margin:auto;
}

.botonLimpiarAcceso:HOVER{
	background-image: url(../images/limp_h.jpg);
}

.botonAceptarAcceso{
	width: 89px;
	height: 25px;
	background-image: url(../images/acep.jpg);
	display: block;
	margin:auto;
}

.botonAceptarAcceso:HOVER{
	background-image: url(../images/acep_h.jpg);
}

#accesoIntranetTop{
	width: 531px;
	height: 23px;
	background-image: url(../images/cab_accesointranet.jpg);
}

#accesoIntranetBottom{
	width: 531px;
	height: 9px;
	font-size: 0px;
	background-image: url(../images/promociones_down.jpg);
}

* html #accesoIntranetBottom{
	margin-left: -10px;
}

.ifrBanner{
	width: 531px;
	height: 156px;
}