@import url("reset.css");


body {
background-image: url(img_interfaz_v1/fondo_1.png);
background-repeat: repeat-x;
}

.header {
position: relative;
width: 906px;
height: 140px;
background-image: url(img_interfaz_v1/fondo_2.png);
margin: 0 auto;
}
	
.header .logo {
height:134px;
left:317px;
position:absolute;
top:4px;
width:278px;
z-index:500;
}

.header .menu_ppal {
left:1px;
position:absolute;
top:59px;
z-index:100;	
}

.header .logo_giu {
height:54px;
left:-8px;
position:absolute;
top:4px;
width:117px;
}


.box_conenido_ppal {
position: relative;
margin: 0 auto;
width: 922px;
height: 527px;
background-image: url(img_interfaz_v1/fondo_3.png);
}

.footer {
position: relative;
margin: 0 auto;
margin-top: 7px;
margin-bottom: 10px;
width: 914px;
height: 64px;
background-image: url(img_interfaz_v1/footer.png);
}


/* Menu izquierda */
.box_menu_2 {
position: relative;
float: left;
margin-top: 10px;
margin-left: 20px;
width: 220px;
height: 500px;
background-image: url(img_interfaz_v1/fondo_4.png);
}

.box_menu_2 ul {
margin-left:18px;
margin-top:18px;
}

.box_menu_2 li {
margin-bottom: 3px;
}

/* Ventana contenido */
.box_ventana_contenido {
position: relative;
float: right;
width: 650px;
height: 500px;
margin-right: 20px;
margin-top: 10px;	
background-image: url(img_interfaz_v1/fondo_5.png);
}

