﻿/**
 * html5 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;
}
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;
}






body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "oswald", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #6CB6FF;
    text-decoration: none;
}

.PARRAFOS_BUSCADOR 
{
    padding-top:10px;
    padding-bottom:0px;    
}

a:suelto
{
    color: #F5F5F5;
    text-decoration: none;
}


a:active
{
    color: #034af3;
}




/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.paginador
{ 
    word-spacing: 10px;
        
}


@font-face {
    font-family: 'helveticaneuelt_std_blk_cnRg';
    src: url('../tipografias/helveticaneueltstd-blkcn-webfont.eot');
    src: url('../tipografias/helveticaneueltstd-blkcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../tipografias/helveticaneueltstd-blkcn-webfont.woff') format('woff'),
         url('../tipografias/helveticaneueltstd-blkcn-webfont.ttf') format('truetype'),
         url('../tipografias/helveticaneueltstd-blkcn-webfont.svg#helveticaneuelt_std_blk_cnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneuelt_std_med_cnRg';
    src: url('../tipografias/helveticaneueltstd-mdcn-webfont.eot');
    src: url('../tipografias/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../tipografias/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('../tipografias/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('../tipografias/helveticaneueltstd-mdcn-webfont.svg#helveticaneuelt_std_med_cnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
#barra_gris_izq {
  background-color: #474343;
  float: left;
  width: 8px;
}
#Contenidos {
  background-color: #474343;
  overflow: hidden;    
    width: 995px;
}

#barra_gris_der {
  float: left;
  background-color: #474343;
  width: 8px;
}
#centro {
  width: 996px;
  float: left;
  background-color: #FFF;
}
#Pie {
  clear: both;
}
#Ejemplo_Buscador {
  background-color: #D9DADB;
  width: 190px;
  float: left;
}

.DESC_LARGA
{
    height:200;
}

.REDONDEOS
{
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    
}    

.NOBOREDER 
{
    border-style:none;  
    font-family: 'OswaldLight';
    font-size: 11px;
  color: #4d4d4d;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
    }

.boton_imagen
{
    background-image: url('../imagenes_web/boton buscar.png');
}

.TEX_buscador_titutos {
  font-family: 'OswaldLight';
  font-size: 11px;
  color: #4d4d4d;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}


.TEX_buscador_checks {
  font-family: 'OswaldLight';
  font-size: 11px;
  color: #4d4d4d;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;}


.BORDE_IMAGEN 
{
    border-left-style:solid;
    border-left-color: #4F4B4A;
    border-left-width:4px;
}


.TEX_inmueble_parametros {
  color: #666;
  font-family: helveticaneuelt_std_med_cnRg;
  font-size: 14px;
  vertical-align:top;
  padding-left: 0px;
  padding-right: 0;
  margin-left: 2px;
  margin-right: 10px;
}


.COL_buscador {
  background-color: #D9DADB;
}
body {
  background-color: #000;
}

.COL_gris_borde {
  background-color: #474343;
}
.TEX_inmueble_referencia {
  font-family: NovecentowideBookRegular;
  font-size: 24px;
  color: #1c6a7e;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.TEX_inmueble_option {
  font-family: oswaldlight;
  font-size: 18px;
  font-weight:200;
  color: #6e6b6b;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 15px;
}

#Contenedor {
  width: 995px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  overflow: hidden;
  background-color: #FFF;

}
#header_izquierda {
  float: left;
  
}

#header_izquierda_inmuebles {
  float: left;
  background-color: #000;
}

@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;

}

@font-face {
    font-family: 'NovecentowideBookRegular';
    src: url('../tipografias/Novecentowide-Book-webfont.eot');
    src: url('../tipografias/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../tipografias/Novecentowide-Book-webfont.woff') format('woff'),
         url('../tipografias/Novecentowide-Book-webfont.ttf') format('truetype'),
         url('../tipografias/Novecentowide-Book-webfont.svg#NovecentowideBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#Contenedor #header #header_derecha ul li {
  display: inline;
}
#header_derecha {
  text-align: right;
  padding-top: 17px;
  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: 500px;
}
#servicios_derecha {
  padding-top: 40px;
  padding-left: 70px;
  float: left;
  width: 500px;
}
.TEX_contenido
{
    font-family: yanone;
    font-size: 18px;
    color: #808080;}


.TEX_contenido_buscador
{
    font-family: yanone;
    font-size: 16px;
    color: #666666;
    line-height: 13px;
}



.TEX_contenido_detalles
{
    font-family: yanone;
    font-size: 15px;
    color: #666666;
    line-height: 17px;
}

.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_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: #931f20;
  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: #931f20;
    padding-top: 60px;
}
.TEX_titulares_azul
{
    font-family: yanone;
    font-size: 20px;
    color: #1C6A7E;
    padding-top: 10px;
    margin-left: 18px;
}

.margenpanel
{
    padding-left:0px;
    padding-top:0px;
    font-family:OswaldLight;
}

.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;
  list-style-type: square;
  padding-top: 10px;
  color: #808080;
  width: 300px;
}
.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 
{
    font-family:yanone;
  font-size:20;
  padding-left: 15px;
}
.TEX_competencias {
  font-family: oswaldregular;
  font-size: 20px;
  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);
}

