﻿.btn-opciones {
    margin-top: 1px;
    color: #286090;
    border-bottom: solid 1px #286090;
    border-right: solid 1px #286090;
    border-top: solid 1px #94c4cc;
    border-left: solid 1px #94c4cc;
    padding: 0;
}

    .btn-opciones:focus, .btn-opciones:focus, .btn-opciones:hover, .btn-opciones.hover {
        color: #286090;
        border-bottom: thick solid #286090;
        background: #bcd4e6;
    }

.div-opciones {
    margin: 10px;
    border-bottom: solid thin #e5e5e5;
}
