@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@import url(http://fonts.googleapis.com/css?family=Oswald);

body{
    
    font-family: "open sans",sans-serif;
    color:#f8efef;
    background-image:url(imagenes/fondo.jpg);

}
main{background-color:#0b0b0b;
    
}
header{background-color: #0b0b0b;
font-family: 'Oswald', sans-serif;
    font-size: 14pt;
    margin-top: 5%;
    margin-left: 38%;
    margin-right: 40%;
    text-align: center;
  padding-top: 3%;
    
    
}
    
    nav{
        height: 25px;
 background-color: #f7efef;
 padding-left:50 px;      
        
}


ul li { 
    text-decoration: none;
    list-style: none;
        display: inline-block;
    margin-right: 5%;
    margin-left: 2%;
    margin-right: 6%;
    
}
a:link {
text-decoration: none;
    color:#070606;
    
}
a:hover {
text-decoration: none;
    color:#fa0606;

}           
footer {
text-align: center;
    font-size: 12px;
    margin-right: 5%;
    margin-left: 5%;


}


