* {
	padding: 0;
	margin: 0;
	outline: none;
}

@font-face {
    font-family: 'NeoSansStdRegular';
    src: url('../fonts/neosansstd-regular-webfont.eot');
    src: url('../fonts/neosansstd-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/neosansstd-regular-webfont.woff') format('woff'),
	url('../fonts/neosansstd-regular-webfont.ttf') format('truetype'),
	url('../fonts/neosansstd-regular-webfont.svg#NeoSansStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, input, td, select {
	font-family: 'Lucida Sans', 'NeoSansStdRegular', Verdana, Geneva, sans-serif;
}

a, a:active, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}

#wrapper {
	width: 902px;
	margin: auto;
}

#cabecera {
	width: 100%;
	height: 59px;
	margin-top: 50px;
	margin-bottom: 15px;
}

#menu {
	float: left;
	width: auto;
	margin-left: 55px;
	margin-top: 45px;
	font-size: 13px;
	font-weight: bold;
}

#menu a {
	float: left;
	margin-right: 80px;
	color: #82beff;
	text-decoration: none;
}

#idiomas {
	float: right;
	margin-top: 50px;
}

#idiomas a {
	float: left;
	margin-left: 13px;
}

#principal {
	width: 100%;
	height: 428px;
	/*background: url(../imagenes/bg.jpg) no-repeat; */
}

#contenido {
	float: left;
	width: 728px;
	height: 428px;
}

#panel_contenido {
	position: relative;
	width: 625px;
	height: 335px;
	margin-top: 46px;
	margin-left: 52px;
}

#panel_contenido .fondo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #82beff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 1;
}

#panel_contenido .contenido {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}	

#panel_contenido .titulo {
	color: #fff;
	font-size: 13px;
	font-weight: bold;	
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 43px;
}

#pie {
	margin-top: 15px;
	width: 100%;
	height: 70px;
	color: #666;
	font-size: 11px;
	font-weight: bold;	
}

.boton {
	/* not selectable on multiple clicks */
	-moz-user-select: none;
	-webkit-user-select: none;	
}



/* BUSCADOR */
#buscador {
	float: left;
	width: 159px;
	height: 384px;
	padding-top: 44px;
	padding-left: 15px;
	background: url(../imagenes/bg_buscador.png) no-repeat;
	font-size: 10px;
	color: #fff;
}

#buscador select {
	width: 130px;
	height: 18px;
	font-size: 11px;
	margin-bottom: 20px;
}

#buscador .textfield {
	width: 35px;
	height: 15px;
	font-size: 11px;
}

#buscador .titulo {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 7px;
}

#boton_buscar {
	width: 142px;
	height: 49px;
	background: url(../imagenes/botones/buscar.png) no-repeat;
	margin-top: 24px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}



/* HOME */
#destacamos {
	width: 729px;
	height: 116px;
	padding-top: 10px;
	margin-top: 302px;
	background: url(../imagenes/bg_destacamos.png) no-repeat;
	font-size: 25px;
	font-weight: bold;
	color: #3397ca;
}


/* LISTADO */
#listado {
	position: relative;
	width: 464px;
	height: 272px;
	padding-right: 54px;
	margin-top: 15px;
	margin-left: 44px;	
	overflow: auto;
	color: #fff;
	font-size: 13px;
}

#listado a {
	position: absolute;
	width: 115px;
	height: 97px;
	text-decoration: none;
	z-index: 2;	
}

#listado img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#listado .etiqueta {
	position: absolute;
	width: 194px;
	height: 17px;
	left: -39px;
	bottom: 0;	
	z-index: 101;
	display: none;
}

#listado .etiqueta .fondo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 103;
}

#listado .etiqueta .contenido {
	position: absolute;
	left: 8px;
	width: 178px;
	color: #3397ca;	
	font-size: 10px;
	z-index: 104;
}


/* FICHA */
#ficha {
	position: relative;
	width: 100%;
}

#ficha .volver {
	position: absolute;
	top: 16px;
	left: 8px;	
}


#ficha .texto {
	float: left;
	width: 200px;
}

#ficha .datos {
	width: 175px;
	height: 205px;
	padding-left: 35px;
	color: #fff;
	font-size: 11px;
	overflow: auto;
}

#ficha .datos .subtitulo {
	font-size: 12px;
	font-weight: bold;
}

#ficha .iconos {
	margin-top: 15px;	
	margin-left: 35px;
}

#ficha .iconos a {
	float: left;
	margin-right: 17px;
}

#ficha .imagenes {
	position: relative;
	float: right;
	width: 405px;
	height: 335px;
}

#ficha .imagenes .boton_zoom {
	position: absolute; 
	width: 20px; 
	right: 15px; top: 15px; 
	z-index: 103;
}

#zona_boton_anterior, #zona_boton_siguiente {
	position: absolute;  
	top: 0; 
	width: 30%;
	height: 100%;
	z-index: 102; 
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=1);
	cursor: pointer;
}

#zona_boton_anterior {
	left: 0;
}

#zona_boton_siguiente {
	right: 0;
}

#boton_anterior, #boton_siguiente {
	position: absolute;
	top: 50%;
	margin-top: -41px;
	z-index: 101;	
	display: none;	
}

#boton_anterior {
	left: 20px;
}

#boton_siguiente {
	right: 20px;
}

#ficha .imagenes .foto {
	position: absolute;
	left: 0;
	top: 0;	
	z-index: 100;
}


/* INMOBILIARIA */
#inmobiliaria {
	float: right;
	width: 315px;
	margin-top: 30px;
	padding-right: 20px;	
}

#inmobiliaria .titulo {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#inmobiliaria .texto {
	width: 305px;
	padding-right: 10px;
	height: 250px;
	text-align: justify;
	color: #fff;
	font-size: 11px;
	overflow: auto;
}



/* CONTACTO */
#contacto {
	color: #fff;
	font-size: 13px;
	margin-left: 53px;
	margin-top: 60px;
}

#contacto label {
	float: left;
	width: 80px;
	text-align: center;
}

#contacto .textfield {
	float: left;
	width: 195px;
	height: 15px;
	font-size: 12px;
}

#contacto textarea {
	float: left;
	width: 195px;
	height: 120px;
}

#boton_enviar {
	float: left;
	width: 94px;
	height: 34px;
	background: url(../imagenes/botones/enviar.png) no-repeat;
	margin-top: 90px;
	margin-left: 15px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	cursor: pointer;	
}