.laboral {
	background:#f4f4f4;
	border: 1px solid #999999;
	color:#000000;
	height:	13px;
	padding:2px 1px;
	width:16px;
}

.domingo {
	width			:	16px;
	height			:	13px;
	padding			:	1px;
	border			: 	1px solid #999999;
	background-color:	#E4E4E4;
}

.festivo {
	width			:	16px;
	height			:	13px;
	padding			:	1px;
	border			: 	1px solid #999999;
	background-color:	#E4E4E4;
}

.actual {
	width			:	16px;
	height			:	13px;
	padding			:	1px;
	border			: 	1px solid #999999;
	background-color:	#4190AF;
}

.contdia {
	height			:	0px;
	padding			:	1px;
/*	background-color:	#FF0000;*/
	font-size		:	10px;
}
.contdiafest {
	height			:	0px;
	padding			:	1px;
/*	background-color:	#FF0000;*/
	font-size		:	10px;
    color			:	#FFFFFF;
}
.contdiadom {
	height			:	0px;
	padding			:	1px;
/*	background-color:	#FF0000;*/
	font-size		:	10px;
    color			:	#FF0000;
}
.contdiaactual {
	height			:	0px;
	padding			:	1px;
/*	background-color:	#FF0000;*/
	font-size		:	10px;
    color			:	#FFFFFF;
}

.numdiafest {
	color:	#FF0000;
	text-align: center;
}
.numdiadom {
	color:	#FF0000;
	text-align: center;
}
.numdiaactual {
	color:	#FFFFFF;
	text-align: center;
}
.numdiaactualfest {
	color:	#FF0000;
	text-align: center;
	font-weight: bold;
}
.numdialab {
	/*text-align: center;*/
	text-align: center;
}