* {
	margin: 0;
	padding: 0;
}
body {
	font-family : verdana, arial, helvetica;
	background-color : #000;
	text-align: center;
}

table {
	width: 100%;
	border: 0px;
	background-color: #eee;
	color: #535353;
}

INPUT  {
	font-family : verdana,arial,helvetica;
	font-size : 8pt;
}

TEXTAREA  {
	font-family : verdana,arial,helvetica;
	font-size : 8pt;
}

SELECT  {
	font-family : verdana,arial,helvetica;
	font-size : 8pt;
}

.dia {
	font-family : verdana, arial, helvetica;
	font-size : 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #959595;
	text-align: center;
	height: 20px;
}
.dia_normal {
	text-align: center;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #535353;
}
.dia_evento {
	color: #eee;
	background-color: #f78208;
	text-align: center;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

.mes  {
	color: #eee;
	background-color: #535353;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	height: 35px;

}
a.mes:link{ color: #eee; text-decoration: none; font-weight: bold;}
a.mes:active{ color: #eee; text-decoration: none; font-weight: bold;}
a.mes:visited{ color: #eee; text-decoration: none; font-weight: bold;}
a.mes:hover{ color: #dd1c0e; text-decoration: none; font-weight: bold;}
a.dia_evento:link{ color: #eee; text-decoration: none;}
a.dia_evento:active{ color: #eee; text-decoration: none;}
a.dia_evento:visited{ color: #eee; text-decoration: none;}
a.dia_evento:hover{ color: #535353; text-decoration: none;}
