﻿
body {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(241,241,241,0) 27%, rgba(255,255,255,0) 34%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(27%,rgba(241,241,241,0)), color-stop(34%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
    background-repeat: no-repeat;
}

.width100 {
    width: 100%;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 22px 10px 15px;
            min-height: 63px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

        .nav > li > a > img {
            max-width: none;
        }

@media (min-width:800px) {
    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .nav > li {
            position: relative;
            display: block;
        }

            .nav > li > a {
                position: relative;
                display: block;
                padding: 22px 15px 15px;
                min-height: 63px;
            }

                .nav > li > a:hover,
                .nav > li > a:focus {
                    text-decoration: none;
                    background-color: #eee;
                }

            .nav > li.disabled > a {
                color: #777;
            }

                .nav > li.disabled > a:hover,
                .nav > li.disabled > a:focus {
                    color: #777;
                    text-decoration: none;
                    cursor: not-allowed;
                    background-color: transparent;
                }

            .nav > li > a > img {
                max-width: none;
            }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .nav > li {
            position: relative;
            display: block;
        }

            .nav > li > a {
                position: relative;
                display: block;
                padding: 22px 10px 15px;
                min-height: 63px;
            }

                .nav > li > a:hover,
                .nav > li > a:focus {
                    text-decoration: none;
                    background-color: #eee;
                }

            .nav > li.disabled > a {
                color: #777;
            }

                .nav > li.disabled > a:hover,
                .nav > li.disabled > a:focus {
                    color: #777;
                    text-decoration: none;
                    cursor: not-allowed;
                    background-color: transparent;
                }

            .nav > li > a > img {
                max-width: none;
            }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 13px 20px 10px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        cursor: pointer;
    }

.jumbotron {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: inherit;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 0;
    }
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cajas-rounded-inicio {
    border: 3px solid #777;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.cajas-rounded {
    border: 3px solid #777;
    border-radius: 50%;
    margin-bottom: 20px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}

@media (min-width:893px) {
    .cajas-rounded {
        border: 3px solid #777;
        border-radius: 50%;
        float: right;
    }
}

footer {
    bottom: 0;
    width: 100%;
    min-height: 500px;
    background-color: #777;
    padding-top: 40px;
    margin-top: 50px;
    color: white;
}

.img-footer img {
    width: 120px;
}

.ul_footer {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}

    .ul_footer li {
        line-height: 40px;
    }

        .ul_footer li a {
            color: white;
            cursor: pointer;
        }

.ul-footer-productos {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

    .ul-footer-productos li {
        line-height: 40px;
    }

        .ul-footer-productos li a {
            color: white;
            cursor: pointer;
        }

.margin_top5 {
    margin-top: 5px;
}

.margin_top10 {
    margin-top: 10px;
}

.margin_top15 {
    margin-top: 15px;
}

.margin_top20 {
    margin-top: 20px;
}

.margin_top30 {
    margin-top: 30px;
}

.margin_top40 {
    margin-top: 40px;
}

.margin_bottom5 {
    margin-bottom: 10px;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.margin_bottom20 {
    margin-bottom: 20px;
}

.margin_bottom30 {
    margin-bottom: 30px;
}

.margin_bottom40 {
    margin-bottom: 40px;
}

.margin_left0 {
    margin-left: 0;
}

.margin_left10 {
    margin-left: 10px;
}

.margin_right0 {
    margin-right: 0;
}

.margin_right5 {
    margin-right: 5px;
}

.margin_right10 {
    margin-right: 10px;
}

.margin_right15 {
    margin-right: 15px;
}

.padding_right0 {
    padding-right: 0;
}

.padding_left0 {
    padding-left: 0;
}

.padding_left0_ficha {
    padding-left: 15px;
}

@media (min-height:768px) {
    .padding_left0_ficha {
        padding-left: 0;
    }
}

.padding_left5 {
    padding-left: 5px;
}

.padding_left10 {
    padding-left: 10px;
}

.padding_left15 {
    padding-left: 15px;
}

.padding_left20 {
    padding-left: 20px;
}

.padding-right15{
    padding-right:15px;
}

.padding_bottom5 {
    padding-bottom: 5px;
}

.padding_bottom10 {
    padding-bottom: 10px;
}

.padding_bottom15 {
    padding-bottom: 15px;
}

.padding_bottom20 {
    padding-bottom: 20px;
}

.padding_top5 {
    padding-top: 5px;
}

.padding_top10 {
    padding-top: 10px;
}

.padding_top15 {
    padding-top: 15px;
}

.padding_top20 {
    padding-top: 20px;
}

.margin_left20 {
    margin-left: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #ab363c;
    border-color: #ab363c;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #ab363c;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #ab363c;
        border-color: #ab363c;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #ab363c;
        border-color: #ab363c;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #ab363c;
            border-color: #122b40;
        }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #ab363c;
        border-color: #ab363c;
    }

    .btn-primary .badge {
        color: #ab363c;
        background-color: #fff;
    }

.bg-default {
    background-color: #F5F5F5;
}

.panel-body a {
    color: #777;
    cursor: pointer;
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 13px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .font12 {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .text-center-xs {
        text-align: center;
    }
}

.panel-title > a:before {
    font-family: FontAwesome;
    content: "\f07c";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    content: "\f07b";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.a-pdf {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bg-transparent {
    background-color: transparent;
}

.div-contacta-identificate {
    background-color: transparent;
    position: relative;
    width: 82%;
    margin: 0 auto;
}

.div-identificate {
    width: 100%;
    float: right;
    text-align: right;
}

@media(min-width:768px) {
    .div-contacta-identificate {
        background-color: transparent;
        position: relative;
        width: 98%;
        margin: 0 auto;
    }

    .div-identificate {
        width: 100%;
        float: right;
        text-align: right;
    }
}

@media(min-width:992px) {
    .div-contacta-identificate {
        background-color: transparent;
        position: relative;
        width: 82%;
        margin: 0 auto;
    }
}

.a-telefono-contacta {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.a-contacta {
    cursor: pointer;
    color: #931B1E;
    margin: 5px 0 0 0;
}

@media (max-width : 400px) {
    .a-contacta {
        cursor: pointer;
        color: #931B1E;
        margin: 5px 0 0 0;
        width: 100%;
    }

    .a-telefono-contacta {
        color: #333;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        float: left;
        margin: 3px 0 10px 0;
    }
}

.combos-menu {
    margin-right: 5%;
    margin-top: 10px;
}

@media (min-width:768px) {
    .combos-menu {
        text-align: left;
        margin-right: 5%;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .combos-menu {
        margin-right: 0;
        margin-top: 15px;
    }
}

@media (min-width:1200px) {
    .combos-menu {
        margin-right: 9%;
        margin-top: 15px;
    }
}

@media (min-width:1400px) {
    .combos-menu {
        margin-right: 17%;
        margin-top: 15px;
    }
}

.col-xs-contacto {
    width: 90%;
}

@media (min-width: 768px) {
    .col-sm-contacto {
        width: 91%;
    }
}

@media (min-width: 992px) {
    .col-md-contacto {
        width: 86%;
    }
}

@media (min-width: 1300px) {
    .col-md-contacto {
        width: 79%;
    }
}

.div-cajas-interior {
    max-width: 180px;
}

.idioma-seleccionado {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.div-header-scroll {
    max-width: 240px;
    float: right;
}

.div-scroll {
    overflow-y: scroll;
    height: 930px;
}

/*::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #A73636;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/

.div-repeater-logos {
    max-height: 630px;
    overflow-y: auto;
}

.colorwhite {
    color: white;
}

.empresa p {
    padding-bottom: 10px;
}
