﻿
.linea > div {
    display: inline-block;
    padding: 5px;
}

.fotos img {
    height: 200px;
}

.centrado {
    text-align: center;
}

.menu-horizontal {
    list-style: none;
    text-align: center;
}

    .menu-horizontal li {
        vertical-align: top;
        display: inline-block;
        zoom: 1;
        *display: inline;
        line-height: 3em;
    }

        .menu-horizontal li img {
            vertical-align: middle;
        }

.menu li a {
    text-decoration: none;
}


footer {
    background-color: #98999d;
    font-size: small;
}

    footer .menu-horizontal li {
        width: 25%;
    }

        footer .menu-horizontal li a {
            color: #5a5a5d;
            font-weight: bold;
        }

.apartado {
    /*font-family: 'Montserrat';*/
    padding: 10px 50px;
}

.img-fluid {
    max-width: none;
}

.cookieInfo {
    display: none;
    padding: 1.5em;
    top: 0;
    position: fixed;
    width: 100%;
    height: auto;
    background: rgba(205,205,205,0.9);
    z-index: 1000;
    border-bottom: 1px solid #6D91B3;
    text-align:justify;
}

    .cookieInfo span,
    .cookieInfo button {
        margin: 0 auto;
        position: relative;
        line-height: 1.35em;
        clear: both;
    }

    .cookieInfo button {
        margin-top: 1em;
        float: right;
    }

    .cookieInfo span {
        color: #000;
    }

.text-center {
    text-align: center;
}

.paseo {
 text-align: center;
}

.margenes {
    padding: 5%;
    text-align:justify;
}

.promocion {
    background-color: #fcc924;
    color: black;
}

