﻿* {
    box-sizing: border-box;

}

body {
    background-color: #FFFFFF;
    background-image: url(../imgs/trama.gif);
    background-repeat: repeat-x;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 11pt;
    width: 100%;
    text-align: center;
}

#contenedor {
    display: inline-table;
    vertical-align: top;
    width: 100%;
    max-width: 1100px;
    border: 0px solid blue;
}

#dvfooterdesktop {
    display: inline-table;
}

.dvfooterdesktop {
    display: none;
}

#dvfootermovil {
    display: none;
}

.btnHeaderCias {
    /*Bordes*/
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px;
    /*propiedades*/
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 13px 5px 13px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: rgba(154,162,193,1);
    background: -moz-linear-gradient(top, rgba(154,162,193,1) 0%, rgba(117,129,173,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(154,162,193,1)), color-stop(100%, rgba(117,129,173,1)));
    background: -webkit-linear-gradient(top, rgba(154,162,193,1) 0%, rgba(117,129,173,1) 100%);
    background: -o-linear-gradient(top, rgba(154,162,193,1) 0%, rgba(117,129,173,1) 100%);
    background: -ms-linear-gradient(top, rgba(154,162,193,1) 0%, rgba(117,129,173,1) 100%);
    background: linear-gradient(to bottom, rgba(154,162,193,1) 0%, rgba(117,129,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aa2c1', endColorstr='#7581ad', GradientType=0 );
}

    .btnHeaderCias:hover {
        background: #7787bc;
    }

a {
    color: #3e5298;
    text-decoration: none;
}

    a:hover {
        color: #1e2f6c;
        text-decoration: underline;
    }

.alertaInactiva {
    padding: 0px;
    height: 1px;
    text-align: center;
}

.alertaActiva {
    padding: 5px;
    min-height: 20px;
    color: #af0505;
    background-color: #fdeeee;
    border-bottom: 1px solid #e7b2b2;
    border-top: 1px solid #e7b2b2;
    font-size: 0.95em;
    text-align: center;
}

#dvImagenReclamo {
    display: inline-table;
    vertical-align: middle;
    width: 1080px;
    box-sizing: border-box;
}

    #dvImagenReclamo > div > a > img {
    }

.ContenedorImagen {
    width: 1080px !important;
    position:relative;
}

.btnIngreseSuReclamo {
    position: absolute;
    right: 75px;
    top: 75px;
    background-color: #2a3e85;
    color: #fff;
    display: inline-table;
    margin: 0px 0px 20px 0px;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: normal !important;
    font-size: 1.4em !important;
    border-radius: 8px;
}


.TagImagen {
    float: left;
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: 20;
    background-color: #021014;
    height: 348px;
    width: 480px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    box-sizing: border-box;
    text-align: left;
    padding: 15px;
    padding-top: 26px;
    font-size: 1.1em;
    line-height: 160%;
    vertical-align: bottom;
}

.TagTexto {
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 30;
    height: 348px;
    width: 500px;
    box-sizing: border-box;
    text-align: left;
    padding: 15px;
    padding-top: 25px;
    font-size: 1.1em;
    line-height: 160%;
    color: #fff;
}

    .TagTexto > p{
        font-size:0.85em;
    }

    .Asterisco {
        font-size: 1.3em;
        color: #ee0000;
    }

.tbForm {
    border-spacing: 0;
}

    .tbForm th {
        padding: 10px !important;
        text-align: right;
        font-weight: normal;
        color: #888;
    }

    .tbForm td {
        padding: 10px !important;
    }



#Buscador {
    padding: 7px;
    border: 1px solid #bebebe;
    font-size: 1.05em;
    width: 200px;
    border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari y Chrome */
}

#dvBotoneraSuperior {
    width: 100%;
}

#tbBotoneraSuperior {
    width: 100%;
    border-radius: 7px;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari y Chrome */
    border: 1px solid #3b4f96;
    background-image: linear-gradient(top, #717fb3 20%, #3b4f96 80%);
    background-image: -o-linear-gradient(top, #717fb3 20%, #3b4f96 80%);
    background-image: -moz-linear-gradient(top, #717fb3 20%, #3b4f96 80%);
    background-image: -webkit-linear-gradient(top, #717fb3 20%, #3b4f96 80%);
    background-image: -ms-linear-gradient(top, #717fb3 20%, #3b4f96 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #717fb3), color-stop(0.8, #3b4f96));
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 1px 2px 3px #CCC;
    border-spacing: 0;
}

    #tbBotoneraSuperior td {
        font-size: 1.05em;
        padding: 3px;
        text-align: center;
        vertical-align: middle;
        height: 51px;
        border-left: 1px solid #3b4f96;
        border-right: 1px solid #7e8cbf;
        color: #ffffff !important;
        text-shadow: 2px 2px #2c365b;
    }

        #tbBotoneraSuperior td:hover {
            background-image: linear-gradient(top, #2a3c7e 20%, #3b4f96 80%);
            background-image: -o-linear-gradient(top, #2a3c7e 20%, #3b4f96 80%);
            background-image: -moz-linear-gradient(top, #2a3c7e 20%, #3b4f96 80%);
            background-image: -webkit-linear-gradient(top, #2a3c7e 20%, #3b4f96 80%);
            background-image: -ms-linear-gradient(top, #2a3c7e 20%, #3b4f96 80%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #2a3c7e), color-stop(0.8, #3b4f96));
            cursor: pointer;
        }

    #tbBotoneraSuperior a:hover {
        text-decoration: none;
    }

#dvBarraFooter {
    z-index: 1000;
    position: static;
    color: #CCCCCC;
    background-color: #f1f1f1;
    background-image: linear-gradient(top, #f1f1f1 20%, #fcfcfc 80%);
    background-image: -o-linear-gradient(top, #f1f1f1 20%, #fcfcfc 80%);
    background-image: -moz-linear-gradient(top, #f1f1f1 20%, #fcfcfc 80%);
    background-image: -webkit-linear-gradient(top, #f1f1f1 20%, #fcfcfc 80%);
    background-image: -ms-linear-gradient(top, #f1f1f1 20%, #fcfcfc 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #f1f1f1), color-stop(0.8, #fcfcfc));
    width: 100%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 118px;
    padding-top: 11px;
}

/*Menu Responsive*/
/*tabla navegador*/
#menu_bar {
    display: none;
    width: 100%;
    padding: 0px;
    background: #3b4f96;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid rgba(255,255,255, .3) !IMPORTANT;
}

span.menu img {
    margin-right: 10px;
    width: 30px;
    border: 0px solid green;
    vertical-align: top;
}

.menu_bar a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px;
}

.menu_bar span {
    float: right;
    font-size: 40px;
}

nav {
    display: none;
    width: 100%;
    margin: 20px auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: -100%;
    background: none;
    top: 46px !important;
}

    nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0px auto;
    }

        nav ul li {
            display: block;
            float: none;
        }

            nav ul li a {
                font-size: 14.5px;
                color: #fff;
                display: block;
                padding: 10px;
                text-align: center;
                text-decoration: none;
                width: 199px;
                max-width: 200px;
                box-sizing: border-box;
                float: left;
                width: 100%;
                max-width: 720px;
                border-bottom: 3px solid rgba(255,255,255, .3);
                text-align: left;
                background: #3b4f96;
                margin: 0;
                text-decoration: none !important;
            }

                nav ul li a:hover {
                    background: #aebad8;
                }


/*Fin responsive*/

/* Inicio Div Contenedor Responsive */
.divContenedor {
    width: 100%;
    text-align: center;
    border: 0px solid red;
}

.divBarra {
    width: 190px;
    display: inline-table;
    text-align: left !important;
    border: 0px solid red;
    vertical-align: top;
    margin-right: 15px;
    box-sizing: border-box;
}

.divContenido {
    max-width: 870px;
    width: 100%;
    display: inline-table;
    text-align: center;
    border: 0px solid red;
    vertical-align: top;
    box-sizing: border-box;
}

.imgImprimir {
    display: block;
}

/* Fin Div Contenedor Responsive */


/*Modificacion #tbBarraFooter -> .dvSubBarraFooter
*/
.dvSubBarraFooter {
    width: 1100px;
}

    .dvSubBarraFooter > div {
        padding: 5px;
        font-size: 0.9em;
        color: #989898;
        line-height: 1.5em;
    }

        .dvSubBarraFooter > div > div > a {
            color: #7a7a7a;
        }

.dvSubBarraFooterA {
    color: #7a7a7a;
}

#dvFooterDatos {
    display: inline-table;
    width: 50%;
    max-width: 580px;
    box-sizing: border-box;
    border: 0px solid green;
    vertical-align: top;
}

#dvFooterAsociados {
    display: inline-table;
    width: 50%;
    max-width: 525px;
    box-sizing: border-box;
    border: 0px solid blue;
    vertical-align: top;
}

/*Fin mod footer*/
#dvContenido {
    width: 1100px;
    padding-top: 20px;
    min-height: 450px;
}

#tbContenido {
    width: 100%;
    min-height: 600px;
    border-spacing: 0;
}

    #tbContenido td {
        padding: 5px;
        vertical-align: top;
    }

.dvBotonera {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari y Chrome */
    background-color: #f3f3f3;
    vertical-align: top;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 1px 2px 3px #CCC;
    border: 0px solid red;
}

.tbBotonera th {
    color: #5c5e66;
    text-align: left;
    padding: 10px;
    font-size: 1.2em;
    font-weight: normal;
}

.tbBotonera td {
    display: block;
    padding: 0px !important;
    width: 100%;
    box-sizing: border-box;
}

    .tbBotonera td:first-child {
        border: 1px solid blue;
        display: none;
    }


.tbBotonera a {
    font-size: 0.9em;
    color: #5c5e66;
    line-height: 1.4em;
    text-decoration: none !important;
    width: 100%;
    display: block;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
}
    .tbBotonera a:hover {
        padding-left: 15px;
        color: #3e5298;
        opacity: 0.9;
        transition: 0.2s ease-in-out all;
        background-color: #c6d2eb;
    }





.tbBotonera tr:last-child {
    height:1px;
    margin:0px;
}


.tbTextoPagina {
    width: 95%;
}

    .tbTextoPagina th {
        color: #2a3e85;
        text-align: left;
        padding: 10px;
        padding-left: 0px;
        font-size: 2.0em;
        font-weight: normal;
    }

    .tbTextoPagina td {
        color: #585858;
        text-align: justify;
        padding: 10px;
        font-size: 1.0em;
        font-weight: normal;
        line-height: 1.6em;
    }

.tbArchivos {
    width: 100%;
    border-spacing: 0;
}

    .tbArchivos tr {
        background-color: #fff;
    }

        .tbArchivos tr:hover {
            background-color: #e6e9f4;
        }

    .tbArchivos td {
        padding: 5px;
        border-bottom: 1px dashed #c6c6c7;
        vertical-align: middle;
    }

    .tbArchivos a {
        font-style: italic;
        font-size: 1.1em;
    }

.dvDestacamos {
    width: 225px;
    height: 265px;
    padding: 10px;
    background-color: #fff;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 1px 2px 3px #CCC;
    line-height: 1.3em;
    display: inline-table;
    box-sizing: border-box;
    margin-bottom: 0px;
}

    .dvDestacamos p {
        /*color:#777;*/
        color: #3e5298;
        font-size: 0.9em;
        text-align: justify;
    }

.tituloDestacado {
    color: #3e5298;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4em;
}

.ContenedorImagen {
    border: 1px solid #DDDDDD;
    width: 829px;
    height: 347px;
    position: relative;
}

.dvmosaico {
    display: inline-table;
    vertical-align: middle;
    width: 259px;
    vertical-align: top;
    margin: 6px;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    cursor: pointer;
}

    .dvmosaico h2 {
        font-weight: normal !important;
        font-size: 1.2em !important;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 10px 15px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }

        .dvmosaico h2 img {
            height: 30px;
        }

    .dvmosaico p {
        padding: 15px;
        line-height: 1.2em;
        font-size: 1.05em;
        background-color: #ffffff;
        color: #003684 !important;
        font-weight: normal;
        height: 125px;
        margin: 0px;
        border-radius: 0px 0px 8px 8px;
    }

.dvMosaicoImg {
    box-sizing: border-box;
    display: inline-table;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    padding-top: 15px;
}

    .dvMosaicoImg > img {
        width: 100%;
        margin-top: 5px;
    }


#tbAyuda {
    border: 2px solid #4f619e;
    background-color: #4f619e;
    border-radius: 8px;
}

    #tbAyuda h2 {
        color: #fff;
        margin: 0px;
    }


#tbContactenos {
    border: 2px solid #c3c7d0;
    background-color: #c3c7d0;
    border-radius: 8px;
}

    #tbContactenos h2 {
        color: #232528;
        margin: 0px;
    }

#tbAsegurados {
    border: 2px solid #c6d2eb;
    background-color: #c6d2eb;
    border-radius: 8px;
}

    #tbAsegurados h2 {
        color: #003684;
        margin: 0px;
    }

#tbCias {
    border-radius: 8px;
    border: 2px solid #a2afcc;
    background-color: #a2afcc;
    border-spacing: 0px;
}

    #tbCias h2 {
        color: #1b2d6d;
        margin: 0px;
    }


#txModal {
    padding: 15px;
    text-align: justify;
    min-height: 120px;
    vertical-align: top;
}

.campoFrm {
    padding: 3px;
    border: 1px solid #bebebe;
    background-color: #f4f4f4;
    font-size: 1.05em;
    border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari y Chrome */
}

.campoFrm2 {
    padding: 5px;
    border: 1px solid #bebebe;
    background-color: #fff;
    font-size: 1.05em;
    border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari y Chrome */
}


.botonFrm {
    /*Bordes*/
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px;
    /*propiedades*/
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 13px 5px 13px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    width: 130px;
    background-color: rgb(154 162 193);
}

    .botonFrm:hover {
        /*color;*/
        background: #7787bc;
    }

.botonFrm2 {
    /*Bordes*/
    background-position: 0% 0%;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #6d7cb1;
    /*propiedades*/
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 13px 5px 13px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #6d7cb1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e6e9f4), color-stop(0.8, #b0b9d6));
    background-color: #e6e9f4;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .botonFrm2:hover {
        /*color;*/
        background: #6d7cb1;
        color: #fff;
    }

.box_compania {
    display: inline-table;
    margin: 0px;
    padding: 10px;
    /*width: 229.6px;*/
    width: 45%;
    min-width: 300px;
    height: 200px;
    background: #ffffff;
    box-sizing: border-box;
}

.imagen_compania {
    text-align: center;
    width: 100%;
}

    .imagen_compania a img {
        max-width: 290px;
        border: 0px solid;
        height: 70px;
    }

        .imagen_compania a img:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1); /* Chrome - Safari */
            -moz-transform: scale(1.1); /* Firefox */
            -o-transform: scale(1.1); /* Opera */
            -ms-transform: scale(1.1); /* IE9 */
            /*transicion*/
            transition: 0.5s ease;
            -moz-transition: 0.5s ease; /* Firefox */
            -webkit-transition: 0.5s ease; /* Chrome - Safari */
            -o-transition: 0.5s ease; /* Opera */
        }

.titulo_compania {
    font-size: 14px;
    color: #3e5db7;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
}

.centrar {
    text-align: center;
}

.SubtituloCuerpo {
    color: #3e5298;
    text-align: left;
    font-size: 1.3em;
    font-weight: normal;
}

.ventanaModal {
    width: 400px;
    min-height: 400px;
    border: 1px solid #7e7e7e;
    background-color: #f4f4f4;
    padding: 10px;
    text-align: left;
    display: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 3px 3px 3px #888;
}

#dvImagenReclamoResp {
    display: none;
    background: rgba(65,105,170,1);
    background: -moz-linear-gradient(top, rgba(65,105,170,1) 0%, rgba(45,73,123,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(65,105,170,1)), color-stop(100%, rgba(45,73,123,1)));
    background: -webkit-linear-gradient(top, rgba(65,105,170,1) 0%, rgba(45,73,123,1) 100%);
    background: -o-linear-gradient(top, rgba(65,105,170,1) 0%, rgba(45,73,123,1) 100%);
    background: -ms-linear-gradient(top, rgba(65,105,170,1) 0%, rgba(45,73,123,1) 100%);
    background: linear-gradient(to bottom, rgba(65,105,170,1) 0%, rgba(45,73,123,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0 );
}

    #dvImagenReclamoResp > span {
        color: #fff;
        font-size: 14pt;
        text-shadow: 3px 3px 3px #000;
    }

#dvContenidoSection {
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
}

.dvboxs {
    display: inline-table;
    margin-top: 15px;
    margin: 0px;
    padding: 0px;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    width: 1100px;
    margin-top: 15px;
}

    .dvboxs:hover > div {
        opacity: 0.6;
    }

.dvmosaico:hover {
    opacity: 1 !important;
    transition: .2s ease-in-out all;
    transform: scale(1.02);
}





.dvlogodda {
    display: none;
}

/*------------------Formulario Contactenos---------------------*/
.dvContenedorCampos {
    max-width: 750px;
    width: 100%;
    box-sizing: border-box;
    border: 0px solid green
}

.dvCampo {
    border: 0px solid green;
    line-height: 30px;
    margin: 10px 0px;
    padding: 5px 0px;
    text-align: center;
    box-sizing: border-box;
    min-width: 325px;
}

    .dvCampo > div {
        display: inline-table;
        vertical-align: top;
        width: 200px;
        text-align: right;
        border: 0px solid red;
        padding-right: 25px;
    }

        .dvCampo > div > label {
            font-weight: normal;
            color: #888;
        }

    .dvCampo > textarea {
        width: 375px;
        resize: vertical;
    }

    .dvCampo > input {
        display: inline-table;
        vertical-align: top;
        width: 375px;
    }


.dvRpBienvenido {
    text-align: left;
    padding: 20px 15px;
    margin: 0px 0px 20px 0px;
    background-color: #ebf1ff;
    display: none;
}

    .dvRpBienvenido h2 {
        margin: 0px 0px 15px 0px;
        color: #003684;
        font-size: 1.6em;
    }

    .dvRpBienvenido b {
        color: #003684;
    }


/*-------------------MARQUEE----------------------*/
.marquee {
    font-size: 0.85em;
    color: #3e5298;
    width: 450px;
    height: 20px;
    margin: 0px auto;
    padding-top: 3px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color 350ms;
    -moz-transition: background-color 350ms;
    transition: background-color 350ms;
}

    .marquee p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        filter: dropshadow(color=#000000, offx=1, offy=1);
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

        .marquee p:nth-child(1) {
            animation: left-one 20s ease infinite;
            -moz-animation: left-one 20s ease infinite;
            -webkit-animation: left-one 20s ease infinite;
        }

        .marquee p:nth-child(2) {
            animation: left-two 20s ease infinite;
            -moz-animation: left-two 20s ease infinite;
            -webkit-animation: left-two 20s ease infinite;
        }

    .marquee.down p {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

        .marquee.down p:nth-child(1) {
            animation: down-one 20s ease infinite;
            -moz-animation: down-one 20s ease infinite;
            -webkit-animation: down-one 20s ease infinite;
        }

        .marquee.down p:nth-child(2) {
            animation: down-two 20s ease infinite;
            -moz-animation: down-two 20s ease infinite;
            -webkit-animation: down-two 20s ease infinite;
        }

    .marquee.up p {
        transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }

        .marquee.up p:nth-child(1) {
            animation: up-one 20s ease infinite;
            -moz-animation: up-one 20s ease infinite;
            -webkit-animation: up-one 20s ease infinite;
        }

        .marquee.up p:nth-child(2) {
            animation: up-two 20s ease infinite;
            -moz-animation: up-two 20s ease infinite;
            -webkit-animation: up-two 20s ease infinite;
        }

/*================================
	Move the Marquee to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
    0% {
        -moz-transform: translateX(100%);
    }

    10% {
        -moz-transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-moz-keyframes left-two {
    0% {
        -moz-transform: translateX(100%);
    }

    50% {
        -moz-transform: translateX(100%);
    }

    60% {
        -moz-transform: translateX(0);
    }

    90% {
        -moz-transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

/** Webkit Keyframes **/
@-webkit-keyframes left-one {
    0% {
        -webkit-transform: translateX(100%);
    }

    10% {
        -webkit-transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes left-two {
    0% {
        -webkit-transform: translateX(100%);
    }

    50% {
        -webkit-transform: translateX(100%);
    }

    60% {
        -webkit-transform: translateX(0);
    }

    90% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.hoverInfograma:hover {
    border: 1px solid #3e5298;
    /*transicion*/
    transition: 0.5s ease;
    -moz-transition: 0.5s ease; /* Firefox */
    -webkit-transition: 0.5s ease; /* Chrome - Safari */
    -o-transition: 0.5s ease; /* Opera */
}

.bt_menu {
    position: relative;
}

    .bt_menu > img {
        display: inline-table;
        height: 35px;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    .bt_menu h2 {
        font-size: 1.05em;
        font-weight: normal;
        display: inline-table;
        margin: 0px;
        font-size: 0.9em;
        opacity: 0.9;
    }

.dvBotoneraHome{
    padding:20px 20px 0px 20px;
    display:none;
}

    .dvBotoneraHome > div {
        width: 100%;
        margin: 0px 0px 20px 0px;
        padding: 15px 0px;
        cursor: pointer;
        font-weight: normal !important;
        font-size: 1.2em !important;
        border-radius:8px;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }




/*Responsive*/
@media only screen and (max-width: 1115px) {
    #dvFooterDatos {
        margin-left: 10px;
    }

    #dvFooterAsociados {
        text-align: left;
    }

    .dvboxs {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {

    .tbBotonera td {
       margin-bottom: 10px;
    }

    .tbBotonera a {
        background-color: #e1eaff;
        font-size: 1.05em;
    }

    .dvBotoneraHome,
    .dvRpBienvenido {
        display: block;
    }

    .dvboxs > div {
        margin-bottom: 20px;
    }

    .dvboxs:hover > div {
        opacity: 1 !important;
    }

    #dvFooterAsociados {
        padding-left: 15px;
        box-sizing: border-box;
    }

    #contenedor {
        box-sizing: border-box;
        max-width: 100% !important;
    }

    #menu_bar,
    nav {
        display: block;
    }

    .EncabezadoParte2,
    .EncabezadoParte3,
    #dvBotoneraSuperior,
    #dvImagenReclamo,
    .imgImprimir {
        display: none;
    }



    #dvImagenReclamoResp {
        display: inline-table;
        vertical-align: top;
        border: 0px solid red;
        text-align: center;
        width: 265px;
        margin: 10px;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
    }

    #dvBotonera {
        width: 275px !important;
    }

    #dvContenidoSection {
        min-width: 290px;
    }

    .imgfooter {
        border: 0px solid red !important;
    }

        .imgfooter > a > img {
        }

    #dvBarraFooter {
        width: 100% !important;
    }

    #dvFooterAsociados {
        width: 100% !important;
        margin-left: 0px;
        box-sizing: border-box;
    }

    .dvDestacamos {
        width: 265px;
        margin: 15px 0px 17px 0px;
    }

    .dvlogodda {
        display: block;
    }

    .dvBotonera {
        width: 100%;
        border-radius: 0px;
        -moz-border-radius: 0px; /* Firefox */
        -webkit-border-radius: 0px; /* Safari y Chrome */
        background-color: #fff;
        vertical-align: top;
        -moz-box-shadow: 0px 0px 0px #fff;
        -webkit-box-shadow: 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px #fff;
    }

    body {
        background: #fff;
    }

    .divBarra {
        width: 100%;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }

    .dvBotonera {
        margin: 0px;
        padding: 0px;
        width: 95%;
    }

    .dvCampo > div,
    .dvCampo {
        text-align: left;
    }

        .dvCampo > div {
            width: 280px;
            box-sizing: border-box;
        }

    .dvCampo {
    }

        .dvCampo > textarea,
        .dvCampo > input {
            max-width: 300px;
        }

    .dvContenedorCampos {
        padding-left: 10px;
    }

    #dvDestacamos {
        height: 190px;
    }

    #dvDestacamos {
        display: none;
    }
}



.tbl_resolucion {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    text-align: center;
}

    .tbl_resolucion tr td {
        padding: 5px;
    }

    .tbl_resolucion thead tr {
        background: rgba(56,79,163,1);
        background: -moz-linear-gradient(top, rgba(56,79,163,1) 0%, rgba(124,140,198,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,79,163,1)), color-stop(100%, rgba(124,140,198,1)));
        background: -webkit-linear-gradient(top, rgba(56,79,163,1) 0%, rgba(124,140,198,1) 100%);
        background: -o-linear-gradient(top, rgba(56,79,163,1) 0%, rgba(124,140,198,1) 100%);
        background: -ms-linear-gradient(top, rgba(56,79,163,1) 0%, rgba(124,140,198,1) 100%);
        background: linear-gradient(to bottom, rgba(56,79,163,1) 0%, rgba(124,140,198,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384fa3', endColorstr='#7c8cc6', GradientType=0 );
    }

        .tbl_resolucion thead tr td {
            padding: 10px;
        }

    /*inpares*/
    .tbl_resolucion tbody tr:nth-child(odd) {
        background: #f1f1f3;
    }

    /* para las filas pares */
    .tbl_resolucion tbody tr:nth-child(even) {
        background: #ffffff;
    }

    .tbl_resolucion tbody tr:hover {
        background: #c5cee7;
    }

    .tbl_resolucion thead tr th {
        font-size: 1.4em;
        color: #fff;
        text-align: center;
    }

    .tbl_resolucion tbody tr td {
        font-size: 1.2em;
    }

    .tbl_resolucion thead tr th img {
        width: 10px;
        cursor: pointer;
    }

    .tbl_resolucion tbody tr td img {
        cursor: pointer;
    }

.anyo p {
    font-weight: bold;
    font-size: 20px;
    color: #a32227;
}

.datos_disponibles {
    font-size: 13px;
    text-align: right;
}

.campos_resolucion {
    display: inline-block;
}

    .campos_resolucion select {
        width: 40%;
        min-width: 290px;
        height: 25px;
        margin: 5px 0px;
    }


.dvContentFlexOrganizacion > div {
    margin-bottom: 15px;
}

    .dvContentFlexOrganizacion > div:last-child {
        margin-bottom: 0px;
    }

.dvLeftImg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.dvRightImg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.dvLeftImg img {
    width: 250px;
    margin: 15px 15px 0px 0px;
}

.dvRightImg img {
    width: 250px;
    margin: 15px 0px 0px 15px;
}



@media screen and (max-width:750px) {
    #dvFooterAsociados {
        width: 100% !important;
        box-sizing: border-box;
    }

    #dvFooterDatos {
        display: none;
    }


    #dvfooterdesktop {
        display: none;
    }

    .dvfooterdesktop {
        display: inline-table;
        font-size: 1.12em;
    }

    #dvfootermovil {
        display: inline-table;
    }

    .datos_disponibles {
        text-align: right;
    }
}


@media screen and (max-width:700px) {
    .dvLeftImg {
        flex-direction: column;
    }

    .dvRightImg {
        flex-direction: column-reverse;
    }

        .dvLeftImg > div:first-child,
        .dvRightImg > div + div {
            display: inline-table !important;
            text-align: center;
            width: 100%;
        }

        .dvLeftImg img,
        .dvRightImg img {
            width: 100%;
            max-width: 240px;
            margin-right: 0px;
            display: inline-table;
        }
}
