#calendario	{	width:220px;
				padding:10px 0px 0px 20px;
				}
#calendario a	{	cursor:pointer;
					text-decoration: none;
					text-align: center;
					}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #eeeeee;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ed9b76;
	color: #FFFFFF;
	border:none;
	height:26px;
	width:153px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ed9b76;
	color: #FFFFFF;
	padding:5px;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-size: 12px;
	font-weight:bold;
	background:#ed9b76;
	color:#ebe2c5;
	height:26px;
	width:22px;
}

.monthnavigation a:hover{
		color:#000000;
}

.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:25px;
	width:25px;
	color: #aaaaaa;
}
.cuerpoMes	{	background:#ed9b76;	}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background:#ed9b76;
	color: #8f8370;
	height:25px;
	width:25px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ebe9dc;
	color: #f3ad8d;
	height:23px;
	width:23px;
	border:#f3ad8d 1px solid;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:25px;
	width:25px;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background:#ed9b76;
	color: #8f8370;
	height:25px;
	width:25px;
}
.sunday a {
	color: #ebe2c5;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background:#ed9b76;
	color: #8f8370;
	height:25px;
	width:25px;
}
.saturday a {
	color: #ebe2c5;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color:#ed9b76;
	height:25px;
	width:25px;
}
.event a {
	background-color: #f3ad8d;
	color: #ebe2c5;
	display:block;
	padding:5px 0px 6px 0px;
}
.event a:hover {
	background-color: #ebe2c5;
	color:#ED9B76 ;
	display:block;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:25px;
	width:25px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BF250C;
	height:25px;
	width:25px;
}
.todayevent a {
	background-color: #BF250C;
	color: #FFFFFF;
	display:block;
	padding:4px 0px 4px 0px;
}
.todayevent a:hover {
	background-color: #FFFFFF;
	color:#ED9B76 ;
	display:block;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
