.actividades {
    /*color: #ccc;*/
  	color: #555;
    margin: 0 16px;
}

.actividades.cargando {
    background-color: #eeeeee;
    border: 1px dotted #333333;
    color: #000000;
    height: 100px;
    margin-bottom: 10px;
    padding-top: 40px;
    text-align: center;
}

.actividades .evento {
    /*color: #ccc;*/
  	color: #555;
    text-align: left;
    overflow: hidden;
    margin-bottom: 10px;
}


.actividades .evento .imagenevento {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.actividades .evento .tipoevento {
    color: #929895;
    font-family: "Roboto",sans-serif;
    font-size: .687rem;
    font-weight: 300;
    line-height: 14px;
}

.actividades .evento .tituloevento {
    color: #3a3a3a;
    font-family: "Roboto",sans-serif;
    font-size: .875rem;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 2px;
}

/* Formato 2 */
.actividades.formato2 .eventoHome {
    margin-bottom: 30px; 
}

.actividades.formato2 .eventoHome .columnaDerechaEventoHome {
    padding-left:13px;
}

.actividades.formato2 .cuadradoFechaHome {
    border:1px solid #d5ded9;
    display:block;
    max-width:200px;
    width:100%;
}

.actividades.formato2 .cuadradoFechaHome .diaSemana {
    background:#d5ded9;
    display:inline-block;
    vertical-align:top;
    width:100%;
    text-align:center;
    /*color:#878787;*/
  	color:#5e5e5e;
    font-size: 1.125rem;
    line-height:39px;
}

.actividades.formato2 .cuadradoFechaHome .fechaSemana {
    display:inline-block;
    vertical-align:top;
    width:100%;
    text-align:center;
    /*color:#878787;*/
  	color:#707070;
    font-size: 1.875rem;
    line-height:39px;
}

.actividades.formato2 .cuadradoFechaHome .mesSemana {
    display:inline-block;
    vertical-align:top;
    width:100%;
    text-align:center;
    /*color:#878787;*/
  	color:#707070;
    font-size: 1.125rem;
    line-height:39px;
}

.actividades.formato2 .separadorCuadradoFecha{
    margin-top:16px;
    display:block;
    width:100%;
    height:1px;
    background:#d5ded9;
    max-width:200px;
    display: none;
}

.actividades.formato2 .eventoHome .categoriaEventoHome {
    display:block;
    /*color:#929895;*/
  	color: #707070;
    font-size: 1rem;
    line-height:18px;
    font-family:"Roboto", sans-serif;font-weight:300;
  	margin-bottom: 0;
}

.actividades.formato2 .eventoHome .tituloEventoHome {
    display:block;
    color:#3a3a3a;
    font-size: .937rem;
    line-height:15px;
    font-family:"Roboto", sans-serif;
    font-weight:normal;
    padding-bottom:10px;
    padding-top:10px;
}

.actividades.formato2 .eventoHome p {
    display:block;
    color:#747675;
    font-size: .812rem;
    line-height:15px;
    font-family:"Roboto", sans-serif;
    font-weight:300;
}
