* {
    margin: auto;
    padding: 0;
}

div#pagina{
    position: relative;
    width: 960px;
    margin: auto;   
    }
    
header {
    height: 150px;
    padding-top: 20px;
}
div#intro { 
    float:left;
    }

h1 { 
    font-family: sans-serif;
    font-size: 7px;
    line-height: 7pt;
    color: #000;
    }

div#logo1 {
    position: absolute;
    top: 18px;
    left: 350px;    
       
}

div#roldan {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 18pt;
    color: #000;
    position: absolute;
    top: 10px;
    left: 80px;
    
    
}

div#logossociales {
    position: absolute;
    top: 1px;
    left: 450px;
    
    }

li#hom {
        background-color:  #f0d255;
        padding-top: 5px;
        padding-left: 10px;
        margin-right: 45px;
        margin-bottom: 10px;
    }

li#hol {
        background-color:  #edbbda;
        padding-top: 5px;
        padding-left: 10px;
        margin-right: 50px;
        margin-bottom: 10px;

}

li#alu {
        background-color:  #f28331;
        padding-top: 5px;    
        padding-left: 10px;
        margin-bottom: 10px;
}

li#gale {
        background-color:  #8ccdf5;
        padding-top: 5px;
        padding-left: 10px;
        margin-bottom: 10px;
}

li#age {
        background-color:  #b97ac4;
        padding-top: 5px;
        padding-left: 10px;
        margin-bottom: 10px;
}

li#cont {
        background-color:  #598625;
        padding-top: 5px;
        padding-left: 10px;
        margin-bottom: 10px;
}

div#invitados {
    position: absolute;
    top: 195px;
    left: 150px;
    
    }

h3 {
    font-family: sans-serif;
    font-size: 20px;
    color: #d953ca;
    
}


div#teoricas {
    float: left;
    width: 960px;
    height: 345px;
    margin-top: 40px;
    padding-left: 150px;
    }

h4 {
    font-family: sans-serif; 
    font-size: 20px;
    color: #882790;
   
}

div#destacados {
    float: left;
    width: 960px;
    height: 345px;
    margin-top: 10px;
    }

h5 {
    font-family: sans-serif; 
    font-size: 20px;
    color: #76cede;
}

footer {
    font-family: sans-serif;
    font-size: 0.7rem;
    clear: both;

    
    }


nav {
    font-family: sans-serif;
    background-color: #fff;
    
}


nav ul#bloques {
    margin-right: 10px;
    float: left;
    list-style: none;
}
    
nav ul li a  {
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    color: #fff
    
        
}








