/*
  Colores corporativos
  #005347 verde oscuro
  #c3d93f verde
  #dddedb verde gris (apagado)
  #e7f0b2 verde luminoso (muy claro)
*/


/*
  Redefinición de etiquetas <html> añadiendo clases según ID
*/

a {
  color:#005347;
}
a.correo {
  background:transparent url(/img/icono-correo.gif) no-repeat 5px center;
  padding-left:20px;
}

body {
  background-color:#ffffff;
  cursor:default;
  overflow:auto;
}

body, 
input, 
select, 
td, f
textarea {
  color:#005347;
  font-family:Trebuchet,"Trebuchet MS",Verdana,Arial,sans-serif;
  font-size:12px;
}

body#global {
  background:#e7f0b2 url(/img/fondo-gradiente.gif) repeat-x bottom;
  margin:2px 0px 2px 0px;
}

div#idiomaseleccion {
  font-size:9px;
  padding-bottom:5px;
}

iframe, 
img, 
table {
  border:none;
}

img#carro {
  float:right;
}

/*
  Tabla para index
*/
table#global {
  background-color:#ffffff;
  border:1px #c3d93f solid;
  height:100%;
  padding:0px;
  width:1000px;
}

/*
  Sello de calidad
*/
td#calidad {
  text-align:center;
  vertical-align:middle;
}
/*td#calidad div {
  font-size:11px;
  padding:10px;
}*/

/*
  Columna de casas
*/
td#casas {
  padding-top:2px;
  text-align:center;
  vertical-align:top;
}
td#casas table {
  width:204px;
}

/*
  Contenido web
*/
td#contenido {
  height:auto;
  width:795px;
}
td#contenido iframe {
  height:100%;
  overflow:auto;
  width:100%;
}

/*
  Idiomas, en la cabecera
*/
td#idiomas {
  background:#ffffff url(/img/cabecera.jpg) no-repeat right;
  padding:10px;
  vertical-align:top;
  width:795px;
}

/*
  Menu superior
*/
td#menu {
  height:19px;
  padding-top:2px;
  vertical-align:top;
}
td#menu table {
  height:19px;
}
td#menu a {
  font-size:14px;
  font-weight:bold;
  height:19px;
  text-decoration:none;
}
td#menu a:hover {
  background-color:#e7f0b2;
}
td#menu table td {
  background:#c3d93f url(/img/menu-solapa.gif) repeat-x bottom;
  vertical-align:top;
}
td#menu table td:hover {
  background-color:#e7f0b2;
}

/*
  Pie
*/
tfoot td {
  background-color:#dddedb;
  font-size:11px;
  height:20px;
  padding:2px;
  text-align:center;
}

/*
  Cabecera
*/
thead td {
  height:141px;
  vertical-align:top;
}

/*
  Columna de casas
*/
tr#solapa-verde-claro a {
  color:#000000;
  text-decoration:none;
}
tr#solapa-verde-claro a:hover {
  background-color:#ffffff;
}
tr#solapa-verde-claro td {
  background-color:#c3d93f;
}
tr#solapa-verde-claro div {
  border-top:2px #ffffff solid;
  display:block;
  height:17px;
  padding:1px 0px 1px 0px;
  width:100%;
}
tr#solapa-verde-claro div:hover {
  background-color:#ffffff;
}
tr#solapa-verde-oscuro td {
  background-color:#005347;
  color:#c3d93f;
  font-size:12px;
  font-weight:bold;
  padding:5px 0px 5px 0px;
  text-transform:uppercase;
}
tr.inicio a {
color:#005347;
text-decoration:none;
}

/*
  Clases para el menu superior
*/

.menu-off {
  background-color:transparent;
}


.menu-on {
  background-color:#e7f0b2;
}

/*
  Clases para el menu de casas
*/
.solapa-off {
  background-color:transparent;
}
.solapa-on {
  background-color:#ffffff;
}


.comentario {
  display:none;
}



/*
  Esquinas redondeadas (Clases)
*/
.esquina-sup-der-a {
  background:transparent url(/img/esquina-sup-der-a.gif) no-repeat right top;
  width:6px;
}
.esquina-sup-izq-a {
  background:transparent url(/img/esquina-sup-izq-a.gif) no-repeat left top;
  width:6px;
}

.esquina-inf-der-b {
  background:transparent url(/img/esquina-inf-der-b.gif) no-repeat right bottom;
  height:6px;
  width:6px;
}
.esquina-inf-izq-b {
  background:transparent url(/img/esquina-inf-izq-b.gif) no-repeat left bottom;
  height:6px;
  width:6px;
}
.esquina-sup-der-b {
  background:transparent url(/img/esquina-sup-der-b.gif) no-repeat right top;
  width:6px;
}
.esquina-sup-izq-b {
  background:transparent url(/img/esquina-sup-izq-b.gif) no-repeat left top;
  width:6px;
}
.filete {
  height:5px;
}



/*
  Foto ampliada
*/
#global div#fotogrande, 
#global div#fotograndebg {
  height:100%;
  left:0px;
  position:absolute;
  top:0px;
  width:100%;
}
#global div#fotogrande {
  z-index:100;
}
#global div#fotogrande table {
  height:auto;
  margin-top:10%;
  width:auto;
}
#global div#fotogrande img {
  cursor:pointer;
}
#global div#fotogrande td#foto {
  background:#005347 url(/img/marcagua.gif) no-repeat center;
  height:200px;
  text-align:center;
  width:200px;
}
#global div#fotogrande td, 
#global div#fotogrande a {
  color:#ffffff;
}
#global div#fotograndebg {
  background-color:#c3d93f;
  z-index:99;
  -moz-opacity:.7;
  opacity:.7;
  filter:alpha(opacity=70);
}
.fondo {
  background-color:#005347;
}
