.magic-accordion ul.actions {
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0
}

.magic-accordion ul.actions li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 1px 0 0
}

.magic-accordion ul.actions li a, .magic-accordion ul.actions li a:visited
	{
	display: inline-block;
	background: #e74c3c;
	color: white;
	padding: 10px 20px;
	font-weight: bold
}

.magic-accordion ul.actions li a:hover, .magic-accordion ul.actions li a:visited:hover
	{
	text-decoration: none
}

.magic-accordion .magic-accordion .head {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	background: #26a65b;
	color: white;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px dotted white
}

.magic-accordion .magic-accordion .head.active {
	background: #e74c3c;
	border-bottom: 1px solid #e74c3c
}

.magic-accordion .magic-accordion .head.active i:before {
	content: "\f139"
}

.magic-accordion .magic-accordion .body {
	padding: 20px;
	border-left: 1px dotted #e74c3c;
	border-right: 1px dotted #e74c3c;
	border-bottom: 1px dotted #e74c3c
}

.magic-accordion ul {
	margin: 0 0 20px 20px
}

.magic-tabs .magic-tabs-tabs {
	overflow: hidden;
	margin: 0;
	list-style: none
}

.magic-tabs .magic-tabs-tabs .head {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: rgba(40, 44, 42, 0.05);
	border: 1px solid rgba(40, 44, 42, 0.1);
	border-top: 3px solid rgba(40, 44, 42, 0.1);
	border-bottom: none;
	display: inline;
	float: left;
	width: 200px;
	padding: 20px;
	text-align: center;
	border-right: none;
	cursor: pointer
}

.magic-tabs .magic-tabs-tabs .head.active {
	border-top: 3px solid #2CC185;
	border-bottom: 1px solid #e7ecea;
	position: relative;
	z-index: 3;
	background: #e7ecea;
	color: #2CC185
}

.magic-tabs .magic-tabs-tabs .head:last-child {
	border-right: 1px solid rgba(40, 44, 42, 0.1)
}

.magic-tabs .magic-tabs-contents {
	margin: 0;
	position: relative;
	overflow: hidden;
	top: -1px;
	z-index: 1
}

.magic-tabs .magic-tabs-contents .body {
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-ms-border-radius: 0 5px 5px 5px;
	-o-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	background: #e7ecea;
	list-style: none;
	padding: 20px;
	border: 1px solid rgba(40, 44, 42, 0.1)
}

/** CONTENIDO **/
.magic-accordion h3 {
	text-transform: uppercase;
	font-size: 1.2em;
}

.magic-accordion h3>a {
	color: #000 !important;
}

span.badge {
	float: right;
	color: #fff;
	margin-top: 0px;
	line-height: 23px;
	text-align: center;
	font-size: 0.8em;
	background: #999;
	border-radius: 14px;
	width: 22px;
}

ul.event-list {
	list-style: none;
}

ul.event-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid #DADADA;
	padding-bottom: 10px;
}

ui.event-list h4 {
	
}

.tipo-evento {
}

.fecha-evento {
	color: #aaa;
}

.fecha-evento-label {
	color: #555;
}

.tipo-edicion {
	font-size: 0.8em;
	font-style: italic;
}

.agenda-day-title {
	font-size: 1.2em;
    position: relative;
    top: 50%;
    margin-top: -0.6em;
}

a .day-title-day, a .day-title-day, .day-title-day a:active,
	.day-title-day a:hover, .day-title-day a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #AC033B;
}

a .day-title-month, .day-title-month, .day-title-month a {
	color: #333;
	font-weight: bold;
	text-transform: uppercase !important;
}

.day-title-year, .day-title-year a {
	color: #333;
}

.agenda-title {
	float: right;
	color: #DADADA;
	text-transform: uppercase !important;
}

.event-heading {
	font-size: 0.8em;
}

.event-list-wrapper {
	overflow: hidden;
}

#event-calendar {
	float: left;
	margin-right: 2em;
}

table.calendar-table td {
	padding: 8px;
	border: 1px solid #ccc;
	text-align: center;
}

#agenda-container {
	overflow: hidden;
}

#agenda-container div {
	vertical-align: top;
}

.calendar-container {
	margin: 0 20px 20px 0;
}

table.calendar-table td.other-month {
	background-color: #f5f5f5;
	color: #ccc;
}

.event-list h4 a {
	color: #333;
}

.event-list h4 a:hover {
	color: #AC033B;
}

/** CUSTOM 3 ***/
.custom-calendar-wrap {
	display: inline-block;
	float: left;
	margin: 0 0 0 0;
	padding: 1em;
	position: relative;
}

.custom-header {
	background: #fff;
	padding: 5px 10px 10px 20px;
	height: 70px;
	position: relative;
	width: 250px;
	border: 1px solid #ddd;
}

.custom-header h2, .custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #000;
	font-weight: 300;
	font-size: 18px;
	margin: 0;
	margin-top: 10px;
}

.custom-header h3 {
	font-size: 10px;
	font-weight: 700;
	color: #b7bbc2;
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 8px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span:first-child {
	left: 5px;
}

.custom-header nav span:last-child {
	right: 5px;
}

.custom-header nav span:before {
	color: #AC033B;
	position: absolute;
	text-align: center;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

/* Modifications */
.fc-calendar-container {
	height: 225px;
	width: 250px;
	padding: 0;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.fc-calendar .fc-head {
	background: #333;
	color: #fff;
	font-weight: bold;
	/*     text-transform: uppercase; */
	font-size: 12px;
}

.fc-calendar .fc-row>div {
	background: #fff;
	cursor: pointer;
}

.fc-calendar .fc-row>div>span.fc-date {
	font-size: 1em;
}

.fc-calendar .fc-row>div:empty {
	background: transparent;
}

.fc-calendar .fc-row>div>span.fc-date {
	top: 25%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: 400;
	pointer-events: none;
}

.fc-calendar .fc-row>div>span.fc-emptydate {
	color: #ccc;
}

/* .fc-calendar .fc-row>div.fc-content { */
/*     background: #AC033B; */
/*     color: #fff; */
/*     box-shadow-bottom: inset 0 -1px 1px rgba(0, 0, 0, 0.1); */
/* } */
.fc-calendar .fc-row>div.fc-content .selected {
	background: #ac033b none repeat scroll 0 0;
	color: #fff;
	height: 42px;
	margin: -4px;
	width: 38px;
}

.fc-calendar .fc-row > div.fc-content div.events-mark {
    bottom: 2px;
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #ac033b;
    background: #ac033b;
    border-radius: 50%;
    left: 43%;
}

.fc-calendar-events {
	display: inherit;
}


div.events-mark span  {
	
    display: initial !important;
    font-size: 22px;
    vertical-align: baseline;
}


span.fc-date.white-color {
	color: white !important;
}


.fc-calendar .fc-row>div.fc-content:hover {
	background: #ccc;
}

.fc-calendar .fc-row>div.fc-content>span.fc-date {
/* 	color: #fff; */
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.fc-calendar .fc-row>div.fc-today {
	/*     background: #ccc; */
	/*     box-shadow: inset 0 -1px 1px #ccc; */
	
}

.fc-calendar .fc-row>div.fc-today>span.fc-date {
	/*     color: #686a6e; */
	/*     text-shadow: none; */
	
}

.fc-calendar .fc-row>div.fc-today.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #DDD;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;
}

/* .fc-calendar .fc-row>div.fc-today.fc-content:after { */
/*     color: #AC033B; */
/* } */

/* .fc-calendar .fc-row>div.fc-today:hover { */
/*     background: #AC033B; */
/* } */

/* .fc-calendar .fc-row>div.fc-today.fc-content:hover:after { */
/*     color: #fff; */
/* } */
.fc-calendar .fc-row>div>div a, .fc-calendar .fc-row>div>div span {
	font-size: 22px;
}

@media screen and (max-width: 300px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row>div>span.fc-date {
		font-size: 15px;
	}
}

.fc-calendar .fc-row>div:hover {
	background-color: #AC033B;
	color: #fff;
}

.fc-calendar .fc-row>div:hover>span.fc-date {
	color: #fff;
	text-shadow: none;
}

.fc-calendar .fc-row>div.fc-content:after {
	display: none;
}

.boton-calendario-hoy input {
	display: block;
	margin: 5px auto;
	padding: 0.25em 1em !important;
}

#agenda-container {
/* 	margin-top: -1em; */
/* 	margin-left: -1em; */
/* 	margin-right: -1em; */
}


.magic-accordion {
	padding: 1em;
}


.agenda-vermas a {
    font-weight: bold;
}

    
.tapa-calendario{
	display: none;
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    background: rgba(70, 70, 70, 0.2);
    z-index: 5;
}

div#loadId-calendar {
	display: none;
    position: absolute;
    top: 10em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    z-index: 999;
}