body{
    background-color: rgb(207,190,168);
}

.formulario{
    /*border:1px solid rgb(13,91,154);
    border-radius: 5px;*/
}

.formulario_is_img{
    background-image: url(../img/inicio_sesion.jpg);
    background-size: cover;
}

.formulario_is{
    border:1px solid white;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.7);
}

.h_formulario{
    color:white;
}

.titulos{
    background-color: rgb(0,94,88);
    color: white;
}

.subtitulos{
    background-color: rgb(24,56,89);
    color: white;
}

.input_form{
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom:1px solid white;
}

nav{
    background-color: rgb(24,56,89);
    border-bottom:2px solid rgb(0,94,88);
}

.a_tabla{
    cursor:pointer;
    color:black;
    text-decoration:none;
}

.a_tabla>div{
    border-bottom:1px solid rgb(24,56,89);
}

.a_tabla>div:hover{
    transition: 0.5s ease;
    background-color: rgb(24,56,89);
    color:white;
    text-decoration:none;
    border-top:1px solid white;
    border-bottom:1px solid white;
}

/*

***Paleta de colores

Azul: rgb(13,91,154);
Rojo: rgb(206,40,31);
Amarillo: rgb(255,241,144);

***

*/