.colder-agenda {
	text-align:center;
}

.colder-agenda a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
.colder-agenda a:hover {
	text-decoration: none;
	color: #3163CE;
}

.year {
	background-color: #ffffff;
	text-align: center;
}
.month { 
	border-style: none;
	background:url(../images/fondo-mes.gif) no-repeat #c5eaf6;
	text-align: center;
	margin:0 auto;
	border:1px solid #4ea5ff;
	margin-bottom:5px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #007dff;
	border-style: none;
	border-width: 1px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #c5eaf6;
	color: #007dff;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #c5eaf6;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000000;
	background-color: #c5eaf6;
}
.week {
	border-style: none;
	background-color: #c5eaf6;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-size:9px;
	color:#007dff;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color:#FFF;
	color: #0042ff;
	height:20px;
	width:20px;
	border: 1px solid #BBB;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #007dff;
	color: #ffffff;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color:#007dff;
	color:#ffffff;
	height:20px;
	width:20px;
}

.selectedday a{
	background-color:#007dff;
	color:#ffffff;
}

.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color:#ff0072;
	height:20px;
	width:20px;
	background-color:#FFF;
	border: 1px solid #BBB;
}

.sunday a {
	color: #0042ff;
}

.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #0042ff;
	height:20px;
	width:20px;
	background-color:#FFF;
	border: 1px solid #BBB;
}
.saturday a {
	color: #0042ff;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #999;
	background-color:#FFFF66;
	color: #000;
	height:20px;
	width:20px;
}
.event a {
	background-color:#FFFF66;
	color: #000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color:#007dff;
	color:#ffffff;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color:#007dff;
	color:#ffffff;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color:#FF9900;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color:#FF9900;
	color: #000000;
}

.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

.calendario-anual {
	width:184px;
	height:104px;
	background:url(../images/fondo-calendario.gif) #FFF no-repeat;
	margin:0 auto;
	background-color:#FFF;
	font-size:1.3em;
	margin-bottom:5px;
}

.calendario-anual .enlace {
	width:100px;
	margin-left:90px;
	padding-top:30px;
	text-align:left;
}

.calendario-anual a {
	width:50px;
	color:#006196;
}

.calendario-anual a:hover {
	color:#000;
}
