.TablaCalendario {
	background:  #4682B4;
	border: solid black 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: center;
}
/*.TablaCalendario .Liunky {
	text-decoration: none;
}*/
.TablaCalendario .Liunky a {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
/*.TablaCalendario a:link {
	text-decoration: none;
}
.TablaCalendario a:visited {
	text-decoration: none;
}*/
.TablaCalendario .Liunky a:hover {
	background: #333333;
}
/*.TablaCalendario a:active {
	color: #FF0000;
	text-decoration: none;
}*/

.TablaCalendarioInner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

