/*
Página web: http://www.villasol.es
Autor: José Zanni / Liliana Gilli / info@josezanni.com


Azul logo: #0087AC
Naranja logo: #FAB700
Naranja logo oscuro: #DDA000
Azul texto: #52ADCC
Azul oscuro (h4) #006988
Azul MAS oscuro: #004E64
Azul MUY oscuro: #003342
Fondo zona datos: #F5F2E1
Fondo zona datos oscuro: #EFEBD3
Fondo zona datos MAS oscuro: #E8E1BD
Titulo h2: #990000


*/
html, 
body 
{
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-color: #CDE5FF;


	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #006988;
}

* 
{
  	padding: 0;
  	margin: 0;
	border: 0;
}

/*
*
*/

.contenido 
{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	
	background-image: url("../img/datos_cuerpo.png");
	background-repeat: repeat-y;
	background-position: 180px top;
}

/*
*
*/

.membrete 
{
	width: 940px;
	height: 240px;
	
	display: block;
	float: left;
}
.membrete .topnav
{
	width: 540px;
	height: 20px; 
	
	margin: -223px 0 0 260px;
}
.membrete .topnav ul li
{
	display: inline;
	padding: 0 0px;
}
.membrete .topnav ul li a
{
	padding: 0 4px;
	line-height: 14px; 

	text-decoration: none;
	font-size: 10px;

	color: #006988;

	background-image: url("../img/topnav_fondo.png");
	background-color: #D6C983;
	background-repeat: repeat-x;
	
	border-left: 1px solid #E0D6A2;
	border-right: 1px solid #fff; /* #F5F2E1; */
}	
.membrete .topnav ul li a img
{
	vertical-align: -2px;
}
.membrete .topnav ul li a:hover 
{
	color: #DDA000;
	background-color: transparent;
	border-left: 1px solid #DDA000;
	border-right: 1px solid #DDA000;
}
.membrete .topnav ul li a.activo {
	color: #0087AC;
	font-weight: bold;
	background-color: transparent;
}

/*
*
*/

.sidenav
{
	width: 170px;
	height: auto;
	
	display: block;
	float: right;
}
.sidenav .titulo,
.sidenav .referencia
{
	width: 145px;
	height: 26px;
	display: block;
	
	margin-bottom: 4px;
	text-indent: 30px;	
	font-size: 10px;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
	color: #fff;

	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("../img/sidenav_tit.png");	
	background-color: #52ADCC;
}
.sidenav .referencia
{
	background-image: url("../img/sidenav_ref.png");
	text-indent: 17px;		
	margin-top: 0;
	padding-top: 6px;
	height: 20px;	
	line-height: 12px;	
}
.sidenav .doblelinea
{
	background-image: url(../img/sidenav_tit_doble.png);			
	height: 42px;	
	line-height: 17px;	
	padding: 4px 0 0 30px;
	width: 115px;
	text-indent: 0;	
}
.sidenav .titulo a,
.sidenav .titulo a:link,
.sidenav .titulo a:visited
{
	color: #fff;

	text-decoration: none;
}
.sidenav .titulo a:hover
{
	color: #CFE9F1;
}
.sidenav select
{
	width: 130px;
	
	font-style: normal;
	font-weight: normal;
	color: #006988;
	font-size: 10px;
	
	background-color: #CDE5FF;
	
	margin: 0 0 9px 5px;
	padding: 0 0 4px 0;

	border-bottom: 1px solid #8CC2FF;
}
.sidenav select.activo
{
	background-color: #bbdbff;
}
.sidenav select option
{
	margin: 3px 0 0 0;
	padding: 0 0 0 4px;
}
.sidenav input
{
	width: 87px;
	height: 30px;

	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #fff;

	padding: 0 0 4px 15px;
	margin-bottom: 10px;

	background-image: url("../img/btn_buscar.png");
	background-color: #0087AC;
}
.sidenav input.ref_submit,
.sidenav input.ref_input
{
	background-image: none;
	background-color: transparent;
	text-align: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.sidenav input.ref_submit
{
	width: 40px;
	height: 16px;
}
.sidenav input.ref_input
{
	width: 47px;
	height: 13px;
	background-color: #90CBDE;
	padding: 0 2px;
}
.sidenav ul li 
{
	border-bottom: 1px solid #8CC2FF;
	width: 130px;
}
.sidenav ul li a,
.sidenav ul li a:visited
{
	background-color: fuchsia;
	
	display: block;

	padding: 4px 4px 4px 4px;
	text-decoration: none;
	font-size: 10px;
	color: #006988;
	background-color: transparent;
}
.sidenav ul li a:hover 
{
	color: #003342;
	background-color: #BBDBFF;
}
.sidenav ul li a.activo 
{
	color: #fff;
	background-color: #52ADCC;
}

/*
*
*/

.promonav
{
	width: 175px;
	margin-top: 6px;
	margin-left: 5px;
	_margin-left: 2px;	
	
	display: block;
	float: left;

	background-color: #F5F2E1;
	background-image: url("../img/promonav_cuerpo.png");
	background-repeat: repeat-y;
}
.promonav .tit
{
	width: 100%;
	height: 40px;
	
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	
	display: block;
	float: left;
	
	background: url(../img/promonav_tit.png) no-repeat top left;	
}
.promonav ul
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	_margin-left: 5px;
}
.promonav ul li
{
	width: 82px;
	height: 68px;
	
	display: block;
	float: left;
}
.promonav ul li a
{
	margin: 0;
	padding: 0;
}
.promonav .base
{
	width: 175px;
	height: 26px;
	
	display: block;
	float: left;
	
	background-image: url("../img/promonav_base.png");
}


.promonav .banner
{
	text-align: center;
	width: 100%;
	float: left;
	padding: 15px 0;
	display: block;
	background: #CDE5FF;
}

/*
*
*/

.pie 
{
	width:  940px;
	height: 240px;

	clear: both;
	
	text-align: center;
	
	font-size: 9px;
	color: #777;
}
.pie .copyright
{
	margin: -55px 0 0 30px;
	font-size: 10px;
}
.pie .design
{
	margin: -173px 0 0 30px;
}

.pie .copyright a
{
	color: #444;
	text-decoration: none;	
}
.pie .design a
{
	color: #aaa;
	text-decoration: none;
	line-height: 16px;
}
.pie .design a img
{
		vertical-align: middle;
}
.pie .design a:hover,
.pie .copyright a:hover
{
	color: #f00;
}

/*
*
*/

.datos 
{
	width: 535px; /* total: 615 */
/*	_width: 555px;  */
	
	padding: 0 40px 0 40px;
	
	display: block;
	float: left;
	
	text-align: left;
}
.datos h1
{
	width: 440px;	
	height: 48px;
	padding: 0 50px 0 0;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;

	font-size: 12px;
	color: #900;
	font-weight: bold;
	line-height: 35px;
	text-align: right;

	background-color: #F5F2E1;
	background-image: url("../img/cuerpo_h1.png");
	background-repeat: no-repeat;		
}
.datos p
{
	text-align: left;
	margin-bottom: 12px;
}
	
/*
*
*/

.promociones
{
	margin-top: 0px;
	display: block;
	float: left;
}

.promociones ul
{
	margin: 10px 0 0 0;
	padding: 0;

	display: block;
	float: left;
}
.promociones ul li.list
{
	width: 156px;
	height: 140px;

	margin: 0 4px 6px 0;
	margin-left: 18px;
	_margin-left: 9px;
	
	display: block;
	float: left;
}
.promociones ul li.list .caracteristicas ul
{
	margin-top: 5px;
}
.promociones ul li.list .caracteristicas ul li
{
	margin-bottom: 2px;
	font-size: 9px;
}

.promociones .ficha
{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 14px;
}
.promociones .ficha h2
{
	width: 100%;

	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;

	font-size: 12px;
	margin: 5px 0 12px 0;

	line-height: 12px;
	text-align: left;
}
.promociones .ficha img.foto
{
	float: right;
	margin: 0;
	padding: 0;
}
.promociones .ficha .logo
{
	display: block;
	
	width: 269px;
	height: 141px;

	background-color: #fff;
	
	text-align: center;
}
.promociones .ficha .logo img
{
	margin-top: 10px;
}
.promociones .ficha .caracteristicasmini
{
	width: 269px;
	height: 95px;
	
	display: block;
	
	background-color: #E8E1BD;
}
.promociones .ficha .caracteristicasmini ul
{
	margin: 8px 0 0 20px;	
	_margin: 8px 0 0 10px;		
}	
.promociones .ficha .caracteristicasmini ul li,
.promociones .ficha .caracteristicas ul li
{
	margin-bottom: 4px;
}
.promociones .ficha .descripcion
{
	display: block;
	float: left;
	
	width: 495px;
	margin: 2px 0 20px 0;
	padding: 10px 20px;
	
	background-color: #E8E1BD;
	text-align: justify;
}
/*
.promociones .ficha .descripcion p
{
	text-align: justify;
}*/

.promociones .ficha .datos1
{
	display: block;
	float: left;
	
	width: 150px;
}	
.promociones .ficha .datos2
{
	display: block;
	float: right;
	
	width: 380px;
	
	text-align: justify;
}	
.promociones .ficha .album
{
	display: block;
	float: left;

	width: 535px;
	width: 491px;	

	margin: 15px 0 0 0;	
	padding: 10px 22px;
	
	background-color: #EFEBD3;
	text-align: center;	
}
.promociones .ficha .album .minis a img
{
	border: 3px solid #fff;
}
.promociones .ficha .album .minis
{
	display: block;
	float: left;
	width: 100%;
	margin-top:10px;
}
.promociones .ficha .album .minis a
{
	display: block;
	float: left;
	margin: 0 5px 10px 0px;
}
.promociones .ficha .album p
{
	width: 100%;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}



/*
*
*/

.inmuebles ul li
{
	display: block;
	float: left;
	
	background: #EFEACF;
	width: 100%;
	border: 1px solid #E8E1BD;
	
	margin: 0 0 10px 0;
}

.inmuebles a.mini
{
	display: inline;
	float: left;
	width: 120px;
	height: 70px;
	overflow: hidden;
	
	margin: 0 8px 0 0;
}
.inmuebles a.mini img
{
	width: 120px;
}
.inmuebles ul li a:hover
{
	background-color: #E8E1BD;
}
.inmuebles ul li .datos1,
.inmuebles ul li .datos2,
.inmuebles ul li .datos3
{
	display: inline;
	float: left;
	line-height: 16px;
	text-decoration: none;	
}
.inmuebles ul li .datos1
{
	font-size: 10px;
	font-weight: bold;
	color: #006988;
	width: 237px;
}
.inmuebles ul li .datos1 strong
{
	color: #900;
	margin-left: 20px;
}	
.inmuebles ul li .datos2
{
	text-align: center;
	color: #900;
	font-size: 9px;
	font-weight: bold;	
	
	width: 170px;
	
	background-color: #E8E1BD;
	background: #E2D9AD;
}
.inmuebles ul li .datos3
{
	color: #006988;
	
	border-top: 1px solid #E8E1BD;
	width: 407px;
	padding-top: 4px;
}



/*
*
*/

.fichainmueble
{
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.inmoalbum
{
	width: 280px;
	display: block;
	float: left;
	margin-top: 21px;
}
.inmoalbum img.zoom
{
	width: 280px;
	border: 2px solid #fff;
}
.inmoalbum a.mini img
{
	width: 64px;
	height: 48px;
	
	width: 86px;
	height: 65px;
	
	overflow: hidden;
	border: 2px solid #fff;
	margin-left: 3px;
	margin-bottom: 15px;
}
.inmoalbum a:hover img
{
	border: 2px solid #52ADCC;
}	

.inmodatos
{
	display: block;
	float: right;
	width: 240px;
	margin: 0 -5px 0 0;
}	
	
.inmodatos .larga 
{
	width: 225px;
	background-color: #EFEBD3;
	float: left;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	line-height: 14px;
	text-align: left;
}
.inmodatos .vacia 
{
	width: 225px;
	color: #900;
	float: left;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	font-weight: bold;
	line-height: 12px;
}
.inmodatos .precio 
{
	width: 225px; /* 234 */
	color: #900;
	float: left;
	margin: 0 0 20px 0;
	padding: 3px 5px;
	font-weight: bold;
	line-height: 18px;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}
.inmodatos .caja 
{
	width: 105px;
	padding: 3px 5px;
	background-color: #EFEBD3;
	float: left;
	margin: 0 5px 5px 0;
}
	
/*
*
*/

.submenu 
{
	width: 100%;
	height: 16px;

	padding: 14px 0 0 0;
	margin-bottom: 10px;
	
	border-bottom: 1px solid #E8E1BD;
	
	text-align: left;
}
.submenu ul li 
{
	display: inline;
}
.submenu ul li a,
.submenu ul li a:visited
{
	text-decoration:  none;

	padding: 0 5px 0 0px;
	margin: 0 0 0 5px;

	font-size: 9px;
	line-height: 12px;
	color: #006988;

	border-right: 1px solid #dda000;
}
.submenu ul li a:hover 
{
	color: #dda000;
	background-color: transparent;
}
.submenu ul li a.activo 
{
	color: #0087AC;
	font-weight: bold;
	background-color: transparent;
}

/*
*
*/

.subopciones
{
	width: 100%;
	height: 16px;

	margin: 5px 0 10px 0;	
}
.subopciones select
{
	width: 130px;
	height: 16px;
	vertical-align: baseline;

	font-size: 10px;
	line-height: 10px;
	color: #006988;

	background-color: #E8E1BD;
}

.subopciones .izq
{
	display: block;
	float: left;
}
.subopciones .der
{
	display: block;
	float: right;
}
.subopciones input
{
	height: 16px;
	padding: 0 4px 0 4px;
	font-size: 10px;
	line-height: 16px;
	
	color: #006988;
	background-color: #E8E1BD;
}
.subopciones input.btnir
{
	width: 24px;
	height: 16px;
	vertical-align: top;
	background-image: url("../img/btn_refver.png");	
}

/*
*
*/

.album
{
	display: block;
	float: left;
	margin: 10px 0 16px 0;	
	padding: 15px ;
	background-color: #EFEBD3;
	text-align: center;	
}
.album img
{
	border: 3px solid #fff;
	display: block;
	float: left;
}
.album .minis
{
	display: block;
	float: right;
	width: 140px;
	text-align: right;
}
.album .minis a
{
	display: block;
	float: right;
	margin: 0 0 5px 5px;
}
.album p
{
	width: 100%;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

/*
*
*/

.datos .foto
{
	display: block;
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #EFEBD3;
	text-align: center;
}
.datos .foto img
{
	border: 3px solid #fff;
}
.datos p
{
	text-align: justify;
}


/*
*
*/

.contacto
{
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 15px 0;
	
	text-align: left;
}
.contacto h3
{
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #900;
	text-indent: 20px;

	padding: 4px 8px;
	margin: 0 0 8px 0;
	border: 1px solid #E8E1BD;
	
	background-color: #EFEBD3;
	background-image: url("../img/icon_email.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}
.contacto input,
.contacto select,
.contacto textarea
{
	background-color: #EFEBD3;
	border: 1px solid #E8E1BD;
	padding: 1px 0;
	margin: 0;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #006988;
}
.contacto select
{
	padding: 1px 0;
}

.contacto input,
.contacto input.largo,
.contacto textarea
{
	width: 250px;
}
.contacto input.corto,
.contacto select
{
	width: 70px;
}
.contacto input.medio
{
	width: 180px;
}

.contacto input.boton
{
	height: 16px;
	width: 80px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	color: #006988;

	padding: 0 10px 4px 10px;
	margin: 4px 4px 16px 0;

	background-color: #E8E1BD;
}
.contacto .colizq,
.contacto .colder
{
	width: 255px;
	display: block;
}
.contacto .colizq
{
	float: left;
}
.contacto .colder
{
	float: right;
}
.contacto p
{
	margin: 0 0 8px 0;
}
.contacto label
{
	display: block;
	width: 100%;
	margin: 8px 0 0 0;
}
.contacto .error_message
{
	color: #900;
	font-size: 9px;
}

.contacto .mapa
{
	display: block;
	float: left;
}
.contacto .datos
{
	display: block;
	float: right;

	width: 165px;
	margin: 0;
	padding: 0;
}
.contacto .datos p
{
	margin-bottom: 8px;
}
.contacto .datos em
{
	border-bottom: 1px solid #E8E1BD;
	display: block;
	margin: 12px 0;	
}

/*
*
*/

.paginar
{
	display: block;
	float: left;
	width: 100%;
	
	text-align: center;
	
	padding: 4px 0 2px 0;
	margin: 10px 0 10px 0;
	
	border-top: 1px solid #E8E1BD;
	border-bottom: 1px solid #E8E1BD;	
}

.paginar a,
.paginar a:visited,
.paginar a:hover
{
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	
	color: #006988;
	text-decoration: none;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
}
.paginar a:hover 
{
	background-color: #E8E1BD;
}
.paginar a.activo:visited 
{
	font-weight: bold;
	background-color: #006988;
	color: #fff;
}
.paginar .izq
{
	width: 105px;
	float: left;
	display: block;
}
.paginar .med
{
	width: 300px;
	float: left;
	display: block;
	text-align: center;
}
.paginar .der
{
	width: 105px;
	float: right;
	display: block;
	text-align: right;
}

/*
*
*/

em
{
	color: #900;
	font-style: normal;
}	
ul
{
	list-style-type: none;
}
p
{
	line-height: 15px;
	text-align: justify;
}
h3
{
	font-weight: normal;
	font-size: 10px;
	color: #900;
	border-bottom: 2px solid #E8E1BD;
	padding: 0 0 3px 0;
	display: block;
	margin-bottom: 4px;
}
ul.lista
{
	margin: 5px 0 15px 0;
		
	list-style-type: disc;
	list-style-position: inside;
}
ul.lista li
{
	margin-bottom: 10px;
}

a,
a:active, 
a:link,
a:visited
{
	text-decoration: none;
	color: #dda000;
}
a:visited 
{
	color: #dd9000;
}
a:hover 
{
	text-decoration: underline;
}

blockquote 
{
	font-size: 9px;
}


/*
*
*/

.status_message_error
{
	color: #fff;
	background-color: #900;

	vertical-align: middle;
	
	display: block;
	float: left;
	
	padding: 5px 10px;
	margin-bottom: 20px;
	text-indent: 23px;	
	
	width: 515px;
	
	background-image: url("../img/icon_error.png");
	background-position: 12px 6px;
	background-repeat: no-repeat;
}
.status_message_ok
{
	color: #004E64;
	border: 1px solid #E8E1BD;

	vertical-align: middle;
	
	display: block;
	float: left;
	
	padding: 5px 10px;
	margin-bottom: 20px;	
	text-indent: 23px;	
	
	width: 515px;
	
	background-image: url("../img/icon_info.png");
	background-position: 12px 6px;
	background-repeat: no-repeat;
}


/*
*
*/

.inicio .banner
{
	margin-bottom: 0px;
	
}
.inicio .ficha
{
/*	border: 1px solid #DBCF99; */
	
	display: block;
	float: left;
}
.inicio .accesos
{
	height: 50px;
	margin: 15px 0;
}
/*.inicio .accesos ul li
{
	display: inline;
}*/	
.inicio .presentacion,
.contacto .presentacion
{
	font-size: 11px;
}

.inicio .ficha .caracteristicas
{
	width: 240px;
	height: 92px;
	padding-left: 14px;
	
	float: right;
	display: block;
	background-color: #E8E1BD;
}
.inicio .ficha a.masinfo
{
	width: 244px;
	height: 15px;
	padding-right: 10px;
	
	line-height: 10px;
	font-size: 9px;
	display: block;
	text-align: right;
	
	float: left;

	color: #938233; /* #004E64; */
	background-color: #E8E1BD;
}
.inicio .ficha a.masinfo:hover
{
	text-decoration: underline;
}
.inicio .ficha img
{
	float: left;
}
.inicio h2
{
	width: 100%;

	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;

	font-size: 12px;
	margin: 5px 0 12px 0;
	padding: 3px 0;

	line-height: 12px;
	text-align: left;
}




/*
*
*/


@media print
{
	.membrete,
	.sidenav,
	.promonav,
	.pie,
	.submenu,
	.contacto
	{
		visibility: hidden;
		height: 0;
		width: 0;
	}	
}










.flash-replaced {}
.flash-replaced .alt ,
.flash-replaced-alt  {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}