.enlacesList {
}
  .enlacesList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .enlacesList li {
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.2em;
  }
  .enlacesList li.last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  
.enlace {
  padding-left: 120px;
}

.enlace .image img {
  float: left;
  display: inline;
  border: 1px solid #ccc;
  margin: 0 15px 5px -120px;
}
.enlace .title {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.enlace .title .shared {
  font-size: 0.9em;
  font-weight: normal;
}
  .enlace .title .shared strong {
    font-weight: normal;
    color: #c90914;
    background-color: transparent;
  }
.enlace .admin_options {
  float: right;
  display: inline;
}
  .enlace .admin_options a {
    margin-left: 5px;
  }
.enlace .text {
  width: 65%;
}  
.enlace .meta strong {
   color: #c90914;
 }
 .enlace .options {
   text-align: right;
   font-weight: bold;
 }  
.enlace .options {
  margin-top: -1.5em;
}
 .enlace .options a {
    margin-left: 15px;
 }
.enlace .user-options {
  margin-top: 2.5em;
}
.enlace .user-options a {
  font-weight: bold;
  margin-right: 25px;
}
