.TextoGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #000;
	background-color: #FFF;
	list-style-type: circle;
	text-align: left;
}

.TextoVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #99CC00;
	background-color: #FFF;
	list-style-type: circle;
	text-align: left;
}

.Titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	list-style-type: circle;
	text-align: left;
	margin: auto;
	text-transform: capitalize;
}

.BotonesTabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #000;
	border-color: #9C0;
	margin-right:30px;
	border-left-color: #9C0;
	border-right-width: 1px;
	border-right-color: #9C0;
	border-left-width: 1px;
}


.Tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFF;
	background-color: #9C0;
	list-style-type: circle;
	border-color: #FFF;
}

.TextoNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5;
	font-weight: lighter;
	color: #000;
	background-color: #FFF;
	border-color: #FFF;
	text-align:right;
}


.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5;
	font-weight: lighter;
	color: #999;
	background-color: #FFF;
	border-color: #FFF;
	text-align:right;
}
.Calendario_festivo {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #F90;
}
