@charset "utf-8";
/* Documento CSS */
/* Copyright Gumersindo Fernández Arquitectos. Desarrolla novadir.com */

body {
	margin: 0px;
	background: #efefef;
        font: 0.9em 'Roboto', sans-serif;
        color: #000;
}

a {
        color: #706c5d;
        text-decoration: none;
}

.container {
        background-color: #fff;
}

#menu {
        width: 999px;
	height: 40px;
	background: #66825a;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	display: inline;
        float: left;
}

#menu li a {
	display: block;
	text-decoration: none;
        color: #fff;
        height: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
}
#menu ul li a#primero {
        padding-left: 25px;
}

#menu li a:hover, a.seleccionado {
        background-color: #f8d402;
        color: #3c4b34 !important;
}

#menu ul li:last-child {
    float: right;
}
#menu ul li:last-child a {
    padding-left: 15px;
    padding-right: 15px;
}

#contenido {
        width: 959px;
        padding: 20px;
        background-color: #fff;
        text-align: justify;
        hyphens: auto;
}

#contenido.fuentepeque {
        font-size: 0.8em;
}

#contenido span.fuentenormal {
        font-size: 1.2em;
}

#contenido h2 {
        font-size: 1.2em;
	font-weight: bold;
}

#contenido h2.fondo {
        font-size: 1.2em;
        font-weight: normal;
	color: #fff;
        background: #a8a288; 
        padding: 0px 5px;
        display: inline-block;
        margin-right: 15px;
}

#contenido img.informacion {
        float: right;
        margin: 30px 0 35px 20px;
}

#contenido img.informacion.ultima {
        margin-top: 0;
        margin-bottom: 0;
}

#edificio {
        width: 999px;
        height: 1030px;
        background-color: #fff;
        text-align: justify;
}

#edificio #izquierdaEdificio {
        float: left;
        width: 210px;
        margin-left: 60px;
        padding: 15px 0;
}

#edificio #derechaEdificio {
        float: left;
        width: 604px;
        height: 1083px;
        margin-left: 125px;
        overflow: auto;
        overflow-x: hidden;
}

#derechaEdificio img {
        padding-top: 60px;
}

#derechaEdificio img.ultima {
        padding-bottom: 45px;
}

#map-canvas {
        width: 460px;
        height: 500px;
        margin-top: 30px;
        margin-left: 20px;
        margin-bottom: 20px;
        float: right;
}

#contacto {
        width: 100%;
        background-color: #fff;
        margin-top: 20px;
        margin-left: 30px;
}

#contacto h2 {
	color: #f9db2b;
        padding-bottom: 20px;
        font-size: 1em;
        font-weight: bold;
}

#contacto a {
    color: #f9db2b;
}
#contacto a:focus, #contacto a:hover {
    color: #ffe547;
}

#pie {
        width: 999px;
        height: 60px;
	background: #66825a;
}

#pieIzq {
       margin-top: 20px;
       margin-left: 25px;
}

#pieDer {
       margin-top: 20px;
       margin-left: 56px;
}

#pie a {
        color: #fff;
}

#pie img {
        vertical-align: top;
}

img.pdf {
        vertical-align: top;
}

.centrado {
        text-align: center;
}

.derecha {
	text-align: right;
}

.negrita {
        font-weight: bold;
}

#legal {
    background: #efefef;
}
#legal p {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}
#legal a {
    color: #a7a4a4;
}
#legal a:hover {
    color: #b5b1b1;
}

/*------------------------------  ESTILOS TABLAS   ------------------------------*/
table.viviendas {
        width: 890px;
        margin: 0 auto;
}
table.viviendasGrafico {
        width: 890px;
        margin: 0 auto;
        border: none;
        border-collapse: collapse;
}
table.viviendasGrafico td {
        padding: 0;
}

table th {
	background: #fbe881;
        font-weight: normal;
        vertical-align: bottom;
        padding: 10px 5px 5px 5px;
}

tfoot td {
        background: #fbe881;
        border-top: 2px solid #000;
}

tr {
        line-height: 10px;
}
tr:hover, tr.seleccionado {
        background: #f8d402;
        cursor: pointer;
}

tr.sincursor {
        cursor: default;
}

td {
        border-top: 2px solid #000;
        padding: 2px 5px;
        margin: 0;
}
td.pdf {
        text-align: right;
        width: 20px;
}
td.sinBorde {
        border: none;
}
/*----------------------------  FIN ESTILOS TABLAS   ----------------------------*/

/*------------------------------  ESTILOS FORMULARIO   ------------------------------*/
p.notice {
        width: 900px;
}

img.correoe {
        vertical-align: top;
        margin-top: 3px;
}

label.normal {
        width: 70px;
        display: inline-block;
        font-weight: normal;
        vertical-align: bottom;
        margin-bottom: 5px;
}

input.normal {
        width: 225px;
        background-color: #fef4bf;
        border: 0;
        padding: 5px;
}

label.motivo {
        width: auto;
        font-weight: normal;
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
}

input[type=radio] {
        margin-bottom: 20px;
        margin-left: 55px;
}

input[type=radio].ultimo {
        margin-bottom: 0;
}

label.comentarios {
        width: 100px;
        display: inline-block;
        font-weight: normal;
        padding-top: 13px;
}

textarea {
        width: 430px;
        height: 130px;
        background-color: #fef4bf;
        border: 0;
        font-family: Tahoma, Geneva, sans-serif;
        vertical-align: top;
        padding: 5px;
}

p.consentimiento {
        padding-top: 25px;
        margin-left: 100px;
}

input[type=button] {
        background-image: url(../img/enviar.png);
        width: 56px;
        height: 17px;
        border: none;
	color: transparent;
	font-size : 0;
        margin-top: 5px;
        margin-left: 100px;
}
/*----------------------------  FIN ESTILOS FORMULARIO   ----------------------------*/

/* Otras promociones */
.promociones img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.promociones img.ultima {
    margin-bottom: 20px;
}