 body {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f5f5;
      }

      .form-signin {
        max-width: 350px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
      .container {
        max-width: 950px;
        padding: 19px 29px 29px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }



 #calendario{
     background: #e7e7e7;
     color: #000;
     padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: auto;
 }
#calendario tr{
}

.dias td{
    width: 90px;
    height: 90px;
    background: #FFF;    
    text-align: left;
    vertical-align: top;
}

.dias td:hover{
    background: #fcf8e3;
    color: #111;
}

.dias td .dias{
    text-align: left;
}

.dias .hoy{
    background: #eee;
    color: #fff;
    border: 1px solid #DDD;
}

#links{
    color: #fff;
    font-size: 14px;
}

.highlight{
    color: blue;
    font-weight: bold;
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
      #contenedor
      {
        width:100%;

      } 
    }

    

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
      #contenedor
      {
        width:90%;
        max-width: 1000px;

      }
  
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
      #contenedor
      {
        width:90%;
        max-width: 900px;

      }
  }
