/* LISTADO DE ARCHIVOS ADJUNTOS*/
#adjuntos{
    clear:right;
    width:450px;
    padding:10px;
    margin:0px;
  font-size: 0.7em;
   
    
}
#adjuntos_cabecera {
  text-align:center;
  font-weight:bold;
  padding:4px;
  border-bottom: 1px solid #CBCBE3;
}
.adjuntos_linea{
  clear:left;
  float:left;
  width:100%;
  border-bottom: 1px solid #dddddd;
}
.adjuntos_titulo {
  float:left;
  width:350px;
  padding: 4px 0px 4px 4px;
  text-align:left;
  
}
.adjuntos_archivo {
  float:right;
  padding: 4px 0px 4px 4px;
  text-align:right;
  
}
