.flex-container{
	-ms-display: flex;
	display: flex;
	/*align-items: center;*/
	/*justify-content: center;*/
}

.item-fecha-pasada a{
	text-decoration: none;
	color: black;
	-ms-display: flex;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;

	width: 100px;
	height: 100px;

	background: rgb(235,241,246);
	background: -moz-linear-gradient(-45deg, rgb(232, 232, 232) 0%, rgb(199, 199, 199) 50%, rgb(169, 169, 169) 51%, rgb(230, 230, 230) 100%);
	background: -webkit-linear-gradient(-45deg, rgb(232, 232, 232) 0%, rgb(199, 199, 199) 50%, rgb(169, 169, 169) 51%, rgb(230, 230, 230) 100%);
	background: linear-gradient(135deg, rgb(232, 232, 232) 0%, rgb(199, 199, 199) 50%, rgb(169, 169, 169) 51%, rgb(230, 230, 230) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 );		 
}

.item-fecha a{
	text-decoration: none;
	color: black;
	-ms-display: flex;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;

	width: 100px;
	height: 100px;

	background: rgb(235,241,246);
	background: -moz-linear-gradient(-45deg, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%);
	background: linear-gradient(135deg, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 );
}

.item-fecha a:hover{
	text-decoration: none;
	color: white;
	
}

.mesEvento{
	font-weight: bolder;
	font-size: 1.7em;
}

.diaEvento{
	font-weight: bolder;
	font-size: 3.5em;
	margin: 0;
}

.item-evento{
	padding: 0 0 0 10px;
	width: 75%;
	/*height: 100px;*/
}

.item-evento .tituloEvento{
	margin-bottom: 5px;
	font-weight: bolder;
	font-size: 1.8em;
	border-bottom: 1.5px solid black;
}

.item-evento .tituloEvento a{
	text-decoration: none;
	color: #325470;
}

.item-evento .tituloEvento a:hover{
	text-decoration: none;
	color: #5A8291;
}

.item-evento .fechaEvento{
	font-size: 1.1em;
}

.item-evento .descEvento{
	font-size: 1.3em;
}

.item-evento .lugarEvento{
	font-size: 1.2em;
}

.paginacionEventos{
	background-color: #e0e0e0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.paginacionEventos a{
	text-decoration: none;
}

.paginacionEventos a:hover{
	text-decoration: underline;
}

.activo{
	font-size:1.5em;
	font-weight: bolder;
	margin: 0 2px;
}
.number{
	font-size:1.2em;
}

.btnDescargaICS{
	height: 75px;
	border-radius: 5px;
	margin-bottom: 15px;
	background-color: #92b5d1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	font-weight: bolder;
	color: black;
}