﻿#div4iframes {
    width: 100%;
    height: 460px;
}

/*** Estilos de Footer ***/
/*#footer * {
    color: #525355 !important;
}*/

#mapas {
 color: #525355 !important;
}

.footer_2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #1E1F21;
}

/*.footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    padding: 10px 0px;
    margin: 0 auto;
    border-bottom: 0px solid rgba(255, 255, 255, .15);
}*/

.contMap {
    width: 47%;
    float: right;
    height: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
}

.mapa-distF {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .mapa-distF img {
        width: 100%;
    }

.contDatosF {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 450px;
    font-family: 'Century Gothic',arial,verdana,helvetica,sans-serif !important;
}

.datosContF {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

    .datosContF h2 {
        font-size: 13px;
        font-weight: normal;
        color: #525355;
        text-transform: uppercase;
    }

.datoF {
    position: relative;
    overflow: hidden;
    padding: 10px 0px 10px 40px;
    font-size: 15px;
    color: #525355;
    font-size: 12px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}

    .datoF strong {
        font-weight: bold;
    }

    .datoF a {
        color: #525355 !important;
        text-decoration: none !important;
    }

.icoDirF {
    background-image: url(/img/icon_direccion.png);
}

.icoTelF {
    background-image: url(/img/icon_telefono.png);
}

.icoEmaF {
    background-image: url(/img/icon_email.png);
}

.contHorarF {
    position: relative;
    overflow: hidden;
    width: 48%;
    height: 110px;
    float: left;
    margin-bottom: 20px;
}

.titHoraF {
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    color: #525355;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold !important;
}

.contHorarF p {
    font-size: 12px !important;
    color: #525355;
    margin: 0px;
    width: 100%;
    text-align: left;
    display: inline-block;
}

    .contHorarF p span {
        float: right;
    }

.contOpcF {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #525355;
    padding: 20px 0px 10px;
}

    .contOpcF a {
        display: inline-block;
        font-size: 13px;
        color: #525355;
        text-transform: uppercase;
    }


    .contOpcF a:hover{
       color:#bc162c;
    }

.contExa {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #1B1919;
    padding: 10px 0px;
}

.wrapperExa {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

    .wrapperExa a {
        float: right;
        position: relative;
        overflow: hidden;
        display: inline-block;
        width: 370px;
    }

        .wrapperExa a span {
            font-size: 8.65px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #bebebe;
            font-weight: bold;
            position: relative;
            top: 13px;
            text-align: right;
            float: left;
        }

        .wrapperExa a img {
            float: right;
        }

.titfotMov {
    display: none;
    color: #525355;
    text-align: center;
    font-size: 20px;
}

.datoF b {
    font-weight: normal;
}

.contHorarFR {
    float: right !important;
}

.avisoprivacidad {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 99999;
    display: none;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
}

    .avisoprivacidad .contentido {
        margin: 0 auto;
        margin-top: 7%;
        position: relative;
        width: 80%;
        height: auto;
        overflow: hidden;
        color: #FFF;
        text-align: justify;
        text-transform: none;
    }

        .avisoprivacidad .contentido a {
            color: #CD0132;
        }

        .avisoprivacidad .contentido li {
            list-style-type: decimal;
        }

    .avisoprivacidad .cerrarprivacidad {
        text-align: right;
    }

body {
    height: 100%;
}

@media all and (max-width: 1010px) {
    .contMap, .contDatosF {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .wrapperExa {
        width: 370px;
        margin: 0 auto;
    }

    .contHorarF {
        float: none;
        width: 100%;
    }

    .contDatosF {
        height: auto;
    }

    .contOpcF {
        width: 90%;
        margin: 0 auto;
    }

    .contMap {
        width: 50%;
        height: auto;
        margin-bottom: 10px;
    }

    .titfotWeb {
        display: none;
    }

    .titfotMov {
        display: block;
    }
}

@media all and (max-width: 535px) {
    .contMap {
        width: 80%;
    }
}

@media all and (max-width: 390px) {
    .wrapperExa a {
        width: 275px;
    }

    .wrapperExa {
        width: 275px;
        margin: 0 auto;
    }

        .wrapperExa a span {
            font-size: 8px;
            width: 215px;
            top: 8px;
        }
}
