.address {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #993300;
	padding-bottom: 5px;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEEEA;

}
a:link, a:active, a:visited {
	color: #996600;
	text-decoration: none;

}
a:hover {
	color: #993300;
	background-color: #F4F4F4;
}

#menu {
	font-size: 11px;
	text-align: left;
	padding: 5px;
	color: #333333;


}
#menu a:link, #menu a:active, #menu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #CC9933;
	display: block;
	width: 190px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;



}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;


}
#menu #sub {
	font-size: 10px;
	padding-left: 15px;



}

#footer {
	font-size: 11px;
	text-align: center;
	padding: 5px;
	color: #333333;


}
#footer a:link, #footer a:active, #footer a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;

}
#footer a:hover {
	color: #996600;
	text-decoration: underline;

}
.left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
	margin: 5px;
	padding: 5px;

}
.right {
	margin: 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;

}
h3 {
	font-size: 14px;
	color: #993300;
	padding: 3px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
.events {

	margin: 5px;
	padding: 5px;
	font-size: 11px;
}
.form {
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
#calendario {
        position: absolute;
        top: -1000px;
        left: -1000px;
        visibility: hide;
        background: #fff; 
}
#calendario td {
        font: 8pt Verdana, Arial, Helvetica, sans-serif;
}