body
{
	margin: 0;
	padding: 0;
	background: #236865 url(../img/fundo-abstrato.jpg) repeat;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-Serif, Serif;
	vertical-align: center;
}

#abre
{
	position:absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}

#abre p
{
	text-align: center;
	font-weight: bold;
}

#abre a
{
	border-top: solid #009999 1px;
	border-bottom: solid #009999 1px;
	padding-top: 2em;
	padding-bottom: 2em;
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
	background: #00B6F2 url(../img/logo-fundo.jpg) repeat;
	font-size: 0.8em;
}

#abre a:hover
{
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	background: #00B6F2 url(../img/logo-fundo2.jpg) repeat;
	font-size: 1.2em;
}

#geral
{
	background: white url(../img/fundo-branco.gif) repeat;
	position:absolute;
	width: 780px;
	height: 510px;
	top: 50%;
	left: 50%;
	margin-top: -255px;
	margin-left: -390px;
}

#logo, #principal, #nav
{
	clear: both;
}

#logo
{
	padding: 5px 10px;
	height: 45px;
}

#logo h1, #logo h2
{
	margin: 0;
}

#logo h1
{
	background: transparent url(../img/logo.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	float: left;
}

#logo h2
{
	background: transparent url(../img/cdcard.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	float: right;
}

#logo h1 span, #logo h2 span
{
	display: none;
}

#principal
{
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	background: white;
	padding-right: 1em;
	height: 380px;
}

#principal img
{
	width: 300px;
	height: 380px;
	float: left;
	border: 0;
	margin-right: 20px;
}

#principal h2
{
	margin: 0;
	font-size: 1.9em;
	letter-spacing: -0.3pt;
	color: #6666CC;
}

#principal h3
{
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#principal h3 a
{
	color: #339999;
	text-decoration: none;
}

#principal p
{
	font-size: 1em;
}

#principal a:hover
{
	background-color: #FFFFCC;
}

#nav
{
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 1.5em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	padding-right: 1em;
	border-top: 1px dotted silver;
}

#nav a
{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#nav a:hover
{
	color: black;
	text-decoration: underline;
}


#voltar
{
	float: left;
}

#avancar
{
	text-align: right;
	float: right;
}

#som
{
	display: none;
}

ul
{
	margin-left: 0;
	margin-bottom: 0;
}

ul li
{
	text-indent: 2em;
	list-style-type: none;
	list-style-image: url(../img/li-normal.gif);
	list-style-position: inside;
	font-size: 1em;
}

ul li a
{
	text-decoration: none;
}

ul.ticket li
{
	list-style-image: url(../img/li-ticket.gif);
}

ul.ticket li a
{
	letter-spacing: 0;
}

.nospace
{
	margin: 0;
}

.nobottom
{
	margin-bottom: 0;
}

