@font-face {
  font-family: 'fontawesome-selected';
  src: url("../font/fontawesome-selected.eot");
  src: url("../font/fontawesome-selected.eot?#iefix") format('embedded-opentype'), url("../font/fontawesome-selected.woff") format('woff'), url("../font/fontawesome-selected.ttf") format('truetype'), url("../font/fontawesome-selected.svg#fontawesome-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}
.fc-calendar {
	width: 100%;
	height: 100%;
}
.fc-calendar .fc-head {
	height: 20px;
	line-height: 20px;
	background: #ccc;
	color: #fff;
}
.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
}
.fc-calendar .fc-row {
	width: 100%;
}
.fc-four-rows .fc-row,
.fc-five-rows .fc-row,
.fc-six-rows .fc-row {
	height:32px;
}
/*.fc-four-rows .fc-row  {
	height: 25%;
}
.fc-five-rows .fc-row  {
	height: 20%;
}*/
/*.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}*/
.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	/* width: calc(100%/7); */ 
	position: relative;
}
/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}
.fc-calendar .fc-row > div {
	padding: 4px;
	overflow: hidden;
	position: relative;
}
.fc-calendar .fc-head > div {
	text-align: center;
}
.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	bottom: 5px;
	right: 5px;
	text-align: right;
}
.fc-calendar .fc-row > div time {
	display: none;
}
.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}
.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}
.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}
.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}
.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

/*Calendario Expandido*/
.custom-calendar-full {}
.custom-calendar-full .fc-calendar-container {
	width:100%;
	margin:20px auto;
	border-left:1px solid #dddddd;
	border-radius:0;
	height:auto;
}
.custom-calendar-full .fc-calendar .fc-head {
	background:#dddddd;
	color: #636368;
	text-transform:uppercase;
}
.custom-calendar-full .custom-header {
	padding: 0;
    height: auto;
	background:none;
}
.custom-calendar-full .custom-header h3 {
    font-size: 30px;
    line-height: 1.1;
    color: #1d4e93;
    font-weight: 600;
	text-align:center;
}
.custom-calendar-full .custom-header nav span {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
	/*background: #099ccf;*/
    -moz-border-radius: 4px;
    -webkit-border-radiust: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	cursor:pointer;
}
.calendario-full .custom-header nav span:first-child {
	right: 45px;
	background: url(../../images/eventos/cal-prev-trans.png) center no-repeat #099ccf;
}
.calendario-full .custom-header nav span:last-child {
	right: 15px;
	background: url(../../images/eventos/cal-next-trans.png) center no-repeat #099ccf;
}
.calendario-full .custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #ccc;
	position: absolute;
	text-align: center;
	width: 100%;
}
.calendario-full .custom-header nav span.custom-prev:before {
	background: url(../../images/eventos/cal-prev-trans.png) center no-repeat #099ccf;
}
.calendario-full .custom-header nav span.custom-next:before {
	background: url(../../images/eventos/cal-next-trans.png) center no-repeat #099ccf;
}
.calendario-full .fc-calendar .fc-head {
    font-size: 13px;
}
.calendario-full .fc-five-rows .fc-row,
.calendario-full .fc-six-rows .fc-row {
    height: 130px;
}
.calendario-full .fc-calendar .fc-row > div {
    padding: 1px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.calendario-full .fc-calendar .fc-row > div > span.fc-date {
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    color: #636368;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    width: 100%;
    margin: 0;
}
.calendario-full .fc-calendar .fc-row > div.fc-content > span.fc-date {
	color: #1d4e93;
    width: 100%;
    top: 0;
    left: 0;
	font-size:14px;
	font-weight:500;
}
.calendario-full .fc-calendar .fc-row > div.fc-content {
	background:none;
	border-radius:0;
	color: #b9c0c9;
}
.calendario-full .fc-calendar .fc-row > div.fc-today {
	background:none;
	border-radius:0;
	color: #b9c0c9;
}
.calendario-full .fc-calendar-events {
	width: 100%;
    float: left;
    margin-top: 17px;
	font-weight: 400;
    padding: 0;
    line-height: 1.2;
}
.calendario-full .fc-calendar-events span {
	width: 100%;
    display:block;
    padding: 2px;
	border-bottom: 1px solid #fff;
	font-size:11px;
}
.calendario-full .fc-calendar-events span.naranja {
	color: #fff;
    background: #ff5309;
}
.calendario-full .fc-calendar-events span.verde {
	color: #fff;
    background: #bfc80d;
}
.calendario-full .fc-calendar-events span.violeta {
	color: #fff;
    background: #9b3797;
}
.calendario-full .fc-calendar-events .fc-calendar .fc-row > div > div span {
	display:block;
	color: #fff;
    background: #ff5309;
}
.calendario-full .fc-five-rows .fc-row div,
.calendario-full .fc-six-rows .fc-row div,
.calendario-full .fc-calendar .fc-row > div.fc-content,
.calendario-full .fc-calendar .fc-row > div.fc-today {
	background: #f5f5f5;
}

@media (max-width: 1200px) {
	.calendario-full .fc-calendar .fc-row > div > span.fc-date,
	.calendario-full .fc-calendar .fc-row > div.fc-content > span.fc-date {
		font-size: 12px;		
	}
	.calendario-full .fc-calendar-events {
		margin-top: 15px;		
	}
	.calendario-full .fc-calendar-events span {
		font-size:10px;
		padding:2px;
	}
}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
	.custom-calendar-full .custom-header h3 {
		font-size: 22px;
		margin: 5px 0 0 0;
		text-align:left;
	}
	.calendario-full .fc-five-rows .fc-row,
	.calendario-full .fc-six-rows .fc-row {
		height: auto;
	}
	.calendario-full .fc-five-rows .fc-row div,
	.calendario-full .fc-six-rows .fc-row div {
		width:100%;
		height: auto;
		min-height:20px;
		background: #f5f5f5;
	}
	.calendario-full .fc-calendar .fc-row > div.fc-content,
	.calendario-full .fc-calendar .fc-row > div.fc-today {
		background: #f5f5f5;
	}
	.calendario-full .fc-calendar .fc-head {
		height: 5px;
	}
	.fc-calendar .fc-head > div {
		display: none;
	}
}


