/* 
    Created on : 21/09/2021, 18:47:24
    Author     : Ismael
*/
.boton {
    font-size: 17px;
    color: #ffffff;
    background-color: #3e63ab !important;
    border-radius: 6px;
    border: 2px solid;
}

.btn70px{
    width: 70px;
}

.sin_borde{
    border-top: none; /*arriba*/
    border-right: none;
    border-bottom-color: #3e63ab !important; /*abajo*/
    border-left: none;
}

.sin_bordes{
    border-top: none; /*arriba*/
    border-right: none;
    border-bottom: none; /*abajo*/
    border-left: none;
}

.raya{
    border-color: #3e63ab !important;
}

.linea_arriba{
    border-top-color: #3e63ab !important; /*arriba*/
    border-right: none;
    border-bottom: none; /*abajo*/
    border-left: none;
}

.mjs{
 border-color: #3e63ab !important;
}

.modal-footer{
     border-top-color: #3e63ab !important;
}
.izq{
    float: left;
}

.izq:hover{
    background-color: #000000 !important;
}

/*OFERTAS*/
#oferta > .modal-dialog{
    background-color: transparent !important;
}