/* Estilos para los botones flotantes */
/*.botones-float {
    position: fixed;
    right: 20px; 
    top: 50%;
    background-color: #007BFF;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 999999;
}

/* Estilos para los botones */
/*.boton {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #0056b3;
    border-radius: 3px;
}

.boton:hover {
    background-color: #003c7a;
}*/

#redes { width: 18px; position: fixed; right: 10px; top: 25%; z-index: 10000; perspective: 100000; }
#redes .btn { padding: 0; border-radius: 0; }
#redes .btn:hover { background-color: #333	; }
#redes .fb { border-radius: 8px 0 0 0; }
#redes .ws { border-radius: 0 0 0 0; background-color: #000; }
#redes .tw { border-radius: 0 0 0 8px;}


#redes2 { width: 22px; position: fixed; right: 10px; top: 92%; z-index: 10000; perspective: 100000; height: 50px;}
#redes2 .btn { padding: 0; border-radius: 0; }
#redes2 .btn:hover { background-color: #7bdfa0	; }
#redes2 .ws { border-radius: 100px 100px 100px 100px; background-color: #efa922; }

#divContacto {
    display: none;
    background-color: #ccc;
    padding: 10px;
    position: fixed;
    top: 40%; 
    right: 10px; 
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}