/** ************* */
/** calendar */
/** ************* */
div.calendar {
  margin-bottom: 15px;
	
}
div.calendar,
table.month {
	width: 200px;
	margin: 0 auto;
}
div.calendar {
  position: relative;
}
div.calendar_header {
	padding: 3px 3px;
	text-align: center;
	background-color: #D3BDD3;
	overflow: hidden;
}
div.calendar_header,
div.calendar_header a {
	font-size: 12px;	
}

div.calendar_header a {
	font-size: 11px;
}
div.calendar_header em {
	font-style: normal;
	font-size: 13px;
  color: #333;
}


/* Días genericos */
table.month {
    clear: left;
    float : left;
    border: 0px;
    padding: 0;
    margin: 0px auto;
  }
table.month td {
    width: 23px;
    margin: 1px;
    text-align: center;
		font-size: 13px;
		color: #666;
}
table.month td a {
		display: block;
	  color: #fff;
		padding: 5px 0;
		font-size: 12px;
    background: #999;
		text-decoration: none;
}
table.month td.week_day {
  font-size: 9px;
  color: #000;
}
table.month td.blank  {
	color: #999;
}
/* día genérico */
table.month td.Blank {
		color : #666;
  }


/* fin de semana */
table.month td.Sun,
table.month td.Sat {
color: #000;
}


/* Temporada alta */
table.month td.alta {
  font-weight: bold;
	color: #551157;
	background-color:#DEDEDE;
}
table.month td.ocupado {
  background-color:#551157;
	color: #FFF;
}

/* Leyenda */
.calendar_leyend ul{width: 100%;}
.calendar_leyend ul li{
	float: left;
	width: 50px
}
li.ocupado{padding-left:30px; background:url(images/calendar/ocupado.gif) no-repeat 0 0;}
li.tm_alta{padding-left:30px; background:url(images/calendar/tm_alta.gif) no-repeat 0 0;}
