#calendario {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#calendario a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	background-color: #fff;
	text-align: center;
	margin:0 auto;
}
.month {
	background-color: #fff;
	text-align: center;
}
.yearname {
	color:#fff;
}
.monthname {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background-color: #fff;
	color:#ADADAD;
	width:200px;
}
.dayname {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #fff;
	color: #B1603A;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #1b512e;
}
.monthday , .saturday, .sunday{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #b0cdba;
	color: #1b512e;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #b0cdba;
	color: #1b512e;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #b0cdba;
	height:20px;
	width:20px;
}

.sunday a {
	color: #667171;
}

.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	width: 100%;
}
.month{
	width:175px;
}

/* CLASES PARA EL CALENDARIO */

.cancelada , .todaycancelada ,.expirada , .todayexpirada{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/* Colores antiguos para el estado de cancelada
	color: #000;
	background-color: #FF9967;
	*/
	background-color:#b0cdba;
	color:#1b512e;
	height:20px;
	width:20px;
}
.cancelada a, .todaycancelada a, .expirada a, .todayexpirada a{
	display:block;
	width:100%;
}

.confirmada , .todayconfirmada{ 
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #9B0002;
	height:20px;
	width:20px;
}
.confirmada a ,.todaycomfirmada a{
	display:block;
	width:100%;
}

.pendiente_confirmar , .todaypendiente_confirmar{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #9B0002;
	height:20px;
	width:20px;
}
.pendiente_confirmar a , todaypendiete_confirmar a{
	display:block;
	width:100%;
}




.bloqueado , .todaybloqueado{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #9B0002;
	height:20px;
	width:20px;
}
.bloqueado a , todaybloqueado a{
	display:block;
	width:100%;
}

