﻿@color:gray;

/*cabecera*/
body {
    font-family: 'Raleway', sans-serif !important;
}

@media only screen and (max-width: 600px) and (min-width: 100px) {
    table {
        width: 45%;
        font-family: 'Raleway', sans-serif !important;
    }
}

.barra {
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
    height: 95px;
    background: white;
    border-bottom: solid 10px @color;
    box-shadow: 0px 10px 19px rgba(0,0,0,0.5);
    font-family: 'Raleway', sans-serif !important;
}

.cuerpo {
    padding-top: 150px;
    font-family: 'Raleway', sans-serif !important;
}

ul#example li span {
    font-size: 50px;
    font-weight: 300;
    line-height: 20px;
    color: #009688;
    padding-top: 50px;
    font-family: 'Raleway', sans-serif !important;
}

ul#example {
    padding-top: 15px;
    /*width: 450px;*/
    margin-left: -20px;
    font-family: 'Raleway', sans-serif !important;
}

.display {
    width: 1200px;
}

.hijo {
    width: 100%
}
/*Cabecera tabla*/
/*.color_landing {
        background: #9f3135;
    }*/

/*Para el Scrool*/

::-webkit-scrollbar-thumb {
    background-color: @color;
}

/*Precio Por persona*/
.precio {
    color: @color;
    font-weight: bold;
}
/*Margen de la tabla*/
.margen {
    text-align: center;
    border: @color 2px solid;
}
/*Boton detalle hotel*/
.boton {
    font-weight: Bold;
    border: @color 2px solid;
    color: @color;
    background: white;
}
/*Las letras del boton*/
a:not([href]):not([tabindex]) {
    color: @color;
    text-decoration: inherit;
}

table {
    border-color: @color !important;
    border: @color !important;
    font-family: 'Raleway', sans-serif !important;
    text-align: center !important;
}

thead {
    background: @color !important;
    color: white;
    text-align: center !important;
}

td {
    background: none !important;
}

p {
    background: none !important;
    font-family: 'Raleway', sans-serif !important;
    margin: 0 0 0px !important;
}

html {
    text-align: justify;
}


.whitebox {
    background: white;
    padding-left: 0px;
    padding-right: 0px;
}

.reloj {
    text-align-last: center;
    font-size: 15px;
    padding-top: 10px;
    background: @color;
    padding-bottom: 10px;
    padding-right: 6px;
    margin-top: 37px;
}

.espacios {
    background-color: @color;
    color: white;
}