body {
	background-color: #D9D6CF;
	margin:0px;
	padding:0px;
}

.calendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: white;
	margin-top: 6px;
	width:148px;
	height:125px;
}

.calendario th {
	color: #87806D;
	font-size: 10px;
}

#dias {color: #ccc;}

.ocupado {color: red; text-decoration: line-through;}
.libre {color: #87806D;font-weight: bold;}

.navega {
	background-color: #B6B2A7;
	color:white;
	font-weight: bold;
	text-align:center;
	width:15px;
	height: 15px;
}

.navega a {color: white; text-decoration:none;}
.navega a:_hover {color: white;}

.bloque {
	display:block;
	width:100%;
	height:100%;
}
