#botonera{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}


#botonera a{
    color: #4E7A46;
    font-size: 12pt;
    text-decoration: none;
}

#botonera a:hover{
    color: #B0AEB3;
    text-decoration: none;  
}

#botonera-elements{
    margin-bottom: 20px;
}

#anonymous{
    background: url(../../img/buttons/anonima1.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#anonymous:hover{
    background: url(../../img/buttons/anonima2.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#pqrs{
    background: url(../../img/buttons/pqrs1.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#pqrs:hover{
    background: url(../../img/buttons/pqrs2.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#pqrs-state{
    background: url(../../img/buttons/estado1.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#pqrs-state:hover{
    background: url(../../img/buttons/estado2.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#list-view{
    background: url(../../img/buttons/ver1.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#list-view:hover{
    background: url(../../img/buttons/ver2.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}

#reports{
    background: url(../../img/buttons/informes1.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;   
}

#reports:hover{
    background: url(../../img/buttons/informes2.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    margin-bottom: 15px;
}