@charset "utf-8";
/* CSS Document */

.calendar {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	font: 500 0.8em/30px "Circular Std Book";
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: auto;
	padding: 0 0 0 0;
	color: #f77c39 ;
	z-index:8;
}

.calendar .viewcale {
	width:100%;
	height:700px;
	position: relative;
	margin-left:0px;
	margin-right:auto;
	top:30px;
	background: rgba(44, 40, 47, .9);
}

.calendar .nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*top:100px;*/
}
.calendar .nav .btn {
	position: absolute;
	display: block;
	z-index: 1;
	cursor: pointer;
	cursor: hand;
	width: 32px;
	height: 32px;
	line-height: 31px;
	top: 240px;
	left: auto;
	transition: opacity .5s;
	border-radius: 4px;
}
.calendar .nav .btn:hover {

}
.calendar .nav .prev {
	background: url(../img/arrowizquierda.png) no-repeat;
	margin-left:50%;
	left: -165px;
}
.calendar .nav .prev-year {
	margin-left: 50%;
	left: -165px;
	opacity: 0;
	top:6px;
}
.calendar .nav:hover .prev-year {
	opacity: 1;
}
.calendar .nav .next-year {
	opacity: 0;
	left: 150px;
	margin-left: 50%;
	top:6px;
	z-index:2;
}
.calendar .nav:hover .next-year {
	opacity: 1;
}
.calendar .nav .next {
	background: url(../img/arrowderecha.png) no-repeat;
	left: 150px;
	margin-left: 50%;
	z-index:2;
}
.calendar .head {

}
.calendar .year {
	font-family: 'Circular Std Black';
	letter-spacing: 10px; 
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	background:#fd8030;
}
.calendar .mes {
	margin-top:30px;
	font-family: 'Circular Std Black';
	letter-spacing:5px; 
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
}
.calendar .head .title {
	font-family: 'Circular Std Black';
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #CCC;
}

.calendar .head span {
	cursor: pointer;
}
.calendar .row {
	clear: both;
	text-align: center;
}
.calendar .rowcentro{
	text-align: center;
	width: 280px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.calendar .row.th {
	font-weight: 700;
	text-transform: uppercase;
	width:100%;
	height: 40px;
	color:#CCC;
}
.calendar .row.th .C {
	border-bottom: 1px solid #c0c0c0;
	border-radius: 0;
}
.calendar .C {
	margin-top:5px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: left;
	transition: background-color .05s, color .05s;
	border-radius: 50%;
}
.calendar .C.mn {
	cursor: pointer;
	cursor: hand;
}
.calendar .C.mn:hover {
	background: #f77c39;
	color: white;
}
.calendar .C.g {
	color: #807e82;
	font-weight: 300;
}

.calendar .C.g.no-click {
    pointer-events: none;
}

.calendar .C.slctd {
	background: #fd8030;
	color: white;
	font-size: 1.15em;
	font-weight: 300;
}
.calendar .C.today {
	font-weight: 900;
	font-size: 1.3em;
	color:#FFF;
	border: #fff 1px solid; 
}
.calendar .selected {
	margin: 0 0 0 64px;
	float: right;
	text-align: center;
	width: 280px;
}
.calendar .selected .desc {
	border-bottom: 1px solid #c0c0c0;
}
.calendar .selected .val {
	padding: 0 8px;
	background: #f0f0f0;
	color: #808080;
}
.calendar .dayArea {
	font-family: 'Circular Std Black';
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 280px;
	height: 240px;
	overflow: visible;
}
.calendar .dayArea .mArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1921px) {
	.calendar .viewcale {
		height:1000px;
	}
}

@media only screen and (max-width: 1601px) {
	.calendar .viewcale {
		height:850px;
	}
}

@media only screen and (max-width: 1441px) {
	.calendar .viewcale {
		height:779px;
	}
}

@media only screen and (max-width: 1367px) {
	.calendar .viewcale {
		height:660px;
	}
}

@media only screen and (max-width: 1281px) {
	.calendar .viewcale {
		height:700px;
	}
}

@media only screen and (max-width: 1025px) {
	.calendar .viewcale {
		height:670px;
	}
}

@media only screen and (max-width: 801px) {
	.calendar .viewcale {
		height:500px;
	}
}

@media only screen and (max-width: 769px) {
	.calendar .viewcale {
		height:940px;
	}
}

@media only screen and (max-width: 721px) {
	.calendar .viewcale {
		height:1150px;
	}
}

@media only screen and (max-width: 641px) {
	.calendar .viewcale {
		height:600px;
	}
}

@media only screen and (max-width: 481px) {
	.calendar .viewcale {
		height:750px;
	}
}

@media only screen and (max-width: 361px) {
	.calendar .viewcale {
		height:550px;
	}
}

@media only screen and (max-width: 321px) {
	.calendar .viewcale {
		height:600px;
	}
}

@media only screen and (max-width: 241px) {
	.calendar .viewcale {
		height:700px;
	}
}