@import url("reset.css");

body {
background-image: url(img_interfaz_1/fondo_1.jpg);
background-repeat: repeat-x;
background-color: #330303;
color:#262626;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.contenedor {
position: relative;
margin: 0 auto;
width: 908px;
margin-bottom: 20px;
}

.clear {
clear: both;
}

/* Estructura box fondo */

.contenedor .top {
position: relative;
margin-top: 30px;
width: 908px;
height: 118px;
background-image: url(img_interfaz_1/box_ppal_top.png);
}

.contenedor .medio {
width: 908px;
background-image: url(img_interfaz_1/box_ppal_medio.png);
background-repeat: repeat-y;
overflow: hidden;
}

.contenedor .bottom {
width: 908px;
height: 19px;
background-image: url(img_interfaz_1/box_ppal_bottom.png);
}

/* Header */

.header {
background-image:url("img_interfaz_1/header_fondo.png");
float:left;
height:92px;
margin-left:18px;
margin-top:20px;
position:relative;
width:872px;
}


.logo_box {
left:23px;
position:absolute;
top:-50px;
width: 228px;
height: 124px;
}


.menu_ppal {
position:absolute;
right:26px;
top:48px;
}

/* Footer */

.footer p {
float:left;
margin-left: 27px;
margin-bottom: 3px;
margin-top: 20px;
white-space: pre;	 
}

/* Imagen principal */

.imagen_ppal {
	float: left;
	margin-left: 18px;
	margin-top: 5px;
	width: 872px;
	height: 172px;
}


/* Contenido */

.contenido {
float:left;
margin-top: 10px;
margin-left: 17px;
width: 872px;
overflow: hidden;
}

.contenido .cont_top {
float: left;
width: 872px;
background-image: url(img_interfaz_1/contenido_top.png);
height: 18px;
}

.contenido .cont_medio {
float: left;
width: 872px;
background-image: url(img_interfaz_1/contenido_medio.png);
background-repeat: repeat-y;

}

.contenido .cont_bottom {
float: left;
width: 872px;
background-image: url(img_interfaz_1/contenido_bottom.png);
height: 18px;
}



/* Menu principal */


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	padding-right:2px;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 42px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: 0 -45px; }

ul#topnav a.laempresa {
	background: url(img_interfaz_1/nav_laempresa.png) no-repeat;
	width: 102px; 
}
ul#topnav a.servicios {
	background: url(img_interfaz_1/nav_servicios.png) no-repeat;
	width: 102px; 
}
ul#topnav a.proyectos {
	background: url(img_interfaz_1/nav_proyectos.png) no-repeat;
	width: 102px; 
}
ul#topnav a.prensa {
	background: url(img_interfaz_1/nav_prensa.png) no-repeat;
	width: 67px; 
}
ul#topnav a.contacto {
	background: url(img_interfaz_1/nav_contacto.png) no-repeat;
	width: 82px; 
}

ul#topnav a.newsletter {
	background: url(img_interfaz_1/nav_newsletter.png) no-repeat;
	width: 99px; 
	}
 


ul#topnav li .sub {
	position: absolute;	
	top: 42px; left: 0;
	background: #a82429 url(sub_bg.png) repeat-x;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 12px;
	
	font-weight: bolder;	
	color: #600;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #600;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(img_interfaz_1/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	font-size:11px;
	color: #FFF;
}
ul#topnav .sub ul li a:hover {
color: #FFF;  
text-decoration: underline;
background-position: 5px 12px ;}