@charset "utf-8";
/* CSS Document */
/* CALENDARIO */
table.calendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #66CCFF;
}
table.leyenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	width: 75%;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td.normal {
	background-color: #6699FF;
	height: 10px;
	width: 15px;
}
td.domingo {
	background-color: #0066FF;
	height: 10px;
	width: 15px;
}
td.negrita1 {
	background-color: #FFFF99;
	color: #000000;
	height: 10px;
	width: 15px;
}
td.negrita2 {
	background-color: #66FF99;
	color: #000000;
	height: 10px;
	width: 15px;
}
td.negrita3 {
	background-color: #FFCC66;
	color: #000000;
	height: 10px;
	width: 15px;
}
a.enlaceCalendario {
	text-decoration: none;
	color: #000000;
}
td.titulo {
	background-color: #6699FF;
	height: 10px;
}
td.vacio {
	background-color: #CCCCCC;
}
.hoy {
	text-decoration: underline;
	color: #00FF00;
}
