@charset "utf-8";
.cabeceraCalendario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
	color: #F90;
	text-align: center;
	vertical-align: middle;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#diasCalendario div {
	color: #FFF;
	height: 12px;
	width: 18px;
	float: left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	cursor: crosshair;
	left: 0;
	border: 1px solid #000;
}

.calendarioDiasSemana {
	background-color: #666;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	height: 12px;
}

.calendarioDiaNormal {
	background-color: #333;
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	height: 12px;
	border: 1px solid #000;
}
#calendarioBotMas {
	float: left;
	width: 20px;
	height: 15px;
}
#calendarioBotMenos {
	float: left;
	width: 20px;
	height: 15px;
}
#diasCalendario #DiasLunes {
	clear: both;
}
.calendarioLunes {
	clear: both;
	border: 1px solid #000;
}
.cabeceraCalendario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
	color: #F90;
	text-align: center;
	vertical-align: middle;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}


#calendarioAno {
	float: left;
	width: 35px;
	height: 15px;
}
#calendarioMes {
	float: left;
	width: 65px;
	height: 15px;
}
.calendarioFestivo {
	background-color: #666;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	height: 12px;
}
.calendarioDiaConEvento {
	background-color: #C60;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	color: #000;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	height: 12px;
}
.calendarioDiaDeHoy {
	background-color: #333;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	height: 12px;
}
