/*RESET atributos b‡sicos*/
@charset "utf-8";
/* CSS Document */
@import url('reset.css');


body{
     background: #000000 url(../img/background-1.jpg) no-repeat top center;
}

#contenedor {
    width: 100%;
    height: 100%;
    text-align: center;
}
#contenido {
    width: 269px;
    height: 100%;
    margin: 0 auto;
}
#cabecera {
    margin: 20px 0px;

}

#logoB {
     
     margin-top: 10px;
     margin-bottom: 5px;
     
}

#logotipo {
     margin-top:10px;
     margin-bottom:5px;
     
}

#nav
{

width:100%;
height:60px;
}
#navigation 
{
text-align: center;
margin: 20px 0px;
}


#navigation li
{
     float:left;
     display:block;
}
#navigation li a
{
     background-image:url(../img/boton.png);
     display: block;
     outline: none;
     position: relative;
     height: 60px;
     text-decoration: none;
     width: auto;
     margin-top:5px;

}
#navigation .emilio 
	{
	background-position:0px 0px;
	width:269px;
	height:60px;
	
	}
        #navigation a .hover {
	background: transparent  url(../img/boton.png) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .emilio .hover {
	background-position: -0px -62px;
	
	}
