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

/* div for the calendar markup - text must be centered */
div#calendar {
	padding : 0px;
	width : 210px;
	margin:6px auto 0;
	margin-left:3px;
	text-align: center;
}
div#calendar_index {
	padding : 0px;
	width : 210px;
	margin:6px auto 0;
	margin-left:33px;
	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:0;
	padding: 3px 0;
	list-style-image: url(images/li.gif);
}

/* 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 : 2px;
	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: 1px;
	margin: 1px;
}

.na_peque {
	background: url(../images/30-31.gif) no-repeat;
	color : #666666;
	border : 1px solid #CCCCCC;
	font-size:9px;
	padding: 1px;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:7px;
	padding-right:7px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.na_peque a {
	color : #666666;
}

.na_peque a:hover {
	color : #666666;
	font-weight:bold;
}

.na_peque a:active {
	color : #666666;
	font-weight:bold;
}

.na_peque a:focus {
	color : #666666;
	font-weight:bold;
}

.na_peque li {
	color : #666666;
	font-weight:bold;
}


/* 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 !important;
	padding : 1px;
	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;
	height: 150px;
}

/* End Styles */


.fondoDays {
background-image:url(images/boton.png);
}
.mes {
	height:15px;
	background-image: url(../images/mes_index.gif);
	background-repeat:no-repeat;
	margin-left:65px;
	margin-top:13px;
	background-position: right center;
}
.mes_index {
	height:15px;
	background-image: url(../images/mes_index.gif);
	background-repeat:no-repeat;
	margin-left:65px;
	margin-top:46px;
	background-position: right center;
}
.minitexto {
	font-size:8px;
}

