



       #avirato{
        width: 280px;
        background-color: rgba(0,0,0,0.63) !important;
        font-family: 'Roboto';
        font-weight: 300;
        z-index: 100;
        display: none;
        /*margin:1.2em;*/
		margin-left: 4%;
		margin-top: 150px;
		position: absolute !important; 
      }

      .hasDatepicker{
        border-radius: 4px;
      }

       .boton-reservar{
        display: block;
      }

      #enviar,.boton-reservar{
        background-color: #00b9f7;
        color: #ffffff;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
      }

      .personas_text{
        margin: .85em 0;
        color : #fff;
        background-color: none;

      }

      label{

        display: block;
        border-radius: 4px;
        font-weight: 300 !important;

        width: 72%;
      }

      .select-control{
        border-radius: 4px !important;

      }
      
      #contenedor{
        margin-right: 10%;
        padding: 1.5em 6%;
        color:white;
        font-size: 1.2em;
      }
      #botonav{
     /*   padding-left: 5%;
        padding-bottom: 3em;*/
        margin-top: 1.7em;
      }
      .control-group, .input-group{
        margin-bottom: .8em;
      }
    

    .row{
      margin: 0 !important;
    }
    #ui-datepicker-div{
      z-index: 500 !important;
    }

    @media(min-width: 320px ){
      #avirato{
        display: block;
      }

      .boton-reservar{
        display: none;
      }

    }
