/*.lg-gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50%;
}
.lg-gallery-item img {
    border: 2px solid #cfcfcf;
}
#archivos_subidos td{
    padding: 6px;
    vertical-align: middle;
}*/
.lg-gallery-ioert ul{
    padding: 0
}
.lg-gallery-ioert li{
 list-style: none;
    width:90%;
    margin: auto;
    margin-bottom: 12%;
}
.lg-gallery-ioert img{
border: 2px solid #cfcfcf;
}


@media screen and (min-width: 480px){
    .lg-gallery-ioert li{
    width:48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 6%;
}

.lg-gallery-ioert li:nth-child(2n){
        margin-right: 0;
}


.lg-gallery-ioert li:nth-child(2n+1){
        clear:both
}
} 
/*
ul.lg-gallery-ioert{
    width: 100%;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
}

.lg-gallery-ioert li{
    height: 197px;
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    padding: 0;
    
    list-style-type: none;
}
.boxgrid{
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    width: 292px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
.lg-gallery-ioert li a {
    display: block;
    
}
.boxgrid img {
    top: 0;
    left: 0;
    border: 0;
    border: solid 6px #cfcfcf;
}
.boxgrid span{
    text-align: center;
    padding: 5px;
}*/