@media (min-width:768px){
.documentos .icono a{
    display: block;
    height: 90%;
    width: 100%;
    margin: auto;}
}
.documentos {
    border-bottom: 1px solid #ddd;
    float: left;
    margin-top: 50px;
    padding-bottom: 10px;
    width: 100%;
}
@media (max-width:767px){
.documentos .icono a {
    display: block;
    height: 58px;
    width: 46px;
    margin: auto;
}
}
.documentos .nombre {
    display: block;
}
.documentos .infoDocumentos .fecha {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}
.numeroDoc {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 40px;
}
.subcategorias {
    float: left;
    width: 100%;
}
.documentos .pdf {
    background: url(/mod/Documentos/img/pdf.png) center no-repeat;
}
.documentos .doc {
    background: url(/mod/Documentos/img/doc.png) center no-repeat;
}
.documentos .rar{
    background: url(/mod/Documentos/img/rar.png) center no-repeat;
}
.documentos .zip{
    background: url(/mod/Documentos/img/zip.png) center no-repeat;
}
.documentos .xls{
    background: url(/mod/Documentos/img/xls.png) center no-repeat;
}
.documentos .ppt{
    background: url(/mod/Documentos/img/ppt.png) center no-repeat;
}
.documentos .default{
    background: url(/mod/Documentos/img/default.png) center no-repeat;
}