html, body {
	font: 11pt Helvetica, Verdana, Arial, sans-serif;
	background-color: grey;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

body {
	overflow: scroll;
}

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

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #8080FF;
}

#outline {
	position: relative;
	top: 0px;
	width: 786px;
	height: 100%;
	background-color: white;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	background: #FFF url('../imgs/bg_black.png') no-repeat right;
	overflow: hidden;
}

#presenta {
	margin-top: 53px;
}
	
#angelote {
	position: absolute;
	top: 18px;
	left: -2px;
	z-index: 1;
}

#menu {
	position: absolute;
	top: 166px;
	width: 130px;
	text-align: center;
	background: #88F url('../imgs/bg_cyan.png');
	overflow: hidden;
}

#fb {
	font-size: 9pt;
	font-weight: bold;
	position: absolute;
	bottom: 80px;
	width: 130px;
	text-align: center;
	background: white;
}

#main {
	position: absolute;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	top: 100px;
	left: 150px;
	width: 590px;
}

#main>div.autores {
	float: right;
	text-align: right;
	margin: 0px;
	margin-top: 40px;
}

#main>div.title {
	position: absolute;
	top: 0px;
	right: 30px;
}

#main>div.content {
	position: absolute;
	top: 55px;
}

#outline>div.footer {
	position: absolute;
	top: 20px;
	margin-bottom: 30px;
}

img {
	border: none;
	vertical-align: middle;
}

#eventos {
	position: absolute;
	background-color: #fff;
	border: 3px solid #333;
	top: 100px;
	left: 30px;
	width: 480px;
	text-align: right;
	font-size: 11px;
	color: #000;
}

#info {
	margin: 10px;
	margin-top: 25px;
	font-size: 11px;
	color: #000;
}

td.mes  {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.ano {
	color: #000;
}

tr.dia td {
	width: 115px;
	text-align: left;
	font-size: 11px;
	color: #333;
	padding: 8px 0px 2px 0px;
}

td.diaoff {
	background-image: url('../imgs/dia_off.png');
	text-align: right;
	vertical-align: top;
	height: 45px;
	font-size: 22px;
	font-weight: bold;
	padding: 2px 8px 2px 2px;
}

td.diaon {
	background-image: url('../imgs/dia_on.png');
	text-align: right;
	vertical-align: top;
	height: 45px;
	font-size: 22px;
	font-weight: bold;
	padding: 2px 8px 2px 2px;
	cursor: pointer;
	cursor: hand;
}

#evento>a:link, #evento>a:active, #evento>a:visited {
	color: #ccc;
	text-decoration: none;
}

#evento>a:hover {
	color: #c00;
	text-decoration: none;
}

td.form {
	font-size: 10px;
	color: #333;
	padding: 0px 5px 5px 0px;
}

.destacado {
	font-size: 14px;
	color: #F0C;
	font-weight: bold;
}

.destacado2 {
	font-size: 12px;
	font-weight: bold;
}