
body.home #content {
	background: url(images/home_novo.jpg) no-repeat center;
	height: 309px;
}

body.home #content h2{
	display: none;
}

body.home #ft{
	border: none;
}

#hd {
	height: 162px;
	background: url(images/header.gif) no-repeat center;
}

#hd h1 {
	position: absolute;
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 120px;
	margin-left: 180px;
	line-height: 12px;
}

#hd h1 span{
	display: none;
}

#nav {
	height: 48px;
	background: url(images/nav_border_left.gif) no-repeat left;
	text-align: center;
}

#nav ul {
	height: 48px;
	margin-left: 5px;
	background: url(images/nav_border_right.gif) #B46652 no-repeat right;
	padding-left: 20px;
}

#nav ul li{
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	width: 90px;
	float: left;
	padding-left: 7px;
	height: 30px;
	padding-right: 5px;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#content {
	font-size: 12px;
	padding: 30px 80px 0px 80px;
	line-height: 20px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}

#content p {
	padding: 10px 0px 10px 0px;
}

#content strong {
	font-weight: bold;
}

#content table {
	margin-left: 50px;	
}

#content table, #content table tr, #content table tr td  {
	border: 1px solid #000;
}

#ft {
	height: 108px;
	width: 690px;
	margin-left: 28px;
	border-top: 2px solid #87ADD2;
	padding-top: 5px;
	margin-top: 20px;
}

#ft div.patrocinadores {
	width: 100px;
	text-align: center;
	float: right;
}

.patrocinio {
	font-weight: bold;
	font-size: 12px;
	color: #4F4F4F;
}

.tituloPatrocinio {
	font-weight: bold;
	font-size: 12px;
	color: #4F4F4F;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

/** FORMULÁRIO INSCRIÇÃO **/

.item-form label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
}

.item-form input.type-text, .item-form select, .item-form input.email, .item-form textarea {
	margin-left: 10px;
	width: 300px;
}

.item-form {
	margin-bottom: 5px;
}

.item-form #botao-enviar, #enviar-trabalho {
	margin-left: 160px;
	width: 100px;
}
.item-form span.loading {
	display:none;
}

.item-form #cpf-message {
	color: #f00;
}

span.error-form {
	color: #f00;
	margin-left: 10px;
}

#link-boleto {
	height: 50px;
	width: 200px;
}

#formulario-inscricao, #formulario-trabalhos {
	display: none;
}

#botao-inscricao {
	margin-top: 20px;
	margin-bottom: 10px;
	/*display: none;*/
}

#formulario-inscricao {
	margin-top: 10px;
}

#resumo {
	height: 200px;
}

#formulario-2via-boleto {
	display: none;
	margin-top: 10px;
}

/*
#botao-inscricao, #botao-2via-boleto, #mensagem-2via {
	display: none;
}*/

