*{margin: 0; padding: 0;}

main{
    width:960px;
    margin:auto;
    margin-top: 70px;
}

body{
  background-color: rgb(255, 255, 255);
    
}

/*estilos de titulos*/

header h1{
    color: #cb0000;
    float:left;
    font-family: 'Josefin Sans', sans-serif;
    margin-left: 30px;
    font-size: 40px;
}

header h2{
    color: #818181;
    font-size: 25px;
    float:inherit;
    font-family: 'josefin sans', sans-serif;
    margin-top: 150px;
    clear:both;
    margin-left: 30px;
    
}

/*estilo de lista e imagen*/

div p{
    color: #a33636;
    font-size: 15px;
    margin-top: 25px;
    margin-left:25px;
    font-family: 'josefin sans', sans-serif;
    margin-left: 30px;
}



img{
 margin-left: 20;
    
}

/*estilos de links*/

header ul{
    float:left;
    width:960px;
    margin: auto;
    

    }

header ul li{
    float:left;
    margin-top: 50;
    margin-right: 70;
    display: block;
    margin-left: 30;
    

}

header ul li a{
    text-decoration:none;
    color: #c91b1b;
    font-family: 'josefin sans', sans-serif;
    font-size: 17px;
    padding: 2px;
    background-color: #eaeaea;
  
    }

header ul li a:hover{
    background-color: #c91b1b;
    color:#eaeaea;
}
    
    


/*estilos de pie*/

footer{
    font-size: 10px;
    color:#bcb9b9;
    width:960px;
    text-align: center;
    margin-top: 100px;
}

footer p.legal2 a{
    text-decoration: none;
    color: #817f7f;
    font-size: 9px;
}