/* CALENDARIO */

.tabla_general { position: top; font-size: 10px; vertical-align: top; }

.cabecera_tabla{
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background-color: #ffcc00;
	color: #cc6600;
}

.tabla_dias {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background-color: #ffee99;
	color: #cc6600; }

.normal {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	color: #cc6600;
}

.domingo {
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	background-color: #f79604;
	color: #000000;
}

.actividad {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #5151ff;
	color: #ffffff; }

.militar {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #006600;
	color: #ffffff; }

.festividad {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #ff0000;
	color: #ffffff; }

.veteranos {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #004080;
	color: #ffffff; }

#texto_actividad {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: #5151ff;
}

#texto_militar {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: #006600;
}

#texto_festividad {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: #ff0000;
}

#texto_veteranos {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: #004080;
}

.enlace_cuerpo { color: #639CFF; }
.enlace_cuerpo a { color: #639CFF; text-decoration: none; }
.enlace_cuerpo a:hover { color: #ff0000; text-decoration: none; }

