﻿.Filters {
    top: 5px;
    height: 60px;
    width: 98%;
    right: 1%;
    left: 1%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tablasecundariaC {
    top: 65px;
    bottom: 0px;
    width: 98%;
    left:1%;
    right:1%;
    position: absolute;
    overflow-x: auto;
    overflow-y: auto;
}

    .tablasecundariaC::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #99e9ff;
        border-radius: 5px;
    }

    .tablasecundariaC::-webkit-scrollbar {
        width: 5px;
        height:5px;
        background-color: #F5F5F5;
    }

    .tablasecundariaC::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
    }



.Label2 {
    color: transparent;
}

.combo {
    height: 25px;
    width: 17%;
    font-size: 14px;
    left: 90px;
    position: absolute;
    border-radius: 5px;
    transition: all 500ms ease;
    text-align:center;

}

    .combo:hover {
        background: rgba(0,0,0,0);
        box-shadow: inset 0 0 0 3px #c1c1c1;
    }

.txt {
    height: 25px;
    font-size: 14px;
    width: 17%;
    left:29%;
    position: absolute;
    border-radius: 5px;
    transition: all 500ms ease;
}

.txt2 {
    height: 25px;
    font-size: 14px;
    width: 17%;
    left: 47%;
    position: absolute;
    border-radius: 5px;
    transition: all 500ms ease;
}

.txt3 {
    height: 25px;
    font-size: 14px;
    left: 65%;
    width: 17%;
    position: absolute;
    border-radius: 5px;
    transition: all 500ms ease;
}

.Label {
    font-weight: 700;
    font-size: 20px;
    color: rgb(0, 60, 95);
}



.Buscar {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 30px;
    width: 15%;
    right: 1%;
    position: absolute;
    margin: auto;
    background: #2c5367;
    color: #f2f2f2;
    padding: 0px;
    font-size: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 500ms ease;
    text-align: center;
}

    .Buscar:hover {
        background: rgba(0,0,0,0);
        color: #2c5367;
        box-shadow: inset 0 0 0 3px #3a7999;
    }

.tablacatalogo{
    height:100%;
}

.slidecatalogo {
    width: 280px;
    height: 200px;
}

.anchotabla{
    width:280px;
}

.anchotabla2{
    width:280px;
    height:50px;
}

.datalist {
    height: 100%;
    width: 98%;
    left: 2%;
    position: absolute;
}


.titulocapo {
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: rgb(0, 60, 95);
}

.letranormal {
    font-size: 14px;
    text-decoration: none;
}






.select12 {
    text-align: center;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 280px;
    height: 75%;
    font-size: 14px;
    margin: auto;
    background: #2c5367;
    color: #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 500ms ease;
    text-decoration: none;
}

    .select12:hover {
        background: rgba(0,0,0,0);
        color: #2c5367;
        box-shadow: inset 0 0 0 3px #3a7999;
    }


