.text{
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.mes{
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.ano{
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.dia{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	background : #E8E8E8;
}


.dia_ocup{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	background : #8B4513;
	color : white;
}

.dia_ocup a{ font-weight: bold;  color: Yellow;  text-decoration: underline;   }

.dia_sem{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	background : #F0E68C;
}

.dia_hoy{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	background : White;
	border : 1px solid Black;
}

.dia_hoy_ocup{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	border : 1px solid Black;
	background : #8B4513;
	
}

.dia_hoy_ocup a{
	font-weight: bold;  color: Yellow;  text-decoration: underline;  
}

.dia_hueco{
	background : #FFFFA8;
}


