table, td {
	font-family: Arial, Veranda, sans serif;
}

#heading {
        font-weight: bold;
        color: #FFFFFF;
        font-size: 12px;        
}

.daytable {
        background-color: #000000;
        width: 200px;
}

.dayrow {
        height: 5px;
}


.dayhead {
        background-color: #FFFFFF;
        font-weight: bold;
        text-align: center;
}

.days {
        background-color: #FFFFFF;
        text-align: right;
}

.evento{
	background-color:#f1b520;
	color:white;
}

.evento a{
	color:black;
	text-decoration:none;
}

.evento a:hover{
	color:black;
	text-decoration:underline;
}
