.tabla_Catalogo {
    border: 1px solid #e1e8ee;
}

    .tabla_Catalogo .hidden {
        display: none;
    }

    .tabla_Catalogo p {
        padding: 8px 20px;
        margin: 0;
    }

    .tabla_Catalogo .tabla_Catalogo-titulo {
        background: #3A6BD4;
        border: 1px solid #3A6BD4;
        color: #FFFFFF;
        font-weight: 700;
        text-transform: uppercase;
    }

    .tabla_Catalogo p:nth-of-type(2) {
        margin-top: 0;
        margin-bottom: 0;
        padding: 8px 20px;
        border-bottom: 1px solid #e1e8ee;
    }

    .tabla_Catalogo p:nth-of-type(3) {
        width: 80%;
        display: inline;
        margin-top: 0;
        margin-bottom: 0;
        padding: 8px 20px;
    }


    .tabla_Catalogo p:nth-of-type(2) a {
        float: right;
        margin-top: 0;
    }


    .tabla_Catalogo ul {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .tabla_Catalogo ul li {
            border-bottom: 1px solid #e1e8ee;
            background: none !important;
            min-height: 45px;
            /* padding-left: 35px !important; */
            margin-bottom: 0 !important;
            margin-top: 0;
            display: flex !important;
            flex-direction: row !important;
            align-items: center;
            box-sizing: border-box;
        }

            .tabla_Catalogo ul li a {
                margin-top: 0;
                cursor: pointer;
            }

                .tabla_Catalogo ul li a:first-of-type {
                    width: 60%;
                    min-width: 80%;
                    max-width: 80%;
                    text-align: left;
                    padding-left: 20px;
                    box-sizing: border-box;
                }


    .tabla_Catalogo p:nth-child(2) + ul:first-of-type li a:nth-child(2) {
        width: 20%;
        height: 51px;
        display: flex;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: right 38px center;
        background-size: 26px;
        background-image: url("../img/rdf.svg");
    }

        .tabla_Catalogo p:nth-child(2) + ul:first-of-type li a:nth-child(2):hover {
            background-image: url("../img/rdfHover.svg");
        }


    .tabla_Catalogo .tabla_Catalogo-fila {
        display: flex;
        border-bottom: 1px solid #e1e8ee;
    }

        .tabla_Catalogo .tabla_Catalogo-fila p {
            width: 60%;
            align-items: center;
            display: flex;
        }

        .tabla_Catalogo .tabla_Catalogo-fila ul {
            width: 40%;
            display: flex;
            justify-content: flex-end;
        }

            .tabla_Catalogo .tabla_Catalogo-fila ul li {
                width: 90px;
                /* display: inline-block; */
                border-bottom: none !important;
            }

                .tabla_Catalogo .tabla_Catalogo-fila ul li a {
                    height: 50px;
                    display: flex;
                    justify-content: center;
                    background-repeat: no-repeat;
                    /*background-position: center;*/
                    background-position: right 22px center;
                    background-size: 26px;
                    cursor: pointer;
                    background-image: url("../img/rdf.svg");
                }

                .tabla_Catalogo .tabla_Catalogo-fila ul li input[type=submit] {
                    /* background-position: right 35px center !important; */
                    margin-left: 10px;
                    background-color: #fff;
                    width: 100%;
                    min-width: 0em !important;
                }

                .tabla_Catalogo .tabla_Catalogo-fila ul li:first-of-type input[type=submit] {
                    background-image: url("../img/xls.svg");
                    height: 51px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 26px;
                    border: 0 !important;
                    cursor: pointer !important;
                    background-color: white;
                    width: 31px;
                }

                .tabla_Catalogo .tabla_Catalogo-fila ul li:nth-of-type(2) input[type=submit] {
                    background-image: url("../img/pdf.svg");
                    height: 51px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 26px;
                    border: 0 !important;
                    cursor: pointer !important;
                    background-color: white;
                    width: 31px;
                }


                .tabla_Catalogo .tabla_Catalogo-fila ul li:nth-of-type(3) input[type=submit] {
                    background-image: url("../img/csv.svg");
                    height: 51px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 26px;
                    border: 0 !important;
                    cursor: pointer !important;
                    background-color: white;
                    width: 31px;
                }

                .tabla_Catalogo .tabla_Catalogo-fila ul li a {
                    width: 20%;
                    height: 51px;
                    display: flex;
                    justify-content: center;
                    background-repeat: no-repeat;
                    background-position: right 22px center;
                    background-size: 26px;
                    background-image: url("../img/rdf.svg");
                }

                .tabla_Catalogo .tabla_Catalogo-fila ul li a:hover {
                    background-image: url("../img/rdfHover.svg");
                }

                .tabla_Catalogo .tabla_Catalogo-fila ul li:first-of-type input[type=submit]:hover {
                    background-image: url("../img/xlsHover.svg");
                    height: 51px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 26px;
                    border: 0 !important;
                    cursor: pointer !important;
                    background-color: white;
                    width: 31px;
                }

                .tabla_Catalogo .tabla_Catalogo-fila ul li:nth-of-type(2) input[type=submit]:hover {
                    background-image: url("../img/pdfHover.svg");
                    height: 51px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 26px;
                    border: 0 !important;
                    cursor: pointer !important;
                    background-color: white;
                    width: 31px;
                }


                .tabla_Catalogo .tabla_Catalogo-fila ul li:nth-of-type(3) input[type=submit]:hover {
                    background-image: url("../img/csvHover.svg");
                    height: 51px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 26px;
                    border: 0 !important;
                    cursor: pointer !important;
                    background-color: white;
                    width: 31px;
                }

        .tabla_Catalogo .tabla_Catalogo-fila p:nth-child(3) + ul li {
            padding-left: 4px !important;
        }

@media screen and (min-width: 0px) and (max-width: 767px) and (min-resolution:1dppx), only screen and (min-device-width: 0px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .tabla_Catalogo .tabla_Catalogo-fila {
        display: flex;
        flex-direction: column;
    }

        .tabla_Catalogo .tabla_Catalogo-fila p {
            width: 100%;
        }

        .tabla_Catalogo .tabla_Catalogo-fila ul {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

            .tabla_Catalogo .tabla_Catalogo-fila ul li {
                padding-left: 0 !important;
            }
}

@media only screen and (min-width: 768px) and (max-width: 1140px) and (min-resolution: 2dppx), only screen and (min-device-width: 768px) and (max-device-width: 1140px) and (-webkit-min-device-pixel-ratio: 2) {
    .tabla_Catalogo .tabla_Catalogo-fila p {
        width: 59%
    }
}

@media screen and (min-width: 768px) and (max-width: 1140px) and (min-resolution:2dppx) and ( orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1140px) and (-webkit-min-device-pixel-ratio: 2) and ( orientation: landscape) {
    .tabla_Catalogo .tabla_Catalogo-fila p {
        width: 59.4%
    }
}
