
#calendario a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#calendario a:hover {
	color: #666;
}
.year {
	background-color: #CD5C5C;
	text-align: center;
	/*border: 1px solid #CC9933;*/
}
.month {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #999;
	height:14px;
	width:14px;		
}
.yearname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #693;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #666;
	color: #FFFFFF;
	/*border-style: solid;
	border-width:0px*/
}
.dayname {
	background-color: #999;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height:14px;
	width:14px;	
	/*border-style: none;
	border-width:1px*/
}
.weeknumtitle {
	background-color: #8B4513;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #693;
	/*border-style: none;
	border-width:1px*/
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:14px;
	width:14px;
	color: #000099;
	background-color: #EEDFCC;
}
.week {
	border-style: none;
	background-color: #CD5C5C;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CDC9C9;
	/*border-style: none;
	border-width:1px*/
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: #CD5C5C;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;	
}
.monthpicker {
	font-size: 10px;
	background-color: #CD5C5C;
	color: #693;
}
.yearpicker {
	font-size: 10px;
	background-color: #CD5C5C;
	color: #693;
}
.pickerbutton {
	background-color: #CD5C5C;
	color: #693;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:14px;
	width:14px;
	color: #aaaaaa;
}
.monthday {/*dias normales mes*/
	text-align: center;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #666;
	height:14px;
	width:14px;
}
.monthday a {
	color: #693;
	font-size: 10px;
	font-weight: bold;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	/*background-color: #EEE9E9;*/
	color: #666;
	height:14px;
	width:14px;
	border: 1px solid #999;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:14px;
	width:14px;
}
.sunday {
	background-color: #bebebe;
	text-align: center;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #693;
	height:14px;
	width:14px;
}
.sunday a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.saturday {
	background-color: #bebebe;
	text-align: center;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	height:14px;
	width:14px;
}
.saturday a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CDCD00;
	height:14px;
	width:14px;
}
.event a {
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: none;*/
	color: #666;
	background-color: #CDCD00;
	height:14px;
	width:14px;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: none;*/
	color: #666;
	background-color: #CDCD00;
	height:14px;
	width:14px;
}
.todayevent a {
	background-color: #CDCD00;
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
.eventcontent {
	font-size: 10px;
	/*border-style: solid;
	border-width: 1px;*/
	width: 100%;
}



/*
ESTILOS EVENTOS COLORES
*/
.fecha{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.txotx_calendario {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9c6;
	height:14px;
	width:14px;
}


