#calendario {
	margin-top:20px;
}

.circle {
	border-radius: 25%;
	padding: 3px 10px;
	margin-right:3px;
}

#tipoEventos {
	list-style: none;
	float: left;
}

#tipoEventos li {
	margin-top:10px;
	display: inline;
	margin-right:30px;
}

#tipoEventoCurso {
	background-color: blue;
}

#tipoEventoJornada {
	background-color: orange;
}

#tipoEventoOtros {
	background-color: green;
}

#tipoEventoPresentacion {
	background-color: grey;
}
.fc-content,.fc-view {
	float:left;
	width:100%;
}
table.fc-border-separate {
    float: left;
}
table.fc-border-separate tbody td {
	width:14%;
}
