/* ------------ GRAL ------------ */

body { margin: 0; padding: 30px 0; background: #FFF url(../images/gral_fondo.gif) repeat; color: #4C2914; text-align: center; }
div,td,* { font-family: Arial, Helvetica, Verdana, sans-serif; }
a { color: #AC6B17; }
a:hover { color: #D0813E; }
form { margin: 0; padding: 0; }
img { border: 0; }
p { margin: 0; padding: 0 0 15px 0; }
ul,li { margin: 0; padding: 0; list-style-type: none; }
h1,h2,h3,h4,h5,h6,h7 { margin: 0; padding: 0; }
h2,h3,h2 *,h3 * { font-family: Georgia, "Times New Roman", Times, serif; }
.gralClear { clear: both; height: 1px; overflow: hidden; visibility: hidden; }

#gralContenedor { width: 760px; margin: 0 auto; padding: 0; border: 1px solid #4C2914; background: #FFF; text-align: left; }
#gralContenido { overflow: hidden; }

/* Botones (para que se adapten al texto, ponerlos flotantes dentro de la clase que corresponda. ej: #empresa .gralBoton { float: left; } ) 
	Actualmente están flotantes en la propia definicion de .gralBoton
*/

.gralBoton { display: inline; float: right; margin-right: 10px; height: 22px; background: url(../images/bt_fondo_izq.gif) no-repeat 0 0; text-align: center; }
.gralBoton span { display: block; height: 22px; padding: 0 7px !important; background: url(../images/bt_fondo_der.gif) no-repeat right top; text-align: center; }
.gralBoton span a { font-size: 12px; font-weight: normal; color: #000; text-decoration: none; line-height: 22px; white-space: nowrap; }
.gralBoton span a:hover { color: #D0813E; }
.gralBotonContenedor { overflow: hidden; padding: 10px 0; height: 22px; } /* Si el boton tiene que ir en una línea independiente, rodearlo con un div con esta clase */
* html .gralBoton span { display: inline-block !important; }
* html .gralBotonContenedor { overflow: visible; height: 1%; }

/* ------------ CABEZAL ------------ */

#gralCab { height: 88px; padding: 0 10px 0 0; background: url(../images/cab_fondo.jpg) no-repeat 0 0; }
#gralCab h1 { float: left; margin: 0; }
#gralCab #gralCabSlogan { float: left; margin: 35px 10px; }
#gralCab #gralCabSlogan img { display: none; }	/* Si el slogan es texto agregar propiedad display: none */
#gralCab #gralCabSlogan span { display: none; } /* Si el slogan es imagen agregar propiedad display: none; */

#gralCab #gralCabLang { float: right; margin: 15px 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #AC6B17; }
#gralCab #gralCabLang * { font-family: Georgia, "Times New Roman", Times, serif; }
#gralCab #gralCabLang span { color: #AC6B17; }
/* enlace cambiar idioma: */
#gralCab #gralCabLang a { color: #4C2914; }

#gralCab #gralCabDatos { float: right; padding-top: 0px; font-size: 10px; color: #4C2914; white-space: nowrap; }

/* ------------ MENU ------------ */

#gralMenu { clear: both; height: 21px; margin-bottom: 8px; border-top: 1px solid #F9F5EF; border-bottom: 1px solid #000; background: url(../images/menu_bg.gif); font-size: 11px; }
#gralMenu * { font-family: Georgia, "Times New Roman", Times, serif; }
#gralMenu li { float: left; padding: 0 10px; background: url(../images/menu_separador.gif) no-repeat right top; line-height: 21px; }
#gralMenu li a { color: #5A3119; text-decoration: none; font-weight: bold; }
#gralMenu li a:hover { color: #D0813E;  }
#gralMenu li.seleccionado a {  color: #AC6B17; }

/* Menu - Items Individuales */

#gralMenu #menuFaq { float: right; background-image: url(../images/menu_separador2.gif); font-size: 11px; }
#gralMenu #menuFaq a { }
#gralMenu #menuContacto { float: right; background: none; font-size: 11px; }
#gralMenu #menuInicio { }
#gralMenu #menuObraNueva { }
#gralMenu #menuInmuebles { }
#gralMenu #menuEmpresa { }
#gralMenu #menuNoticias { }
#gralMenu #menuUtilidades { }

/* ------------ PIE ------------ */

#gralPie { clear: both; margin: 5px; padding: 10px; border-top: 1px solid #D0D1D1; font-size: 10px; line-height: 1.7em; text-align: center; }
#gralPie .gralPieTitulo { color: #000; font-weight: bold;  }
#gralPie .gralPieDatos { color: #4C2914;   }
#gralPie .gralPieMenu a { color: #AC6B17; }
#gralPie .gralPieMenu a:hover { color: #D0813E; }

/* ------------ COLUMNA DERECHA ------------ */

#gralColDer { float: right; width: 165px; margin: 0 5px 6px 0; display: inline; }
#gralColDer h3 { margin: 10px 0 5px; padding-bottom: 2px; border-bottom: 1px solid #999999; font-size: 13px; font-weight: bold; color: #007B5A; }
#gralColDer .derBloque { border-top: 1px solid #D0D1D1; }
#gralColDer .derBloque h4 { font-size: 10px; font-weight: bold; color: #AC6B17; line-height: 1.8em; }
#gralColDer .derBloque h4 a { color: #AC6B17; }
#gralColDer .derBloque h4 a:hover { color: #D0813E; }
#gralColDer .derBloque p { font-size: 10px;  color: #4C2914; }
#gralColDer .derBloque a { font-weight: bold; text-decoration: none; }
#gralColDer .primero { border-top: none; }

/* Banners */

.derBanner { margin-bottom: 6px; }
.derBanner * { font-family: Georgia, "Times New Roman", Times, serif; }
.derBanner a { display: block; font-size: 11px; text-decoration: none; }
.derBanner a strong { font-size: 12px; }
.derBannerBoletin { padding: 16px 10px 12px 73px; border: 1px solid #99AAAC; background: #EDF6F9 url(../images/ico_banner_boletin.gif) no-repeat 34px 18px; }
.derBannerBoletin a { color: #5A3119; }
.derBannerBoletin a:hover { color: #D0813E; }
.derBannerPdf { padding: 10px 50px 8px 20px; border: 1px solid #5A3119; background: #AC6B17 url(../images/ico_banner_pdf.gif) no-repeat 115px 4px; }
.derBannerPdf a { color: #FFF; }
.derBannerPdf a:hover { color: #5A3119; }


/* ------------ COLUMNA IZQUIERDA ------------ */

#gralColIzq { float: left; width: 112px; margin: 5px 6px 5px; display: inline; }
#gralColIzq ul li { padding: 2px 5px; background: #EDF6F9; border-bottom: 1px solid #D0D1D1; line-height: 1em; }
#gralColIzq ul li a { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #4C2914; text-decoration: none; }
#gralColIzq ul li a:hover { color: #D0813E; }
#gralColIzq ul li.seleccionado { background: #00986F; border-bottom: 1px solid #000; font-weight: bold; color: #FFF; }
#gralColIzq ul li.seleccionado a { color: #FFF; }
#gralColIzq ul li.seleccionado a:hover { color: #FFF; }


/* ------------ COLUMNA CONTENIDO ------------ */

#gralColCont { width: 572px; padding: 0 6px; border-right: 1px solid #D0D1D1; }	/* Cuando hay col derecha usar esta clase */
#gralColCont3Cols { float: left; width: 446px; padding: 0 6px; border: 1px #D0D1D1; border-style: none solid; }	/* Cuando hay col izquierda y derecha usar esta clase */

/* ------------ CONTENIDO HOME ------------ */

#contHomeBienvenida { height: 109px; background: #BFAE8A url(../images/home_bienvenida_fondo.jpg) no-repeat right top; }
#gralCab #gralCabFonfo { height: 90px; background: #BFAE8A url(../images/cabecero.jpg.jpg) no-repeat right top; }
#contHomeBienvenida h2 { padding: 15px 0 0 20px; font-size: 20px; font-weight: bold; font-style: italic; color: #AC6B17; }
#contHomeBienvenida p { padding: 0 170px 0 20px; font-size: 11px; color: #AC6B17; }

/* Home - Inmuebles destacados */

.contHomeInmuebles { overflow: hidden; }
.contHomeInmuebles h2 { margin-top: 5px; padding: 5px 5px 2px; background: #00986F; border-bottom: 1px solid #403D37; font-size: 13px; color: #FFF;  }
.contHomeInmueblesBl { float: left; width: 182px; margin-left: 13px; background: #FFF2DD; display: inline; }
.contHomeInmueblesBl h3 { padding: 15px 8px 5px 8px; font-size: 13px; color: #D0813E; }
.contHomeInmueblesBl p { padding: 8px; font-size: 11px; }
.contHomeInmueblesBl p .contHomeInmueblesDesc { color: #000; }
.contHomeInmueblesBl p .contHomeInmueblesPrecio { font-weight: bold; color: #D0813E; }
.contHomeInmuebles .primero { margin-left: 0; }

/* Home - Noticias */

.contHomeNoticias { clear: left; }
.contHomeNoticias h2 { padding: 10px 5px 2px; border-bottom: 1px solid #999999; font-size: 13px; color: #007B5A; }
.contHomeNoticiasBl { background: #EDF6F9; border-top: 1px solid #D0D1D1; }
.contHomeNoticiasBl .contHomeNoticiasFecha { display: block; padding: 5px 5px 2px; font-size: 10px; }
.contHomeNoticiasBl h3 { padding: 0 5px 2px; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px;  }
.contHomeNoticiasBl h3 a { color: #AC6B17; text-decoration: none; font-family: Arial, Helvetica, Verdana, sans-serif; }
.contHomeNoticiasBl h3 a:hover { color: #D0813E; text-decoration: none; }
.contHomeNoticiasBl p { padding: 0 5px 4px; font-size: 10px; color: #4C2914;}
.contHomeNoticiasBl p a { font-weight: bold; text-decoration: none; color: #4C2914; }
.contHomeNoticiasBl p a:hover { font-weight: bold; text-decoration: none; color: #D0813E; }
.contHomeNoticias .primero { border-top: none; }

/* Home con un solo destacado */

.contHomeDestacado { overflow: hidden; }
.contHomeDestacado .contHomeInmuebles { float: left; width: 300px; }
.contHomeDestacado .contHomeInmueblesBl { width: 100%; margin: 0; }
.contHomeDestacado .contHomeNoticias { float: left; clear: none; width: 267px; margin-left: 5px; background: #EDF6F9; min-height: 285px; }
.contHomeDestacado .contHomeNoticias h2 { background: #FFF; }


/* ------------ INTERNAS ------------ */

.intBlDestacado { margin: 10px 0; padding: 10px; border: 0.5 px solid #4C2914; background: #EDF6F9; }
.intBlDestacado h3 { }
.intBlDestacado li { font-size: 11px; }
.intBlDestacado a { color: #AC6B17; }
.intBlDestacado a:hover { color: #D0813E; }

/* Empresa */

.intEmpresa { padding: 10px; background: #F9F5EF; }
.intEmpresa h3 { padding-bottom: 10px; font-size: 13px; color: #000001; }
.intEmpresa p { font-size: 10px; color: #4C2914; }
.intEmpresa p .intListaNumerada { font-size: 12px; font-weight: bold;  }
.intEmpresa h4 { padding-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #000001; }
.intEmpresa .intEmpresaFoto img { display: block; border: 6px solid #FFF; margin: 0 auto; }
.intEmpresa .intEmpresaFotoDer img { float: right; border: 6px solid #FFF; margin-left: 7px; }
.intEmpresa .intEmpresaObjectDer { float: right; margin-left: 7px; }

.intEmpresa .intEmpresaFotoIzq img { float: left; border: 6px solid #FFF; margin-right: 7px; }
.intEmpresa .intEmpresaContactoFoto img { float: left; border: 6px solid #FFF; margin-right: 7px; }
.intEmpresa .intEmpresaContacto a { padding-bottom: 10px; font-size: 11px; color: #AC6B17; }
.intEmpresa .intEmpresaContacto a:hover { padding-bottom: 10px; font-size: 11px; color: #D0813E; }

#intEmpresaFaqPreg { margin-bottom: 30px; }
#intEmpresaFaqPreg li { font-size: 11px; color: #4C2914; }
#intEmpresaFaqPreg li a { color: #AC6B17; }
#intEmpresaFaqPreg li a:hover { color: #D0813E; }
.intEmpresaFaq h4 { font-size: 12px; }
.intEmpresaSubir { color: #AC6B17; text-align: right; }
.intEmpresaSubir a { color: #AC6B17; }
.intEmpresaSubir a:hover { color: #D0813E; }


.intEmpresaImprimir { float: right; }

.intUtilidades { padding: 10px 10px 30px 10px; background: #F9F5EF; font-size: 11px; color: #4C2914;}
.intUtilidades h3 { padding-bottom: 10px; font-size: 13px; color: #000001;}
.intUtilidadesBloque h4 { font-size: 12px; margin-bottom: 10px; font-weight: normal; }
.intUtilidadesBloque p { }
.intUtilidadesBloque dl { margin: 0 0 15px 0; }
.intUtilidadesBloque dt { font-weight: bold; }
.intUtilidadesBloque dd { margin: 0; padding: 5px 10px; }

/* Noticias */

.intNoticias { padding: 10px 10px 30px 10px; background: #F9F5EF; font-size: 11px; }
.intNoticias h3 { padding-bottom: 10px; font-size: 13px; color: #000001; }
.intNoticiasLista li { font-size: 12px; line-height: 1.8em; }
.intNoticiasLista li a { color: #AC6B17; }
.intNoticiasLista li a:hover { color: #D0813E; }
.intNoticiasListaFecha { font-size: 11px; color: #000001; }

.intNoticiasTitulares h4 a { padding-bottom: 10px; font-size: 12px; font-weight: normal; color: #AC6B17; }
.intNoticiasTitulares h4 a:hover { padding-bottom: 10px; font-size: 12px; color: #D0813E; }
.intNoticiasTitulares h4 span { font-size: 11px; font-weight: normal; color: #000001; }
.intNoticiasTitulares p { padding-bottom: 25px; color: #4C2914; }

.intNoticiasDetalle h4 { padding-bottom: 10px; font-size: 12px; font-weight: bold; color: #4C2914;}
.intNoticiasDetalle h4 span { font-size: 11px; font-weight: normal; color: #000001; }
.intNoticiasDetalle p { color: #4C2914; }

.intNoticiasDetalle .intNoticiasFoto img { display: block; border: 6px solid #FFF; margin: 0 auto 7px; }
.intNoticiasDetalle .intNoticiasFotoIzq img { float: left; border: 6px solid #FFF; margin-right: 7px; }
.intNoticiasDetalle .intNoticiasFotoDer img { float: right; border: 6px solid #FFF; margin-left: 7px; }
.intNoticiasAmpliar { text-align: right; }
.intNoticiasAmpliar a { color: #AC6B17; }
.intNoticiasAmpliar a:hover { color: #AC6B17; }

.intNoticiasBoletin { padding-bottom: 0; color: #4C2914;}
.intNoticiasLegal { margin-top: 5px; color: #4C2914;}


/* Barra de navegacion e impresion de los inmuebles */

.intAcciones { margin: 8px 0 5px 0; padding-bottom: 5px; border-bottom: 1px solid #D0D1D1; font-size: 10px; }
.intAccionesNavegar { float: right; padding-top: 3px; color: #000; }
.intAccionesNavegar a,.intAccionesNavegar span { color: #4C2914; padding: 0 5px; text-decoration: none; }
.intAccionesNavegar a strong,.intAccionesNavegar span strong { font-weight: normal; color: #AC6B17; }
.intAccionesNavegar a:hover { color: #D0813E; }
.intAccionesNavegar span strong { color: #4C2914; } /* Si no tiene link la flechita es gris */
.intAccionesImprimir { margin: 0 auto; text-align: center; }
.intAccionesImprimir img { vertical-align: middle; }
.intAccionesImprimir a { color: #4C2914; text-decoration: none; }
.intAccionesImprimir a em { color: #000; font-style: normal; }
.intAccionesImprimir a:hover,.intAccionesImprimir a:hover em { color: #D0813E; }

#intInmuebles { padding: 10px; background: #F9F5EF; }
#intInmuebles h3 { padding: 25px 10px 15px 10px; font-size: 13px; color: #000001; }
.intInmueblesOrden { padding: 0 10px 10px 10px; font-size: 11px; text-align: right;  color: #4C2914;}
.intInmueblesOrden select { font-size: 11px;   }
.intTablaResultados { width: 540px; margin: 0 auto; border-collapse: collapse; }
.intTablaResultados th { padding: 0 3px; background: url(../images/tablas_head_bg.gif) repeat-x 0 0; height: 20px; font-size: 12px; text-align: left; line-height: 20px; color: #4C2914;}
.intTablaResultados th#hFoto { width: 150px; }
.intTablaResultados td { padding: 10px 3px 5px 3px; border: 1px solid #FFF; font-size: 12px; color: #000001; vertical-align: top; }
.intTablaResultados td a { color: #4C2914; }
.intTablaResultados td a:hover { color: #D0813E; }
.intTablaResultados td.intTablaFoto { padding: 2px 3px; }
.intObranuevaTipos .intTablaResultados th { text-align: center; }
.intObranuevaTipos .intTablaResultados td { text-align: center; vertical-align: bottom; }
.intObranuevaTipos h3 { padding-top: 0px !important; }

/* Para obras realizadas */
#intORealizadas { width: 96%; float: left; padding: 10px; background: #F9F5EF; }
#intORealizadas h3 { padding: 25px 10px 15px 10px; font-size: 13px; color: #000001; }
#intORealizadas .lineaTot{ width: 100%; float: left; }
.intTablaORealizadas { width: 48%; float: left; margin: 0 4px 10px 4px; text-align: center; border-collapse: collapse; }
.intTablaORealizadas th { text-align: center; padding: 0 3px; background: url(../images/tablas_head_bg.gif) repeat-x 0 0; height: 20px; font-size: 12px; line-height: 20px; color: #4C2914;}
.intTablaORealizadas th#hFoto { width: 100%; }
.intTablaORealizadas td { text-align: center; padding: 10px 3px 5px 3px; border: 1px solid #FFF; font-size: 12px; color: #000001; vertical-align: top; }
.intTablaORealizadas td a { color: #4C2914; }
.intTablaORealizadas td a:hover { color: #D0813E; }
.intTablaORealizadas td.intTablaFoto { padding: 2px 3px; }


/* Ficha - Menu */

#intFichaMenu { background: #5A3119; height: 25px; }
#intFichaMenu * { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
#intFichaMenu li { float: left; padding: 0 15px; line-height: 25px; font-weight: bold;}
#intFichaMenu li a { color: #FFF; text-decoration: none; }
#intFichaMenu li a:hover { color: #D0813E;}
#intFichaMenu li.seleccionado { background: #F9F5EF; }
#intFichaMenu li.seleccionado a { font-weight: bold; color: #5A3119; }
#intFichaMenu li.seleccionado a:hover { color: #D0813E; }

/* Ficha */

#intFicha { padding: 10px 10px 0 10px; background: #F9F5EF; font-size: 10px; }
#intFicha h3 { clear: left; padding-bottom: 10px; font-size: 13px; color: #000001; }
#intFicha h3.primero { clear: none;  }
#intFicha a { text-decoration: none; }
#intFicha #intFichaFoto { float: left; margin: 0 10px 10px 0; }
#intFicha .intFichaDireccion { padding-bottom: 20px; }

/* Formularios de contacto y envío a amigo */

#intContacto { margin-top: 5px; background: #EDF6F9; }
#intContacto h3 { height: 1%; padding: 10px 7px; border-bottom: 1px solid #000; font-size: 13px; color: #000; }
#intContacto #intForm { padding: 10px; }
#intContacto #intForm label { float: left; width: 110px; padding: 7px 0; font-size: 11px; color: #000; }
#intContacto #intForm form span { display: block; padding: 5px; font-size: 11px; }
#intContacto #intForm .intUtilidadesImporte { padding: 7px 0; height: 1%;  color: #4C2914;   }
#intContacto #intForm .intFormCampos { width: 430px; border: 1px solid #D0D1D1; font-size: 12px;  color: #4C2914; }
#intContacto #intForm .intFormCampo { border: 1px solid #D0D1D1; font-size: 12px; }
#intContacto .intFormEnviar {    float: right;      }
#intContacto .intFormEnviar input { font-size: 12px; }

#intContactoDatos { padding: 10px 10px 0 10px; background: #F9F5EF; font-size: 11px; ; }
#intContactoDatos h3 { padding: 20px 0 10px 0; font-size: 13px; color: #000001; }
.intContactoNoTel { font-size: 14px; }

.intContactoEmpresa #intForm .intFormCampos { width: 300px !important; border: 1px solid #D0D1D1; font-size: 12px; }

.intContactoLink { padding: 0; font-size: 11px; color: #AC6B17; text-align: right; }

/* Fotos, Situación y Visitas */

#intFotos,#intSituacion,#intVisita { padding: 20px 0 20px 10px; background: #F9F5EF; }
#intFotoThumbs { overflow: hidden; padding-bottom: 20px; }
.intFotoThumb { float: left; padding-right: 16px; }
.intFotoThumb a img { border: 5px solid #F9F5EF; }
.intFotoThumb a:hover img { border-color: #FFF; }
#intFoto img { border: 8px solid #FFF; }

#intSituacion #intFoto { margin: 0 10px 0 0; text-align: center; }

#intVisita { overflow: hidden; padding: 40px 0 40px 10px; }
#intVisita #intFoto { float: left; margin-right: 10px; }
#intVisita h3 { padding-bottom: 10px; font-size: 13px;  color: #000001;}
#intVisita .intVisitaTexto { padding: 150px 10px 10px 0; font-size: 10px;   }
#intVisita .intVisitaBoton { }


/* ------------ HACKS ------------ */

* html #gralColCont { width: 584px; w\idth: 572px; } /* Hack para IE5 */
* html #intFicha { height: 1%; }
* html #intFotoThumbs { overflow: visible; height: 1%; }
* html #intVisita { overflow: visible; height: 1%; }
* html #gralContenido { overflow: visible; height: 1%; }
* html .contHomeDestacado .contHomeNoticias { height: 287px; }

#clausula { width: 90%; margin: 0 auto; padding: 5px; border: 1px solid #5E6262; background: #FFF; text-align: left; }
#clausula h1 { margin-top: 5px; padding: 5px 5px 2px; background: #5A3119; font-size: 13px; color: #FFF;  }
#clausula h2 { margin-top: 5px; padding: 5px 5px 2px; background: #EEDDC4; font-size: 13px; color: #5A3119;  }
#clausula .botonera { width: 100%; text-align: center; padding: 20px 0 10px 0; }

.bloqueClausula{ width: 100%; font-size: 11px; text-align: center; }
.bloqueClausula .bloqueA{ width: 100%; }
.bloqueClausula .bloqueB{ width: 100%; }
.bloqueClausula .bloqueC{ width: 100%; }
.bloqueClausula .bloqueC label { display: none; }
