@charset "utf-8";

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
	line-height:1;
	background-color: #6e6b6b;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

#Contenedor {
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;

}
#mas_info {
	height: 25px;
	width: 70px;
	background-color: #333;
	text-align: center;
	padding-top: 7px;
}

#titular_index {
	padding-top: 20px;
	padding-bottom: 20px;
}

#flash_index {
	height: 250px;
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
	padding-top: 30px;
}

#header_izquierda {
	float: left;
	width: 198px;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../tipografias/oswald-regular-webfont.eot');
    src: url('../tipografias/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../tipografias/oswald-regular-webfont.woff') format('woff'),
         url('../tipografias/oswald-regular-webfont.ttf') format('truetype'),
         url('../tipografias/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldLight';
    src: url('../tipografias/Oswald-Light-webfont.eot');
    src: url('../tipografias/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
    	url('../tipografias/Oswald-Light-webfont.woff') format('woff'),
    	url('../tipografias/Oswald-Light-webfont.ttf') format('truetype'),
    	url('../tipografias/Oswald-Light.ttf') format('truetype'),
   		url('../tipografias/Oswald-Light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yanone';
    src: url('../tipografias/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('../tipografias/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../tipografias/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('../tipografias/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('../tipografias/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../tipografias/BebasNeue-webfont.eot');
    src: url('../tipografias/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../tipografias/BebasNeue-webfont.woff') format('woff'),
         url('../tipografias/BebasNeue-webfont.ttf') format('truetype'),
         url('../tipografias/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#Contenedor #header #header_derecha ul li {
	display: inline;
}
#header_derecha {
	text-align: right;
	padding-top: 67px;
	padding-right: 30px;

}


.oswald {
	font-family: oswaldregular;

}

.oswald_light {
	font-family: oswaldlight;
}

.yanone {
	font-family: yanone;
	font-size: 18px;
}

.bebas {
	font-family: BebasNeueRegular;
	font-size: 20px;
}

		
.barnav {
	padding-right: 10px;
	padding-left: 10px;

}
a.barnav {
	font-family: BebasNeueRegular;
	font-size: 16px;
} 
a.barnav:link {
	text-decoration: none;
	color:#808080;
} 
a.barnav:visited {text-decoration: none; color: #808080;} 
a.barnav:hover {text-decoration: none; color: #000;} 
a.barnav:active {text-decoration: none; color: #808080;} 
		
#query {
	padding-bottom: 350px;
}
#servicios_izquierda {
	float: left;
	width: 340px;
	padding-top: 100px;
	clear: both;
	padding-bottom: 400px;
}
#servicios_derecha {
	padding-top: 40px;
	padding-left: 70px;
	float: left;
	width: 500px;
}
.TEX_contenido {
	font-family: yanone;
	font-size: 18px;
}
.TEX_veintiocho {
	font-family: oswaldregular;
	font-size: 150px;
	color: #B3B3B3;
	letter-spacing: -6px;
}

#asp_jesus {
	text-align: left;
	clear: both;
}
.TEX_pie_de_foto {
	font-family: yanone;
	font-size: 16px;
	color: #808080;
}
.PAD_left_550 {
	padding-left: 700px;
	padding-top: 5px;
}

.PAD_left_115 {
	padding-left: 115px;
}
.BOR_gris_mediopx {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	margin-bottom: 10px;
}
.PAD_left_150 {
	padding-left: 190px;
	padding-top: 20px;
	text-align: right;
}
.TEX_titulares_grandes {
	font-family: oswaldregular;
	font-size: 30px;
	color: #1C6A7E;
	letter-spacing: -2px;
}
.TEX_titulares_grises {
	font-family: oswaldregular;
	font-size: 24px;
	color: #808080;
	padding-top: 15px;
	letter-spacing: -1px;
}.TEX_titulares_pequeño_granate {
	font-family: oswaldregular;
	font-size: 12px;
	color: #1C6A7E;
	padding-top: 60px;
}
.granate {
	color: #1C6A7E;
}
.ALI_derecha {
	text-align: right;
}
.ALI_izquierda {
	text-align: left;
}
.TEX_titulares_indice {
	font-family: oswaldregular;
	color:#666;
	padding-bottom: 5px;
	font-size: 14px;
}


.UL_servicios {
	font-family: yanone;
	padding-left: 20px;
	padding-top: 10px;
	color: #808080;
	width: 300px;
	list-style-image: url(../imagenes_web/punto.jpg);
}
.UL_servicios_2 {
	font-family: yanone;
	padding-left: 30px;
	padding-top: 10px;
	color: #808080;
	width: 300px;
	list-style-image: url(../imagenes_web/punto.jpg);
}
.PAD_left_100 {
	padding-left: 100px;
	padding-top: 20px;
	text-align: right;
}
#asesoramiento_izquierda {
	float: left;
	width: 340px;
	padding-top: 100px;
	clear: both;
}
#asesoramiento_derecha {
	padding-top: 90px;
	padding-left: 70px;
	float: left;
	width: 500px;
}
.TEX_titulares_grandes_verdoso {
	font-family: oswaldregular;
	font-size: 30px;
	color: #1C6A7E;
	letter-spacing: -2px;
}
#asesoramiento_competencias {
	clear: both;
	padding-left: 150px;
}
.TEX_competencias {
	font-family: oswaldregular;
	font-size: 60px;
	color: #B3B3B3;
	letter-spacing: -2px;
	padding-top: 15px;
}
.UL_competencias {
	font-family: yanone;
	padding-left: 280px;
	padding-top: 10px;
	color: #808080;
	width: 300px;
	list-style-image: url(../imagenes_web/punto.jpg);
}
.UL_competencias2 {
	font-family: yanone;
	padding-left: 15px;
	padding-top: 10px;
	color: #808080;
	width: 300px;
	list-style-image: url(../imagenes_web/punto.jpg);
}
#empresa_izquierda {
	float: left;
	width: 380px;
	padding-top: 100px;
	clear: both;
	padding-bottom: 500px;
}
#empresa_derecha {
	padding-top: 65px;
	padding-left: 35px;
	float: left;
	width: 500px;
}
.PAD_left_40 {
	padding-left: 70px;
}

.TEX_nos_preocupamos {
	font-family: oswaldregular;
	font-size: 50px;
	color: #666666;
	padding-top: 15px;
	letter-spacing: -1px;
}
.TEX_chispa_inmobiliaria {
	font-family: oswaldregular;
	font-size: 30px;
	color: #1C6A7E;
	padding-top: 70px;
	padding-left: 10px;
	letter-spacing: -1px;
	padding-bottom: 30px;
}
.TEX_pie_de_foto_corto {
	font-family: yanone;
	font-size: 16px;
	color: #808080;
	width: 250px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.pulse_aqui {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}


.TEX_titulares_grises_derecha {
	font-family: oswaldregular;
	font-size: 18px;
	color: #666666;
	padding-top: 15px;
	letter-spacing: -1px;
	text-align: right;
	width: 250px;
	padding-left: 10px;
}
.TEX_titular_asesoramiento {
	text-align: left;
	font-family: oswaldregular;
	color:#666;
	padding-bottom: 5px;
	font-size: 14px;
}

.imagen_nina {
	text-align: right;
	padding-top: 5px;
}
.granate2 {
	color: #1C6A7E;
}
.PAD_left_60 {
	padding-left: 60px;
}
.TEX_puede_contactar {
	font-family: oswaldregular;
	font-size: 50px;
	color: #666666;
	padding-top: 100px;
	letter-spacing: -1px;
	padding-left: 320px;
}
#telefono {
	background-image: url(../imagenes_web/contacto_inmobiliaria_mantenimientos_torrent.jpg);
	background-repeat: no-repeat;
	background-position: 280px 10px;
	padding-left: 385px;
	padding-top: 50px;
}
.TEX_contacto {
	font-family: yanone;
	font-size: 18px;
	color: #666666;
}
.TEX_contacto_telefonos {
	font-family: oswaldlight;
	font-size: 24px;
	color: #1C6A7E;
	padding-bottom: 80px;
}
#logo_looking {
	padding-top: 5px;
	padding-left: 325px;
	overflow: hidden;
}

.TEX_contacto_padtop {
	font-family: yanone;
	font-size: 18px;
	color: #666666;
	padding-top: 5px;
}
.TEX_contacto_designed_by {
	font-family: oswaldlight;
	font-size: 14px;
	color: #666666;
	padding-bottom: 80px;
	float: left;
}
#looking {
	float: left;
	padding-top: 15px;
}
a {
    outline:0;
}
.TEX_web_looking {
	font-family: oswaldlight;
	font-size: 14px;
	color: #000000;
	padding-top: 15px;
	padding-left: 188px;
}
.TEX_web_a {
	font-family: oswaldlight;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.TEX_titulares_grises_peq {
	font-family: oswaldregular;
	font-size: 18px;
	color: #808080;
	padding-top: 15px;
	letter-spacing: -1px;
}
.ALI_centro {
	text-align: center;
}
.TEX_contacto_oswald {
	font-family: oswaldregular;
	font-size: 14px;
	color: #666666;
}
.pulse_aqui {font-family: 'yanone'; font-size: 10 px;} 
        a.pulse_aqui {font-family: 'yanone'; font-size: 10 px; text-decoration:none} 
        a.pulse_aquiv:link {text-decoration: none; color: #1C6A7E;} 
        a.pulse_aqui:visited {text-decoration: none; color: #1C6A7E;} 
        a.pulse_aqui:hover {text-decoration: none; color: #000;} 

.PAD_left_200 {
	padding-left: 200px;
}

        a.pulse_aqui:active {text-decoration: none; color: #1C6A7E;} 
.TEX_pie_de_foto_corto_pad_left {
	font-family: yanone;
	font-size: 16px;
	color: #808080;
	width: 250px;
	padding-left: 180px;
	padding-bottom: 10px;
}
.TEX_donde_estamos {
	font-family: oswaldregular;
	font-size: 14px;
	color: #666666;
	padding-bottom: 10px;
	padding-left: 180px;
}
#footer {
	height: 160px;
	overflow: hidden;
	background-color: #000;
	clear: both;
	height: 160px;
}
.enlace_footer {
	padding-bottom: 3px;
	font-family: oswaldlight;
	font-size: 12px;
	color: #999;
	text-decoration:none;
}
.p_footer {
	padding-bottom: 3px;
	color: #999;
}
.PAD_bottom_30 {
	padding-bottom: 30px;
}
#header_izquierda_inmuebles {
	float: left;
	width: 198px;
	height: 106px;
	background-color: #000;
}
#footer_01 {
	float: left;
	font-family: oswaldlight;
	font-size: 12px;
	color: #999;
	text-decoration:none;
	padding-top: 110px;
	padding-left: 50px;
	width: 340px;
}
#footer_02 {
	float: left;
	font-family: oswaldlight;
	font-size: 12px;
	color: #CCC;
	padding-top: 45px;
	width: 170px;
}
#footer_03 {
	float: left;
	font-family: oswaldlight;
	font-size: 12px;
	color: #CCC;
	padding-top: 45px;
	width: 180px;
}
#footer_04 {
	float: left;
	font-family: oswaldlight;
	font-size: 9px;
	color: #CCC;
	text-align: center;
	width: 250px;
	padding-top: 25px;
}
.p_footer_api {
	padding-bottom: 5px;
	font-family: oswaldlight;
	font-size: 8px;
	color: #333;
	text-decoration:none;
}
.PAD_bottom_20 {
	padding-bottom: 10px;
}
#footer_blanco {
	background-color: #FFF;
	text-align: left;
	margin-top: 40px;
	clear: both;
}
#iconos {
	text-align: left;
	padding-left: 20px;
	float: left;
	padding-top: 25px;
	padding-bottom: 5px;
}
.PAD_right_5px {
	padding-right: 1px;
}
#logos {
	text-align: right;
	float: right;
	padding-right: 20px;
}
#index_indice {
	height: 420px;
	padding-left: 125px;
	padding-right: 125px;
}
#exclusivos_index {
	height: 190px;
	padding-right: 125px;
	padding-left: 125px;
	overflow: hidden;
}
#contenedor_exclusivos {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
}

#exclusivos_foto {
	float: left;
}
#exclusivos_texto {
	float: left;
	margin-left: 40px;
	width: 230px;
}
#28_anos_index {

}
#veintiocho {
	float: left;
}


#carrusel_index {
	height: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 125px;
	padding-left: 125px;
}


#exclusivos {
}

#novedades_localizacion_index {
	height: 210px;
	padding-right: 125px;
	padding-left: 125px;
}
#indice_buscador {
	width: 250px;
}
#indice_01 {

	float: left;
	text-align: left;
	width: 221px;
}
#indice_02 {
	float: left;
	width: 290px;
	text-align: center;
}
.PAD_left_5px {
	padding-left: 20px;
}

#indice_03 {
	width: 221px;
	float: right;
	text-align: right;
	padding-right: 2px;
}
#contenedor_indices {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	padding-bottom: 5px;
}
.BOR_gris_mediopx_PAD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	margin-bottom: 10px;
	padding: 5px;
}

#titular_index {
	padding-top: 10px;
}
.TEX_pie_de_foto_corto_ALI_iqz {
	font-family: yanone;
	font-size: 16px;
	color: #808080;
	padding-bottom: 10px;
	text-align: left;
}
.TEX_titular_servicios {
	text-align: left;
	font-family: oswaldregular;
	color:#666;
	padding-left: 40px;
	padding-bottom: 5px;
	font-size: 14px;
}
.TEX_pie_de_foto_servicios {
	font-family: yanone;
	font-size: 16px;
	color: #808080;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 40px;
	padding-right: 25px;
}
.TEX_titulares_bienvenidos {
	font-family: oswaldregular;
	font-size: 18px;
	color: #808080;
	padding-top: 15px;
	letter-spacing: -1px;
}
.TEX_mas_info {
	font-family: oswaldregular;
	color:#ffffff;
	padding-bottom: 5px;
	font-size: 14px;
	text-decoration: none;
}
.TEX_imbolo_mas {
	font-size: 24px;
}
#mas_info_dos {
	font-family: oswaldregular;
	color:#ffffff;
	padding-bottom: 5px;
	font-size: 14px;
	text-decoration: none;
	margin-left: 40;
}
#infos {
	clear: both;
	overflow: hidden;
}
#infos_1 {
	height: 25px;
	width: 70px;
	background-color: #333;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin-right: 190px;
}
#infos_2 {
	height: 25px;
	width: 70px;
	background-color: #333;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin-right: 190px;
}
#infos_3 {
	height: 25px;
	width: 70px;
	background-color: #333;
	text-align: center;
	padding-top: 7px;
	float: left;

}
#novedades_01 {
	float: left;
	width: 200px;
	padding-right: 65px;
	padding-top: 20px;
}
.FLOAT_left {
	float: left;
}

#novedades_02 {
	float: left;
	padding-top: 20px;
	width: 250px;
	padding-right: 40px;
}
.PAD_right_20 {
	padding-right: 20px;
}
.PAD_right_10 {
	padding-right: 10px;
}

#novedades_03 {
	float: left;
	padding-top: 20px;
}
.BOR_gris_mediopx_sinPAD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	padding: 5px;
	margin-bottom: 5px;
}
#Contenedor_index {
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../imagenes_web/imagen_index.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#entrar_a_la_web {
	padding-top: 390px;
	padding-left: 650px;
}
.enlace_entrar_web {
	font-family: oswaldlight;
	font-size: 14px;
	color: #C7BCAA;
	text-decoration:none;
}
a.enlace_entrar_web:visited {text-decoration: none; color: #C7BCAA;} 
a.enlace_entrar_web:hover {text-decoration: none; color: #fff;} 
a.enlace_entrar_web:active {text-decoration: none; color: #C7BCAA;} 
