/*--- Principio Reset Styles ---*/
#mirai_bookentrance div, #mirai_bookentrancepre, #mirai_bookentrance form, #mirai_bookentrance fieldset, legend, #mirai_bookentrance input, #mirai_bookentrance textarea, #mirai_bookentrance p, #mirai_bookentrance blockquote, #mirai_bookentrance th, #mirai_bookentrance td {
    margin:0;
    padding:0;
}
#mirai_bookentrance fieldset {
    border:0;
}
#mirai_bookentrance input, #mirai_bookentrance textarea, #mirai_bookentrance select {
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
}
#mirai_bookentrance input, #mirai_bookentrance textarea, #mirai_bookentrance select {
 *font-size:100%;
}
/*--- Fin Reset Styles ---*/
/*--- Principio Contenedor del motor de reservas ---*/
#mirai_be0, #mirai_be2, #mirai_be0 input, #mirai_be0 select { /* Para que se vea la misma letra en IE6 y IE7*/
    font-family: Verdana;
    font-size: 13px;
}
/*--- Fin Contenedor del motor de reservas ---*/
/*--- Principio Posición de elementos ---*/
#mirai_be1, #mirai_be3, #mirai_be5 { /* Margin Right para "Entrada", "Noches" y "Codigo Promocinal"*/
    margin:0 0.3em 0 0;
}
#mirai_bookentrance input#mirai_be2, #mirai_bookentrance select#mirai_be4, #mirai_bookentrance input#mirai_be6 { /* Margin Right para "Input Entrada", "Input Noches" y "Input Codigo Promocinal"*/
    margin:0 0.8em 0 0;
}
#mirai_bookentrance div#mirai_be7 { /* Margin Right div contenedor de "Input Reservar"*/
    margin:0 1em 0 0;
}
#mirai_be0 { /* Para mantener todo en una linea */
    white-space:nowrap;
}
#mirai_be7 { /* Para que "Input Reservar" sea inline */
    display:inline;
}
/*--- Fin Posición de elementos ---*/
/*--- Principio Estilos de Botones y Codigo Promocional ---*/
#mirai_be2 { /* Anchura para "Input Entrada" */
    width:7em;
}
#mirai_be6 { /* Anchura para "Input Codigo Promocional" */
    width:7em;
}
#mirai_be10 {
    display:none;
}
.departureDate #mirai_be10 {
    font-size:.75em;
    margin-left:-.8em;
    margin-right:1.5em;
    display:inline;
}
#mirai_be2, #mirai_be4, #mirai_be6 { /* Estilos "Input Entrada", "Input Noches" y "Input Codigo Promocional" */
    background-color:#FFFFFE; /* para que el "color" de < slect > en Safari funciona, no se pudede asignar #FFFFFF. Color de letra para Text Inputs */
    border:1px solid #999;
    color: #444;
}
#mirai_be7 input { /*--- Boton "Input Reservar" ---*/
    padding:0.2em 0.8em;
    overflow: visible; /*--- Eliminar padding horizontal IE6 y IE7 ---*/
    cursor:pointer;
    box-sizing:border-box; /*--- Igualar altura ---*/
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#mirai_be7 input:disabled, #mirai_be7 input[disabled], #mirai_be7 input.btn_disabled {
    opacity: 0.3;
    cursor:default;
    background: #000
}
#mirai_be8 { /*--- Boton "Input Ver/Cancelar" ---*/
    cursor:pointer;
    text-decoration:underline;
    color:#00f;
}
/*--- Fin Estilos de Botones y Codigo Promocional ---*/
/*--- Principio Para que el calendario aparezca siempre encima ---*/
#ui-datepicker-div {
    font-size:0.8em;
    z-index: 1002!important;
}
/*--- Fin Para que el calendario aparezca siempre encima ---*/

#m_book, #m_cancellation {
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);    
}
#m_book {
    background: -moz-linear-gradient(top,  #ffffe2 0%, #ffffcc 40%, #fce085 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffe2), color-stop(40%,#ffffcc), color-stop(100%,#fce085)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffe2 0%,#ffffcc 40%,#fce085 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffe2 0%,#ffffcc 40%,#fce085 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffe2 0%,#ffffcc 40%,#fce085 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffe2 0%,#ffffcc 40%,#fce085 100%); /* W3C */
    border: 1px solid #eecd3f;
    border-bottom: 1px solid #bf8f24;
    color: #5b5b5b;
    font-size:19px;
    padding:3px 120px; 
    text-align:center; 
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#m_book:hover {
    background: -moz-linear-gradient(top,  #ffffe2 0%, #ffffbc 40%, #f9d770 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffe2), color-stop(40%,#ffffbc), color-stop(100%,#f9d770)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffe2 0%,#ffffbc 40%,#f9d770 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffe2 0%,#ffffbc 40%,#f9d770 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffe2 0%,#ffffbc 40%,#f9d770 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffe2 0%,#ffffbc 40%,#f9d770 100%); /* W3C */
}
#m_book:active {
    border: 1px solid #deca6c;
    border-top: 1px solid #deca6c;
    background: -moz-linear-gradient(top,  #f4dd6f 0%, #f8e89a 40%, #f9d770 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffe2), color-stop(40%,#f8e89a), color-stop(100%,#f9d770)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4dd6f 0%,#f8e89a 40%,#f9d770 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4dd6f 0%,#f8e89a 40%,#f9d770 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4dd6f 0%,#f8e89a 40%,#f9d770 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4dd6f 0%,#f8e89a 40%,#f9d770 100%); /* W3C */
    text-shadow: 0 0 0 rgba(0,0,0,0);
    color: #222;
}
#m_cancellation {
    font-size: 13px;
    color: #dedede;
    font-weight:300;
    border: 1px solid #aaa;
    border-bottom: 1px solid #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    padding:8px 10px 5px;
    margin-left:20px;
}
#m_cancellation:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
}
#m_cancellation:active {
    color: #fff;
    border: 1px solid #666;
    border-top: 1px solid #777;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#666666));
    background: -moz-linear-gradient(top,  #575757,  #666666);
    text-shadow: 0 0 0 rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 5px 2px #555555, 0 1px 0 0 #cccccc;
    -webkit-box-shadow: inset 0 0 5px 2px #555555, 0 1px 0 0 #cccccc;
    -moz-box-shadow: inset 0 0 5px 2px #555555, 0 1px 0 0 #cccccc;
    box-shadow: inset 0 0 5px 2px #555555, 0 1px 0 0 #cccccc;
}
#mirai_be4.alert {
    border: solid 1px red;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-tooltip-alert .ui-tooltip-titlebar,.ui-tooltip-alert .ui-tooltip-content {
    border-color:#810312;color:#3F060F;
}
.ui-tooltip-alert .ui-tooltip-content{
    background-color:#B39A9B;
}
.ui-tooltip-alert .ui-tooltip-titlebar{
    background-color:#810312;
}