/* Hoja de estilos rotulo melisa */

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

#pagina{
    background-color: rgba(255, 255, 255, 0.63); 
    background-image: url(rotulo.png);
    background-repeat: no-repeat;
    max-width: 960px;
    margin: auto;
    }

header{
    width: 100%; 
    position:relative;
    height:1rem;
    float:right; 
    margin-right: 1rem;
}

nav#botonera{
    width:950px;
    height:100px;
    font-family: sans-serif;
    list-style: none;
    font-size: 12px;
   
}

nav#botonera ul{
    list-style: none;
    margin: 14px;
    padding: 0px;
    width:100%;
    margin-top:100px;
    letter-spacing: 6px;
    text-indent: 3.5%;
    clear: both;
}

nav#botonera ul li a{
    text-decoration: none;
    background-color: #9b3e88;
    color: #ffffff;
    display: block;
    width:278px;
    text-align: left;
    margin-top: 15%;
    margin: 10px 0px 0px 50px;
    
 
    }

nav#botonera ul li a:hover{
    background-color: #ffffff;
    color: #9b3e88;
}

section#infogeneral {
    width: 100%;
    height: 600px;
    padding-right: 50px;


}