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


.mes
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: none;
}
.calendario table /* LIBRE */
{
	width:175px;
}
.calendario td /* LIBRE */
{
	background-color: #d0ffca;	
	border: 1px solid #333;
}

.calendario .pocasHabitaciones
{
	background-color: #f8fe59;	
}

.calendario .unaHabitacion
{
	background-color: #fea659;	
}

.calendario .completo
{
	background-color: #fd9696;	
}