
/* 
    Created on : 12-ago-2014, 3:20:29
    Author     : javier
*/

* {
    border: medium none;
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
li {
    list-style: none outside none;
}
i, em {
    font-style: normal;
}
input {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
}
fieldset, .fieldset {
    clear: both;
}
.clear {
    clear: both;
}
.noBrowser {
    display: block;
    height: 0;
    line-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -9999em;
}
.accessible {
    display: none !important;
}
.ui-input-text.error, .ui-select.error {
    border-color: #AC1A2F;
}
p.error {
    color: #AC1A2F;
    margin: 0.5em 0;
}
.overlay {
    background-color: #000000;
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    z-index: 8;
}
.overlay.popup, .overlay.top {
    z-index: 11;
}
.m_popup {
    background-color: #FFFFFF;
    border: 5px solid #BCBCBC;
    left: 0;
    margin: 0 5%;
    position: absolute;
    right: 0;
    text-align: left;
    top: 24px;
    z-index: 15;
}
.m_popup .to_close {
    background-color: #000000;
    display: block;
    float: right;
    height: 45px;
    margin-right: -12px;
    margin-top: -12px;
    position: relative;
    right: 0;
    top: 0;
    width: 45px;
    z-index: 1;
}
.m_popup .to_close:hover {
    background-color: #CCCCCC;
}
.m_popup img {
    display: block;
    margin: auto;
    padding: 20px 0;
}
#alert_popup {
    padding-bottom: 30px;
}
#alert_popup p {
    padding: 10px 25px;
}
.m_geolocation {
    padding: 20px 0 30px;
    text-align: center;
    top: 70px;
}
.m_geolocation.m_popup .title {
    border-bottom: medium none;
}
.m_popup .title {
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 10px 25px;
}
.m_filter {
    background-color: #333333;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.m_filter .ui-btn {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: medium none;
}
.m_filter .ui-btn .ui-btn-inner {
    font-size: 14px;
    font-weight: normal;
}
.m_filter .ui-btn:hover {
    background-color: #474747;
    background-image: none;
}
.m_filter .ui-btn a {
    color: #FFFFFF;
}
.m_popup .m_navigation {
    background-color: #F5F5F5;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    height: 45px;
    overflow: hidden;
}
.m_popup .m_navigation ul {
    float: right;
}
.m_popup .m_navigation li {
    display: inline-block;
    vertical-align: middle;
}
.m_popup .m_navigation .page {
    font-weight: bold;
}
.m_popup .m_navigation .last {
    color: #BCBCBC;
}
.m_popup .m_navigation a {
    display: block;
    height: 45px;
    position: relative;
    text-align: center;
    width: 45px;
}
.m_popup .m_navigation a:hover {
    background-color: #CCCCCC;
}
.m_popup .m_navigation .icon {
    left: 50%;
    margin-left: -12px;
}
.m_popup .m_text_static {
}
.m_popup .name h3 {
    padding: 0.5em 1em;
}
.m_popup .text {
    padding: 1em;
}
.m_popup .text li {
    list-style: none outside none;
    margin: 0;
}
.m_popup .table {
    width: 100%;
}
.m_popup .table .price {
    text-align: right;
}
.m_popup .concept.total {
    font-weight: bold;
}
.m_popup .concept.days {
    font-weight: bold;
}
.m_popup .table.subtotal {
    background-color: #F9F9F9;
    font-size: 11px;
    padding: 10px;
}
.m_popup .table .emphasis {
    color: #FD8B07;
    font-weight: bold;
}
.m_popup .table.total .legal {
    text-align: right;
}
.m_languages .ui-btn {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #E5E5E5;
    text-shadow: none;
}
.m_languages .ui-btn-inner {
    color: #333333;
}
.m_languages .ui-btn:hover {
    background: none repeat scroll 0 0 #F5F5F5;
    border-color: #E5E5E5;
}
#conditions.m_popup #impuestoTuristico th {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
#conditions.m_popup #impuestoTuristico td {
    padding: 5px 0;
}
#conditions.m_popup .emphasis {
    background-color: #FFA500;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
}
#conditions.m_popup h4.subtitle {
    border-bottom: 1px dotted;
    margin: 10px 0 5px;
}
#conditions.m_popup #impuestoTuristico .text {
    background-color: #F9F9F9;
}
#conditions.m_popup #impuestoTuristico .text li {
    margin: 5px 0;
}
#conditions.m_popup .warning {
    background-color: #FFFFFF;
    font-size: 11px;
    margin: 10px;
    padding: 10px;
}
html {
    overflow-x: hidden;
}
body {
    font: 1em Arial,sans-serif;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}
* [data-role="header"] {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
* [data-role="panel"] {
    bottom: -1px;
    display: block;
    left: 0;
    max-height: 0;
    min-height: 100%;
    overflow: auto;
    padding-bottom: 1px;
    position: fixed;
    text-transform: uppercase;
    top: 0;
}
* [data-role="panel"] .version {
    text-transform: none;
}
* [data-role="content"] {
    overflow: hidden;
    position: relative;
}
* [data-role="slideshow"] {
}
* [data-role="footer"] {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
}
.to_infor {
    display: block;
    height: 24px;
    text-indent: -9999em;
    width: 24px;
}
.hotel.name .stars {
    background-repeat: no-repeat;
    display: inline-block;
    height: 9px;
    margin-left: 5px;
    text-indent: -9999em;
    vertical-align: text-top;
}
.hotel.name ._1 {
    background-image: url("../nImg/icon/stars-1.png");
    width: 10px;
}
.hotel.name ._2 {
    background-image: url("../nImg/icon/stars-2.png");
    width: 21px;
}
.hotel.name ._3 {
    background-image: url("../nImg/icon/stars-3.png");
    width: 34px;
}
.hotel.name ._4 {
    background-image: url("../nImg/icon/stars-4.png");
    width: 45px;
}
.hotel.name ._5 {
    background-image: url("../nImg/icon/stars-5.png");
    width: 56px;
}

