/* div for the calendar markup - text must be centered */
div#calendar {
	padding : 0px;
	width : 210px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: center;
}

/* calendar heading color */
div#titulo_calendar {
	color : #809C3D;
	font-weight : bold;
	font-size: 12px;
	padding:
}

/* list info - monospace font must be used */
ul#days, ul.weeks {
	font-family : 'courier new', monospace;
	list-style-type : none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(images/li.gif);
	padding-right: 0px;
	padding-left: 0px;
}

/* day-box span styles - adjust with padding */ 
ul li span {
	background-image:url(../images/boton.png);
	border : 1px solid #ffffff;
	cursor : help;
	font-weight : bold;
	color : #5B6F30;
	padding : 3px;
	margin: 1px;
	background-repeat: repeat;
	background-position: left top;
}

/* active links boxes default state - adjust with padding */
ul.weeks li a.al, ul.weeks li a.na  {
	color : #666;
	text-decoration : none;
	background-color : #C3D5A7;
	border : 1px solid #999;
	padding: 3px;
	margin: 1px;
}

/* all states of not-used links */
ul.weeks li a.na, ul.weeks li a.na:hover, ul.weeks li a.na:focus, ul.weeks li a.na:active   { 
  background : transparent;
  color : #666;
  cursor : default;
}

/* hover and focus state of active links */
ul.weeks li a.al:hover, ul.weeks li a.al:focus, ul.weeks li a.al:active {
	color : #000;
	background-color : #BABB44;
	border : 1px solid #FFFFFF;
	text-decoration : none;
	cursor : pointer;
}

/* not used link boxes - color and background should match - adjust with padding */
ul.weeks li a.nu {
	color : #eee;
	padding : 3px;
	border : 1px solid #ccc;
	cursor : default;
	margin: 1px;
	background-color: #eee;
}

/* to hide link separators */
span.sep {
	display : none;
	margin: 0px;
	padding: 0px;
}

/* this needs to be in conditional comment for IE only */
div#calendar {
	font-size : 10px;
}

/* End Styles */


.fondoDays {
background-image:url(images/boton.png);
}
