td.file {
  padding-left: 50px;
  background-position: 15px 5px;
}
  td.file .title {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
  }
  

.boletinDetail {
  background: url(../images/ico/file.gif) no-repeat 0 0;
  padding-left: 30px;
}
  .boletinDetail .title {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .boletinDetail .metainfo {
    margin: 0.6em 0;
    color: inherit;
    background-color: transparent;
  }
  .boletinDetail .meta {
    color: inherit;
    background-color: transparent;  
  } 
  .boletinDetail .meta strong {
    font-weight: normal;
  }   



.boletinesList {
}
  .boletinesList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .boletinesList li {
    padding: 0 0 0.6em 50px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0.6em;
  }
  .boletinesList li.file {
    background-position: 10px 0;
  }  
  .boletinesList li.last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .boletinesList .title {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .boletinesList .user-options {
    float: right;
    display: inline;
  }
    .boletinesList .user-options a {
      margin-left: 5px;
    }
