/**************BACKGROUND HOVER**********************/
.hoverCeleste:hover{
    background-color: #E3F2FD;
    cursor: pointer;
}

.hoverGrisClaro:hover{
    background-color: #e0e0e0;
    cursor: pointer;
}

/**************FIN BACKGROUND HOVER**********************/


/**************alertInferior*****************************/

#alertInferior{
    display: none;
}

/**************fin alertInferior*************************/

/************BOTONES************************************/
.botonNaranja{
    display: block;
    padding: 8px 14px;
    border:1px solid #ff4500;
    color: #ff4500;
    background-color: transparent;
}

.botonNaranja:hover{
    background-color: #ff4500;
    color: #fff;
    cursor: pointer;
}

/************FIN BOTONES************************************/


/*********** background-color*******************************/

.bg-naranja{
    background-color: #fff2df;
}


.bg-gris-claro{
    background-color: #ccc ;
}

.bgNaranjaClaro{
    background-color: #fff3cd;
}

/***********FIN BACKGROUND VARIOS***************************/

