.font-size{
	font-size: 40px !important;
}

.font-size-admin{
	font-size: 30px !important;
}

.menu-opcion{
	/*background: tomato;*/
	height       : 180px;
	border-radius: 24px;
}

.container-calnedario{
	width     : 100%;
	height    : 100%;
}

.titulo-calendario{
	-webkit-text-fill-color: black;
	-webkit-text-stroke    : 1px white;
	text-align             : right;
	margin-right           : 3%;
}

.text-fecha{
	-webkit-text-fill-color: orange;
	-webkit-text-stroke    : 1px black;
	margin-right           : 3%;
}

.table-eventos{
	position: relative;
}

.table-eventos tr th{
	color     : orange;
	width     : 14%;
	text-align: center;
	font-size : 30px;
}

.table-eventos tr td{
	height: 80px;
}

.table-eventos tr td a{
	text-decoration: none;
	color: grey;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}