
.conte_prod{
    width: 100%;
    margin-top: 0px;
    padding: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.titu_cate{
    width: 100%;
    text-align: center;
    color: #0075C5; 
    font-size: 32px;
    font-weight: bold;
}
.producto_lib{
    display: table;
    width: 50%;
    float: left;
    padding: 10px
}
.foto{
    display: table;
    width: 100%;
    float: left;
    border: solid 1px #CBCCCB;
}

.foto img{
    width: 100%;
}
.nombre{
    width: 100%;
    display: table;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 16px;
    color: #0075C5;
}
.precio{
    width: 100%;
    display: table;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 19px;
    color: #6EBF4F;
}
.agregar{
    width: 100%;
    display: table;
    background: #0075C5;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-bottom: 6px; 
}
.agregar a{
    color:white;
    text-decoration: none;
}
.ver{ 
    width: 100%;
    display: table;
    background: #0075C5;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}
.ver a{
    color:white;
    text-decoration: none;
}
.titu_cate{
        font-size: 32px;
    }
.menu_cate{ 
        display: table;
        text-align: center;
        width: 100%;
    }
.menu_cate select{
        appearance: none; /* Oculta el icono de flecha predeterminado */
        border: none;
        padding: 12px 0px;
        background:  #0075C5;
        color: white; 
        font-weight:bold;
        text-align: center;
        font-size: 20px;
        width: auto;
        margin: 10px;
    }
@media (min-width:1024px){
    .titu_cate{
        font-size: 52px;
    }
    .menu_cate{ 
        display: table;
        text-align: center;
        width: 100%;
    }
    .menu_cate select{
        appearance: none; /* Oculta el icono de flecha predeterminado */
        border: none;
        padding: 12px 0px;
        background:  #EFB810;
        color: white; 
        font-weight:bold;
        text-align: center;
        font-size: 20px;
        width: auto;
        margin: 10px;
    }
    .producto_lib{
    display: table;
    width: 25%;
    float: left;
    padding:20px; 
    }
    .nombre{
        font-size:19px;
    }
}