.lista1 li:hover { background: #ED1C24;}
.lista1 li:hover a{ color: #fff; text-shadow: none; margin-left: 0px;}
.lista1 li{ background: #d9d9d9;}
.lista1 li a{ color: #ED1C24; }
.lista1 { list-style-type: none; margin: 0; padding: 0; width: 60%; }
.lista1 li { margin: 3px; padding: 0.3em; font-size: 1.1em; font-weight: 700;}
#volver { float: right;margin-right:10px;}
#botones1 { width:30%;height:18px;margin-bottom:10px;float:right;}
#detalles { display:none;width:400px;height:auto;margin:20px auto 5px;}
ul.submenu1 { list-style:none;height:30px;width:686px;clear:both;margin:15px 0 8px;}
ul.submenu1 li { text-decoration:none;float:left;margin-left: 20px;}
ul.submenu1 li a { display: block;padding: 0.2em;color:#595959;}
ul.submenu1 li a:hover { border-bottom: 4px #ED1C24 solid;}
#volver { font-weight: bold;}
.box_tratamiento { float:left;width:210px;font-size:0.9em;}
#espera {color:#595959;text-align:center;background: #fff url("../img/ajax-loader.gif") center top no-repeat;border:1px #595959 solid;padding:0.2em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;height:50px;margin:20px auto;}
#espera2 {
  position:absolute;
  top:0px;
  width:100%;
  height: 100%;
  color:#595959;
  text-align:center;
  background-color: #fff;
  background-image:url("../img/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  border:1px #595959 solid;
  padding:0.2em;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
#espera p {margin-top:20px;
}
#espera2 p {margin-top:26%;}
.status_NO{ border-color : #ff9393;}
.status_VIGENTE{ border-color: #ffffcc;}
#popup_login2{ border: 1px solid #ddd;padding: 20px;}
#reserva_servicio{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    border:2px solid #ddd;
    padding: 10px;
}
#btn-login{ margin: 10px !important;}
#registro_reserva{ margin: 10px !important;}
.buttons_reservas{
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}
.buttons_reservas a{
    margin: 0px 10px;
}
/*@media only screen 
and (max-width : 480px) {
    #btn-login{
        margin-bottom: 10px !important;;
    }
    #registro_reserva{
        margin-bottom: 10px !important;;
    }

}*/