.titulo-agenda h1{
	color: #c41234;
	text-align: left;
	font-size: 39px;
	font-weight: normal;
	margin-bottom: 3%;
}

.separador{
	background-color: #888;
	height: 1px;
    margin-bottom: 2%;
}

.evento {
	padding-bottom: 30px;
}

.evento .parte-evento .imagen-evento img{
	height: 50px;
	width: 120px;
}

.evento .imagen-evento {
	padding: 0;
	margin-right: 15px;
}

.evento .imagen-calendario {
	background: url("/wp-content/uploads/2016/07/imagen-calendario.png");
	background-repeat: no-repeat;
	width: 50px;
	height: 53px;
}

.evento .mes-evento, .evento .dia-evento {
	color: #C61331;
	text-transform: uppercase;
	text-align: center;
}

.evento .dia-evento {
	font-size: 12px;
	margin: -6px;
}

.evento .mes-evento {
	padding-top: 15px;
	font-size: 14px;
}

.evento .titulo-evento {
	font-size: 18px;
	text-transform: uppercase;
}

.evento .titulo-evento a, .evento .titulo-evento a:hover {
	color: #c41234;
	text-decoration: none;
}

.evento .fecha-evento p {
	font-size: 12px;
	font-weight: bold;
	color: #888;
}

.evento .descripcion-evento {
	font-family: sans-serif;
}