body  {
	font-family: verdana,arial;
	background-color:#003366;
}
a {
	font-size : 10px;
    text-decoration: none;
}
.rightday   {
	color: White;
	background-color: #FF6600;
	font-size : 12px;
	cursor: pointer;
	cursor:hand;
}
.tem_evento   {
	color: White;
	background-color: #404000;
	font-size : 12px;
	cursor: pointer;
	cursor:hand;
}
.rightmonth {
	color: black;
	background-color: Beige;
	font-size : 10px;
	cursor: pointer;
	cursor:hand;
	border : 1px ridge White;
}
.weekDays {
	color: white;
	font-size : 10px;
	background-color: #004000;
}
.wrongmonth {
	font-size : 12px;
	color: gray;
	background-color: Silver;
	cursor: pointer;
	cursor:hand;
}

div {
	font-size : 10px;
	cursor: pointer;
	cursor: hand;
	background-color :#E7D9C7;
}

FORM SELECT.selSelect {
		font-family: verdana,arial;
		font-size : 10px;
}


.scrollMenu {
	font-size : 12px;
	color: black;
	background-color: #003366;
	cursor: pointer;
	cursor:hand;
	border : 1px double White;
}



