label.lb{
    font-size: 1.2em;        
}
input{
    color: black;
}
input.bt{
    color: white;
    border-radius: 5px;
    padding: 5px;
    margin:10px;
    background: rgb(45,124,159);
    font-size: 1.1em;
}
td> input{
    width: 100%;
    height: 100%;
}
input.in , select, textarea {
    border: none;
    border: solid rgba(0,59,114,0.7);
    border-radius: 5px;
    padding: 5px;
    margin:10px;
    letter-spacing: 2px;
    font-size: 1.2em;
    -webkit-box-shadow: 0px 5px 43px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 43px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 43px -10px rgba(0,0,0,0.75);
}
.color{
    height: 20px;
    border: none;
    border: solid rgba(0,59,114,0.7);
    border-radius: 5px;
}
textarea{
    width: 90% !important;
    margin-left: 5%;
}
table,td,tr{
    border: rgba(0,59,114,0.7) solid;
    border-collapse: collapse;

}
table{
    width: 96% !important;
    margin-left: 2%;
}
td{
    padding: 5px 5px !important;
}
.contenido{
    background: rgba(255,255,255,1);
    padding: 15px 0;
    border: none;
    border-radius: 10px;
    border: rgba(65,105,150,0.3) solid 6px;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    -webkit-box-shadow: 0px 5px 43px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 43px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 43px -10px rgba(0,0,0,0.75);

}
fieldset.login{
    margin-left: 20%;
    margin-top: 20%;
}
fieldset > fieldset >legend{
    background: rgba(32 ,166,185, 1);
}
fieldset> .contenido{
    border: rgba(32 ,166,185,0.3) solid 6px;
}

legend{
    font-size: 1.2em;
    border: none;
    border-radius: 5px;
    padding: 5px;
    background: rgba(65,105,150, 1);
    color: white;
}
.izq{
    float:left;
    position: relative;
    width: 48%;
    margin-left:  2%;
}
.der{
    float:left;
    margin-left: 0%;
    position: relative;
    width: 48%;
}
fieldset.flash{
    margin-left: 20%;
    margin-top: 10px;
    overflow: scroll;
}
.banner{
    background: rgba(45,124,159,0.8);
    color: black;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
}
.option{
    margin: 5px;
    background: rgba(65,105,150,.1);
    padding: 5px;
    color: black;
    border-radius: 5px;
}
.option:hover{
    background: rgba(65,105,150,.3);
}
.mediano {
    width: 60%;
    margin-left: 20%;
    text-align: left !important;
}
.al_izq {
    text-align: left !important;
}
.name{
    font-size: 1.1em;
    font-weight: 600;
    margin: 5px;
}
tr{
    background: rgba(250,250,250,0.5);
    padding: 5px;
}
.titule{
    font-weight: 800;
    font-size: 1.2em;
}
.acciones{
    font-weight: 100;
    font-size: 0.9em;
}
.action{
    color: black;
    background: rgba(65,105,150,.2);
    padding: 2px;
    border-radius: 2px;
    border: 1px solid rgba(65,105,150,1);
    margin-left: 3px;
}
.action img{
width: 20px;   
position: relative;
top: 5px; 
}

.fila{
    height: 10%;
}
.hoy{
    background: rgba(0,0,255,0.1);
}
.si{
    display: none;
}
.no{
}
.horario{
    background: white;
    width: 90%;

    margin-left: 5%;
    padding: 2px;
    margin-top: 2px;
    border:1px solid rgb(65,105,150);
    border-radius: 5px;
}
.ahora{
    background: rgba(255,0,255,0.1);
}

@media all  and (min-width : 481px)  and (max-width : 600px) {
    .contenido{
        width: 90% !important;
        margin-left: 5% !important;
    }
    .izq , .der{
        width: 100% !important;
        margin-left: 0% !important;
    }
}
@media all  and (min-width : 320px)  and (max-width : 480px) {
    .contenido{
        width: 98% !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
    .izq , .der{
        width: 100% !important;

        margin-left: 0% !important;
    }
    .no{
        display: none;
    }
    .si{
        display: block;
    }   
}