.marco {
 /*   background: #0081C9;
    padding: 10px;*/
}
.restriccion {
    float:left;
}
.titulo {
     background: url(images/txt-restriccion.png) no-repeat;
     width:134px;
     height:59px;
     margin: 5px 14px;
}
.actual-restriccion {
    background: url(images/actual-restriccion.png) center no-repeat;
    height: 45px;
}
.proxima-restriccion {
    background: url(images/proxima-restriccio.png) center no-repeat;
    margin-top: 10px;
}
.fondo-fecha {
    background: #FFFFFF;  
    float: none;
    padding: 15px;
    margin-top:20px;
}
.icon {
    /*width: 35px;*/
    height: 35px;
    float: right;
}
.content-icon {
    padding: 5px 10px;
    /*text-align: center;*/
}
span .numero {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 2px;
    display: block;
}
.fecha, .hora {
    color: #0081C9;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    line-height:16px;
}
.hora {
    font-size: 13px;
}

/*.restri a.ui-state-active {*/
.dateWithRestriccion {
  /*  background: red;
    color: white;*/
}

#datepicker {
  width: 172px; 
  height:160px; 
  position:relative; 
  background: /*url(images/fondo-calendario.png) no-repeat center bottom */;
  float:right;
}

.btn-volver {
  position:absolute; z-index:999; bottom:0px; right:10px;
  width:57px;
  height:28px;
}