.asitenciasList {
}
  .asitenciasList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .asitenciasList li {
    padding-left: 30px;
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.2em;
    background: url(../images/ico/cal2.gif) no-repeat 0 0;
  }
  .asitenciasList li.last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .asitenciasList .admin_options {
    float: right;
    display: inline;
  }
  .asitenciasList .title {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0.25em;
  }



.eventosList {
}
  .eventosList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .eventosList li {
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.2em;
  }
  .eventosList li.last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .eventosList .admin_options {
    float: right;
    display: inline;
  }
  .eventosList .image {
    float: left;
    display: inline;
    margin: 0 15px 5px 0;
    border: 1px solid #c0c0c0;
  }
  .eventosList .title {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0.25em;
  }
  .eventosList .text {
    margin: 0.3em 0;
  }
  
  .eventosList .right_info strong, .eventosList .num_asistentes strong {
    font-weight: normal;
    color: #c90914;
    background-color: transparent;
  }
  
  
.eventosList2 {
}
  .eventosList2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .eventosList2 li {
    padding-left: 90px;
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.2em;
  }
  .eventosList2 li.last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }

  .eventosList2 .right_info {
    float: right;
    display: inline;
    margin: 0 0 5px 15px;
    text-align: right;
  }
  .eventosList2 .image {
    float: left;
    display: inline;
    margin: 0 0 0 -90px;
    border: 1px solid #c0c0c0;
  }
  .eventosList2 .title {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0.25em;
    font-weight: bold;
  }
  .eventosList2 .text {
    margin: 0.3em 0;
  }
  
  .eventosList2 .right_info strong, .eventosList2 .num_asistentes strong {
    font-weight: normal;
    color: #c90914;
    background-color: transparent;
  }


.asistentesList ul.people li {
  width: 120px;
  margin-right: 15px;
}
.asistentesList ul.people li.last {
  margin-right: 0;
}
.asistentesList .more {
  text-align: right;
}

.eventoDetail {
}
.eventoDetail .image {
  float: left;
  display: inline;
  border: 1px solid #ddd;
  margin: 0 15px 5px 0;
}
.eventoDetail .metainfo {
  margin: 1em 0;
}
.eventoDetail .meta.url {
  margin-top: 1em;
}
.eventoDetail .body-image {
  float: right;
  display: inline;
  margin: 0 0 5px 20px
}  
.eventoDetail .share-options {
  clear: both;
  text-align: right;
  margin: 2em 0 0 0;
  font-weight: bold;
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}
  .eventoDetail .share-options a {
    margin-left: 20px;
  }
  

.calendar {
}  
.calendar table {
  margin: 0 auto;
  width: auto;
}
.calendar tr.month_names, .calendar tr.month_names a {
  background: #c51015;
  color: #fff;
  text-decoration: none;
}
.calendar tr.day_names {
  display: none;
}  
  
.calendar th, .calendar td {
  border: 1px solid #ddd;
  text-align: right;
  padding: 4px;
  width: 25px;
  line-height: 25px;
  text-align: right;
  vertical-align: middle;
}
.calendar .month_names th {
  border: none;
  text-align: center;
}
.calendar .month_names .previous {
  text-align: left;
}
  .calendar .month_names .previous a {
    margin-left: 5px;
  }
.calendar .month_names .next {
  text-align: right;
}
  .calendar .month_names .next a {
    margin-right: 5px;
  }
.calendar .otherMonth {
  background: #f4f4f4;
  color: inherit;
}
.calendar .weekend {
  font-weight: bold;
}
.calendar .day a {
  display: block;
  width: 100%;
}

/*  
.calendar {
}

.calendar table {
  margin: 0 auto;
  width: auto;
}
.calendar .caption {
  display: block;
  text-align: center;
  background: #c51015;
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 1.1em;
}
.calendar .caption a {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 1.5em;
  font-size: 1.2em;
}
.calendar caption a.next {
  left: auto;
  right: 5px;
}
.calendar th, .calendar td {
  border: 1px solid #ddd;
  text-align: right;
  padding: 4px;
}
.calendar th span, .calendar td span {
  display: block;
  width: 20px;
  line-height: 20px;
}
.calendar td a {
  font-weight: bold;
}
*/