@charset "utf-8";
/* CSS Document */

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

/* calendar heading color */
h2.calendar {
	color : #F1AC29;
	font-weight : bold; 
	font-size: 18px;
}

/* list info - monospace font must be used */
ul#days, ul.weeks {
	font-family : 'courier new', monospace;
	list-style-type : none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	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 */ 
div#calendar ul li span {
	background: url(../images/boton3.gif) no-repeat;
	cursor : help;
	font-weight : bold;
	color : #fff;
	padding : 4px;
	margin: 1px;
	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 : #99b9e0;
	border : 1px solid #CCCCCC;
	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: url(../images/boton.gif) no-repeat;
  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 : #56BDE4;
	border : 1px solid #CCCCCC;
	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 : 11px;
}

/* End Styles */


.fondoDays {
background-image:url(images/boton.png);
}
.mes {
	height:15px;
	background-image:url(../images/julio2010.png);
	background-repeat:no-repeat;
	margin-right:5px;
	margin-top:6px;
	background-position: center;
}
.minitexto {
	font-size:8px;
}
