#iconosPrincipal{
    font-size: 15px;
    /*text-align: center;*/
    color: teal;
}
#iconosPrincipal:hover{
    font-size: 15px;
    color: #01A9DB;
    border-radius:35px 35px 35px 35px;
    box-shadow:1px 1px 5px #0B4C5F;
    /*margin-left: 10px;*/
    
}


#panel:hover{
    height: 50px;
    font-size: 15px;
    color: #0040FF;
    border-radius:10px 10px 10px 10px;
    box-shadow:1px 1px 10px #0040FF;
}



