body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
  /* margin-top: 0px;*/
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {
	font-size: 10;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-size: 10px}
a {
	font-weight: bold;
}
H1 {
	font-size: 30px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
H3 {
	color: #FFFFFF;
	font-size: 12px;
}

.clsDayName{
	color: #000000;
	BACKGROUND-COLOR: #bbbaf5;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsCurrentDay {
	color: #000000;
	BACKGROUND-COLOR: #f5babb;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWorkDay{
	color: #000000;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWorkDay:hover{
	color: #009400;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 14px;
	text-decoration : underline;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWorkDayOtherMonth{
	color: #000000;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWeekEnd{
	color: #FF0000;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWeekEnd:hover{
	color: #009400;
	BACKGROUND-COLOR: #dbeaf5;
	font-size : 14px;
	text-decoration : underline;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsWeekEndOtherMonth{
	color: #FF0000;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsDisponible{
	color: #FFFFFF;
	background-color:#009900;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsReservaParcial{
	color: #FF0000;
	background-color: #FF9900;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.clsReservaTotal{
	color: #FFFFFF;
	background-color: #CC3300;
	font-size : 14px;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap
}
/* PAGINATION */

DIV.PAGINATION {
}  

DIV.PAGINATION SPAN,
DIV.PAGINATION A {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #005462;
  font-size: 12px;
  background: #F9FCE1;
  float: left;
  text-align: center;
  width: 28px;
  padding: 5px 0px;
  margin: 2px;
  margin-left: 0px;
}

DIV.PAGINATION SPAN,
DIV.PAGINATION A:HOVER {
  border: 1px solid #00A1DD;
  color: #00A1DD;
  background: #FFFFFF;
}

DIV.PAGINATION .PREV_NEXT {
  width: auto;
  padding: 5px;
}