body {
	background: #e0e0e0;
}
#cal {
	margin:50px auto;
	font: 13px/1.5 "Helvetica Neue", Helvetica, Arial, san-serif;
	display:table;
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.25);
}

#cal .header {
	cursor:default;
	background: #23b9cb;

	height:34px;
	position:relative;
	color:#fff !important;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-weight:bold;

	text-transform: uppercase;
}
#cal .header span {
	display:inline-block;
	line-height:34px;
}


#cal .header .button {
	width:24px;
	text-align:center;
	position:absolute;
}
#cal .header .button:hover {
	background: #0073a8;

}
#cal .header .right.button {
	right:0;
	top:0; 
	border-left:1px solid #23b9cb;
	border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius: 5px;
}
#cal .header .left.button {
	left:0;
	border-right:1px solid #23b9cb;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
}


#cal .header .month-year {
	letter-spacing:1px;
	width:95%;
	text-align:center;
}

#cal table {
	background:#fff;
	border-collapse: collapse;
}
#cal td {
	color:#2d2d2d;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #e6e6e6;
	cursor:default;
}

#cal #day td {
	height:26px;
	line-height:26px;
	text-transform:uppercase;
	font-size:90%;
	color:#9e9e9e;
}
#cal #days td:not(:last-child) {
	border-right:1px solid #fff;
}

#cal #cal-frame td.today {
	background: #9de3eb !important;
	color:#8c8c8c8 ;

/*    outline: 2px solid #989898;*/
    outline-offset: -2px;

}

.abierto {
	background:#a2e4b7 !important;
	color:#8c8c8c8;

}
.cerrado {
	background:#f5d0c9 !important;
	color:#8c8c8c8;

}
.cerrado:hover {
	cursor: not-allowed !important;
	outline: none !important
}
.pasado {
	background:#e6e6e6 !important;
}
.pasado:hover {
	cursor: not-allowed !important;
	background:#e6e6e6 !important;
	color:#2d2d2d !important;
	outline: none !important
}

#cal #cal-frame td:not(.nil):hover {


	background: none;

    outline: 2px solid #0073a8;
    outline-offset: -2px;
}
#cal #cal-frame td span {
	font-size:80%;
	position:relative;
}
#cal #cal-frame td span:first-child {
	bottom:5px;
}

#cal #cal-frame td span:last-child {
	top:5px;
}

#cal #cal-frame table.temp {
	position:absolute;
} 

#cal #cal-frame table.curr {
	float:right;
}

#cal {

	float:left;
	margin:0 auto

}
.referencias-renglon {
	display:block;
	clear:both;

}

.cuadradito {
	width:20px;
	height:20px;
	display:inline-block;
	float:left;
	margin-right:10px
}
.referencias {
	margin-left:20px;
	display:inline-block;
	margin-top:70px;

}
.referencias-texto {
		display:inline-block;
		margin-bottom:5px;
	float:left
}
.referencias-texto p {
	margin:0;
}

.titulo-calendario {
	color: #23b9cb !important;
    font-family: 'vistaSansAltBlackIta' !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-size: 24px !important;
}

#cal{
	margin-bottom: 15px;
}