#calendario .year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
#calendario .month {
	border-style: none;
	background-color: #eeeeee;
	text-align: center;
}
#calendario .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#calendario .monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #DBE6EC;
	color: #72838D;
	border:none;
	height:26px;
	width:118px;
}
#calendario .dayname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #DBE6EC;
	color: #72838D;
	padding:3px;
}
#calendario .weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
#calendario .weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
#calendario .yearnavigation {
	font-size: 10px;
}
#calendario .datepicker {
	background-color: #e4e4e4;
}
#calendario .datepickerform {
	margin: 0px;
}
#calendario .monthnavigation {
	font-size: 10px;
	background:#DBE6EC;
	height:26px;
	width:22px;
}
#calendario .monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
#calendario .yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
#calendario .pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
#calendario .nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
#calendario .cuerpoMes	{	background:#eeeeee;	}
#calendario .monthday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background:#FFFFFF;
	color: #384955;
	height:20px;
	width:20px;
}
#calendario .today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #667171;
	height:18px;
	width:18px;
	border:1px solid #BF250C;
}
#calendario .selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
#calendario .sunday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background:#FFFFFF;
	color: #667171;
	height:20px;
	width:20px;
}
#calendario .sunday a {
	color: #667171;
}
#calendario .saturday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background:#FFFFFF;
	color: #667171;
	height:20px;
	width:20px;
}
#calendario .saturday a {
	color: #667171;
}
#calendario .event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color:#DBE6EC;
	height:20px;
	width:20px;
}
#calendario .event a {
	background-color: #DBE6EC;
	color: #BF250C;
	display:block;
	padding:4px 0px 4px 0px;
}
#calendario .event a:hover {
	background-color: #BF250C;
	color:#FFFFFF ;
	display:block;
}
#calendario .selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
#calendario .selectedevent a {
	background-color: #ffff99;
	color: red;
}
#calendario .todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BF250C;
	height:20px;
	width:20px;
}
#calendario .todayevent a {
	background-color: #BF250C;
	color: #FFFFFF;
	display:block;
	padding:4px 0px 4px 0px;
}
#calendario .todayevent a:hover {
	background-color: #FFFFFF;
	color:#BF250C ;
	display:block;
}
#calendario .eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
