@charset "utf-8";

html {
    font-size: 62, 5%;
}


* {
    box-sizing: border-box;
}

body {
    list-style: none;
    font-family: sans-serif;
    margin: auto;
    background-image:url(imagenes/background.jpg);

    
}


nav ul li a {
    color:orange;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: .125em 0;
    padding: .125em;
}



header,
footer {

    background-color: #FF7019;
    
   
    padding: .5em;
    margin-top: 1.5em;
        

	
         }


header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


header nav ul li a {
    
               color:#000000;
               font-size: 1.4 rem;
               display: block;
               text-decoration: none;
             
               
               
               text-align: center;
    
    
    
   
  
    font-weight: normal;
    background-color: #777777;
    
    
   
    margin: .125em 0;
    padding: .125em;
                     }






    
    
}

h1 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    font-size: 26px;
}


h2 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    font-size: 24px;
}

h3 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    font-size: 22px;
}

p{ font-family: "Times New Roman", Times, serif;
    color: #000000;
    font-size: 16px;}

li{ font-family: "Times New Roman", Times, serif;
    color: black;
    font-size: 18px;
    list-style-type: none;

}
