/*_____________CALENDARIO_____________*/

.textosc {
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #2c313d;
	font-weight: bold;
	line-height: 16px;
}

.linksc {
	font-family: Arial, Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #5b7234;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.linksc a{
	font-family: Arial, Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.linksc a:hover {
	font-family: Arial, Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #1e8489;
	line-height: 16px;
	text-decoration: underline;

}

.fecha {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	color: #007d77;
	text-decoration: none;
	font-weight: bold
}

.dia {
	font-family: Tahoma, Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #b63f38;
	text-decoration: none;
	font-weight: bold
}


.mes_calendario {
	
	font-family: font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #626E7D;
	text-decoration: none;
	line-height: 140%;
	font-weight: bold;

}

.mes_calendario a:hover {
	
	font-family: font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #626E7D;
	text-decoration: none;
	line-height: 140%;
	font-weight: bold;
	text-align: center;

}

.semana_calendario {
	
	font-family: font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 17px;
	valign: center;	
	color: #FFFFFF;
	text-decoration: none;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	/*background-color:#dbe4cb;*/
	background-color:#E97916;
}


.dias_calendario {
	
	font-family: font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 17px;
	color: #2C313D;
	text-decoration: none;
	line-height: 140%;
	/*background-color:#F7FAF2;*/
	background-color:#BEC5FA;
	text-align: center;

}

.dias_calendario a:hover {
	
	font-family: font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 17px;
	color: #2C313D;
	text-decoration: none;
	line-height: 140%;
	background-color:#BEC5FA;
	text-align: center;
}

.actividad_calendario {
	
	font-family: font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 17px;
	color: #2C313D;
	text-decoration: none;
	line-height: 140%;
	background-color:#017CC9;
	text-align: center;
	font-weight: bold;
}
.actividad_calendario a:hover {
	text-decoration: underline;
}


.evento_calendario {
	font-family: font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 17px;
	color: #2C313D;
	text-decoration: none;
	line-height: 140%;
	/*background-color:#9aac7d;*/
	background-color:#004393;
	text-align: center;
	font-weight: bold;
}
.evento_calendario a:hover {
	text-decoration: underline;
}
