/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
} 
a:link {
	text-decoration: none;
}
 a:visited {
	text-decoration: none;
	color: #FFFFFF;
} 
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
} 
a:active {
	text-decoration: none;
	color: #FFFFFF;
} 
.enlace a:link, a:visited, a:hover, a:active{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	}
	
	
.event_link
{
	text-decoration:none;
	color: #FFFFFF;
}

.event_link:hover
{
	font-weight:900;
	color:#FFFFFF;
	text-decoration:underline;
}

.mnu_link {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
	
.mnu_link a{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mnu_link a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* ************************************************************* */
/*                            calendario                         */ 
/* ************************************************************* */

.encabezado{ background-color:#4E4E4E; text-align:center; height:25px; color:#D2B497; font-weight: bold;}
.todaybox{ font-size: 12px; font-weight: bolder; color: #D2B497; border: 2px solid #4E4E4E; background-color: #828282;}
.daybox{ font-size: 12px;font-weight: bolder;color: #D2B497;background-color: #8D8D8D;}
.freedaybox { font-size: 12px; font-weight: bolder;color: #D2B497; background-color: #8E7666;}

.encabezado a{ background-color:#4E4E4E;text-align:center;height:25px;color: #592B2E;font-weight: bold; text-decoration:none;}
.daybox a{ font-size: 12px;font-weight: bolder;color: #592B2E;background-color: #8D8D8D; text-decoration:none;}
.freedaybox a{ font-size: 12px; font-weight: bolder;color: #592B2E; background-color: #8E7666; text-decoration:none;}

.encabezado a:hover{color:D2B497; text-decoration: underline;}
.daybox a:hover{color:D2B497; text-decoration: underline;}
.freedaybox a:hover{color:D2B497; text-decoration: underline;}

.popup{ visibility: hidden; background-color:#666666; width: 450px; height:1px; position:absolute; border: 2px solid #FFFFFF; padding: 2px;}
.popupheader { background-color:#4E4E4E;}

