/*= CORE CSS */
.hidden {
	display: none;
}

.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}

.eventCalendar-wrap .arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}

.eventCalendar-wrap .prev {
	left: 3px;
}

.eventCalendar-wrap .next {
	right: 3px;
}

.eventsCalendar-currentTitle .monthTitle {
	display: block;
	text-align: center;
}

.eventsCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.eventsCalendar-monthWrap.currentMonth {
	z-index: 1;
}

.eventsCalendar-daysList {
	display: table;
	width: 100%;
	padding-left: 0px;
}

.eventsCalendar-daysList.showAsWeek {
	display: block;
}

.eventsCalendar-daysList li {
	display: table-cell;
}

.eventsCalendar-daysList li.today {
	/*background: none repeat scroll 0 0 #ccc;
			border:1px solid #ccc;*/
	/*border-radius:50%;*/
	
}

.eventsCalendar-daysList li.dayWithEvents {
	background: none repeat scroll 0 0 #999999;
	color: #ffffff !important;
	/*border-radius:50%;*/
}

.eventsCalendar-daysList li.dayWithoutEvents {
	background: none repeat scroll 0 0 #999999;
	color: #ffffff !important;
	/*border-radius:50%;*/
}

.eventsCalendar-daysList li.current {
	/*background: none repeat scroll 0 0 #999999;*/
	/*border-radius:50%;*/
	
}

.eventsCalendar-daysList.showAsWeek li {
	display: block;
	float: left;
	height: 31px;
	margin: 2px 1%;
	width: 12%;
}

.eventsCalendar-daysList li a {
	padding: 7px;
	display: block;
	text-align: center;
	font-size: 1.6em;
	min-width: 7px;
}

.eventsCalendar-daysList li.dayWithEvents a {
	color: #FFFFFF !important;
}

.eventsCalendar-daysList li.dayWithoutEvents a {
	color: #FFFFFF !important;
}

.eventsCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
}

.eventsCalendar-list {
	position: relative;
	z-index: 1;
}

.eventsCalendar-list.oldEventList {
	z-index: 2;
}

.eventsCalendar-subtitle {
	padding-left: 5px;
	font-weight: bold;
	font-size: 120%;
}
/* end of core CSS */
.eventsCalendar-slider {
	margin-top: 5px;
}

.eventsCalendar-currentTitle {
	border-bottom: 1px solid #dadada;
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 10px;
	background: #D6E3AD;
}

.eventsCalendar-currentTitle a {
	text-decoration: none;
	cursor: default;
}

.eventsCalendar-list-wrap {
	display: none;
}

.eventCalendar-wrap .arrow {
	color: #fff;
	line-height: 28px;
	padding: 0px 10px;
	text-decoration: none;
	top: 9px;
}

.eventsCalendar-day-header {
	font-size: 1.4em;
}

.eventCalendar-wrap .next span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	float: left;
	/* text-indent: -5000px; */
}

.eventCalendar-wrap .prev span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	float: left;
}

.eventsCalendar-daysList li.libre {
	background: none repeat scroll 0 0 #067fb6;
}

.eventsCalendar-daysList li.conPlazas {
	background: none repeat scroll 0 0 #93ae3b;
}

.eventsCalendar-daysList li.sinPlazas {
	background: none repeat scroll 0 0 #FF5555;
}