#tag div.titulo{font-size: 16pt; text-align: left; font-size:22px; float: left; width: 100%;}

#tag_noticias {margin:10px 0; float: left; width: 100%;}
#tag_noticias div.noticia{margin:10px 0; float: left; width: 100%;}
#tag_noticias div.noticia a {float: left; width: auto; font-size: 18px;}
#tag_noticias div.descripcion{font-size: 14px; float: left; width: 100%;}

#tag_productos_catalogo .caja_catalogo_prod {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    float: left;
    justify-content: flex-start;
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
}
#tag_productos_catalogo .caja_catalogo_prod div.elemento {
    float: left;
    margin: 10px 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 31.3%;
}
#tag_productos_catalogo .caja_catalogo_prod .imagen {float: left; width: 100%; margin-bottom: 15px;}
#tag_productos_catalogo .caja_catalogo_prod div.post-img > a {float: right;}
#tag_productos_catalogo .caja_catalogo_prod div.post-img > a:first-child {float: left; width: 55%;}
#tag_productos_catalogo .caja_catalogo_prod div.post-img .nombre { float: left; width: 100%; color: #8c8c8c;}
#tag_productos_catalogo .caja_catalogo_prod div.post-img .precio {float: left; width: 100%; color: #38a8db; font-size: 20px;}
#tag_productos_catalogo .caja_catalogo_prod div.post-img .boton-consultar {
    background-color: #000000;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    float: left;
    max-width: 45%;
    padding: 15px 5px;
    font-weight: bold;
}
#tag_productos_catalogo .caja_catalogo_prod div.post-img .boton-consultar:hover { border-radius: 5px; opacity: 0.8}

#tag_productos_catalogo .caja_catalogo_prod .pre-img {display: none;}

#tag_productos_catalogo .caja_catalogo_prod .paginacion {float: left; width: 100%;}

@media(max-width: 1200px) { 
}

@media(max-width: 992px) {  
    #tag_productos_catalogo #caja_subcategorias div.elemento { width:23%; margin: 1%;}
    #tag_productos_catalogo .caja_catalogo_prod div.elemento {width:46%; margin: 2%;}
}

@media(max-width: 768px) {  
    #tag_productos_catalogo #caja_subcategorias div.elemento { width:31.3%; margin: 1%;}
    #tag_productos_catalogo .caja_catalogo_prod div.elemento {width:31.3%; margin: 1%;}
}

@media(max-width: 480px) {  

    #tag_productos_catalogo #caja_subcategorias div.elemento { width:48%; margin: 10px 1%;}
    #tag_productos_catalogo .caja_catalogo_prod {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
        float: left;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #tag_productos_catalogo .caja_catalogo_prod div.elemento {
        width:96%; 
        margin: 10px 2%;
    }
}