/* Elementos generales y hacks para explorer */
* { 
margin : 0; 
padding : 0; 
} 


/*textos y enlaces (a */
a { 
text-decoration : none; 
font-family : verdana; 
font-size : 9px; 
color : white; 
} 
a:hover { 
color : white; 
} 


a.portada_servicios_naves { 
text-decoration : none; 
font-family : verdana; 
font-size : 11px; 
color : white; 
} 

a.portada_servicios_naves:hover { 
color : #025FAD; 
} 

a.portada_servicios_arquitectos { 
text-decoration : none; 
font-family : verdana; 
font-size : 11px; 
color : white; 
} 

a.portada_servicios_arquitectos:hover { 
color : #A3A204; 
}

a.portada_servicios_locales { 
text-decoration : none; 
font-family : verdana; 
font-size : 11px; 
color : white; 
} 

a.portada_servicios_locales:hover { 
color : #65A10E; 
}

/*Enlaces CUERPO: EJEMPLO "VEA NUESTROS PROYECTOS REALIZADOS"*/
a.links_cuerpo { 

font-family : verdana; 
font-size : 13px; 
color : white; 
} 
a.links_cuerpo:hover { 
color : black; 
} 

a.links_financiacion { 

font-family : verdana; 
font-size : 11px; 
color : white; 
} 
a.links_financiacion:hover { 
color : black; 
} 

/*Enlace para email*/
a.links_mail { 
text-decoration : none; 
font-family : verdana; 
font-size : 10px; 
color : #76888F; 
} 
a.links_mail:hover { 
color : white; 
} 

/*Enlace para ampliar la información de secciones*/
a.leer_mas { 
text-decoration : none; 
font-family : verdana; 
font-size : 9px; 
color : #d71932; 
} 
a.leer_mas:hover { 
color : #fbc000; 
} 

input { 

font-family:  Verdana; 
font-size: 11px; 
color: #FFFFFF; 
background-color: #6A6C69; 
border: #DBDBDB; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px}

select { 
font-family: Verdana; 
font-size: 11px; 
color: #FFFFFF; 
background-color: #6A6C69; 
border: #DBDBDB; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px}

/*textos, h1, h2,h3,h4. Por orden de importancia.*/

/*los textos importantes van con esta etiqueta*/
h1 { 
text-decoration : italic; 
font-weight:bold;

font-family : verdana; 
font-size : 11px; 
color : white; 
} 
/*texto que utilizo para titulos en tamaño grande de letra*/
h2 { 
text-decoration : none; 
font-weight:bold; 
font-family : verdana; 
text-align:left;
font-size : 16px; 
color :white; 
} 
/*SUBTITULOS, ESLOGANES, ETC... LETRA INTERMEDIA ENTRE TITULOS GRANDES Y TEXTOS NORMALES*/
h3 { 
text-decoration : none; 
font-family : verdana; 
text-align:left;
font-size : 13px; 
color :white; 
}

/*texto que utilizo para el pie*/ 
h4 { 
text-decoration : none; 
font-family : verdana; 
text-align:left;
font-size : 10px; 
color :gray; 
} 


/*celdas del menu arriba, sobre todo es importante por el dimesnionado del menu*/
td { 
padding-top : 0px; 
padding-bottom : 0px; 
font-family : verdana; 
font-size : 11px; 
color : white; 

} 

/**/
pre { 
font-family : verdana; 
font-size : 12px; 
} 
IMG { 
border : 0; 
} 
LABEL { 
display : block; 
} 
body { 
padding-top : 7px; 
background-color : black; 
text-align : center; 
} 

/*DIVS*/ 
#contenedor { 
position : relative; 
width : 968px; 
height : 545px; 
border : 1px solid gray; 
margin-right : auto; 
margin-left : auto; 
text-align : center; 
} 

/*Esta el TOP , y dentro una serie de elementos*/
#top { 
position : absolute; 
top : 0%; 
left : 0%;
height : 125px;  
} 
#top_texto{
position : absolute; 
top : 7%; 
left : 3%; 
width : 968px;
}
#cabecera { 
position : absolute; 
top : 23%; 
left : 0%; 
width : 968px;
z-index:1;
border-bottom:1px gray;

} 

#navegacion_index_naves { 
background-color :black; 

position : absolute; 
top : 74.8%; 
left : 10%; 

z-index:2;
}


#navegacion_index_arquitectos { 
background-color :black; 

position : absolute; 
top : 74.8%; 
left : 42.6%; 

z-index:2;
}

#navegacion_index_locales { 
background-color :black; 

position : absolute; 
top : 74.8%; 
left : 76%; 

z-index:2;
}


#navegacion_naves { 
background-color :black; 

position : absolute; 
top : 74.8%; 
left : 65.5%; 

z-index:2;
}

#navegacion_arquitectos { 
background-color :black; 

position : absolute; 
top : 74.8%; 
left : 65.5%; 

z-index:2;
}


#navegacion_locales { 
background-color :black; 

position : absolute; 
top : 74.8%; 
left : 65.5%; 

z-index:2;
}

#navegacion_financiacion { 
background-color :black; 

position : absolute; 
top : 74.8%; 
left : 47.8%; 

z-index:2;
}

#navegacion_index { 


position : absolute; 
top : 1.9%; 
left :31.5%; 
z-index:1;
 
}

#navegacion { 


position : absolute; 
top : 1.8%; 
left :31.5%; 
z-index:1;
 
}

/*CUERPO CENTRAL, cuerpo se divide en distintos cuerpos, que estaran en distintos niveles z-index, EN PORTADA los distintos cuerpos se ven en MENU_PORTADA.CSS*/
#cuerpo { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-color:black;
}

#cuerpo_empresa{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/empresa.jpg);
}

#cuerpo_metodologia{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/en_construccion.jpg);
}

#cuerpo_financiacion{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/financiacion.jpg);
}

#cuerpo_financiacion2{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/financiacion2.jpg);
}

#cuerpo_solicitud{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-color:#818181;
}

#cuerpo_naves_industriales { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/naves_industriales.jpg);
}

#cuerpo_servicios_naves_industriales { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/servicios_naves.jpg);
}

#cuerpo_proyectos_naves_industriales { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/proyectos_naves.jpg);
}


#cuerpo_proyectos_naves_bildosola{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/naves_construccion.jpg);
}

#cuerpo_proyectos_naves_cuarte{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/naves_construccion.jpg);
}

#cuerpo_proyectos_naves_muela{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/naves_construccion.jpg);
}

#cuerpo_proyectos_naves_empresarium{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/naves_construccion.jpg);
}

#cuerpo_proyectos_naves_renteria{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/naves_construccion.jpg);
}

#cuerpo_servicio_arquitectos { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/arquitectos.jpg);
}

#cuerpo_metodologia_arquitectos{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/metodologia_arquitectos.jpg);
}

#cuerpo_medios_arquitectos{ 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/medios_arquitectos.jpg);
}

#cuerpo_portada_locales_comerciales { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/locales_comerciales.jpg);
}

#cuerpo_servicios_locales_comerciales { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/servicios_locales.jpg);
}

#cuerpo_proyectos_locales_comerciales { 
display : block; 
position : absolute; 
left : 0%; 
top : 30%; 
margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/proyectos_locales.jpg);
}

#cuerpo_titulo { 
display : block; 
position : absolute; 
top:4%;
left : 6%; 
margin-left : auto; 
margin-right : auto; 
text-align: left;
z-index:0;
} 

#cuerpo_titulo_medios_arquitectos { 
display : block; 
position : absolute; 
top:4%;
left : 26%; 
margin-left : auto; 
margin-right : auto; 
z-index:0;
} 

#cuerpo1 { 
display : block; 
position : absolute; 
top:18%;
left : 6%; 
margin-left : auto; 
margin-right : auto; 
text-align: left;

z-index:0;
} 

#cuerpo1_medios_arquitectos { 
display : block; 
position : absolute; 
top:18%;
left : 26%; 
margin-left : auto; 
margin-right : auto; 
text-align: left;

z-index:0;
} 


#cuerpo2 { 
display : block; 
position : absolute; 
top:6%;
left : 66%; 
margin-left : auto; 
margin-right : auto; 
text-align: left;

z-index:0;
} 

#navegacion_proyectos_naves{

position : absolute; 
top:0%;
left : 0%; 
}

#formulario { 
display : block; 

margin-left : auto; 
margin-right : auto; 
width : 967px; 
height:312px;
background-image:url(img/formulario.jpg);
}


/*ZONA INFERIOR*/
#pie { 
background-color : #171315; 
position : absolute; 
left : 0%; 
top : 82.4%; 
width : 968px; 
height : 96px; 

border-bottom : 1px solid white; 
} 

#pie_datos{
position: relative;
width : 968px; 
margin-right : auto; 
margin-left : auto; 
text-align : center; 
}

#pie_proipro{
position: relative;
left:36%;
width : 190px; 
margin-right : auto; 
margin-left : auto; 
text-align : left; 
}