.documentos {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.documentos:first-child {
  border: 0;
}
.documentos .icono a {
  display: block;
  height: 58px;
  width: 46px;
  margin: auto;
}
.documentos .nombre {
  display: block;
  word-break: break-word;
}
.documentos .infoDocumentos .fecha {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
.documentos .pdf {
  background: url(mod/Publicaciones/img/pdf.png) center no-repeat;
}
.documentos .doc {
  background: url(mod/Publicaciones/img/doc.png) center no-repeat;
}
.documentos .rar{
  background: url(mod/Publicaciones/img/rar.png) center no-repeat;
}
.documentos .zip{
  background: url(mod/Publicaciones/img/zip.png) center no-repeat;
}
.documentos .xls{
  background: url(mod/Publicaciones/img/xls.png) center no-repeat;
}
.documentos .ppt{
  background: url(mod/Publicaciones/img/ppt.png) center no-repeat;
}
.documentos .default{
  background: url(mod/Publicaciones/img/default.png) center no-repeat;
}