@charset "utf-8";
*, html {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center top;
	font-size: 11px;
	color: #1c3170;
}
h2 {
	font-size: 27px;
	color: #1c3170;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
}
h3 {
	font-size: 12px;
	color: #1c3170;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	text-align: justify;
	line-height: 17px;
	color: #1c3170;
	margin-bottom: 17px;
}
hr	{
	background-color:#d1c5b3;
	height:2px;

}

.clear {
	clear: both;
	display: none;
	height: 0px;
	width: 0px;
}
.negrito {
	font-weight: bold;
}

#tbl_index {
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#global {
	width: 792px;
	margin: 0 auto;
}
#global #logo {
	float: left;
	margin-left:35px;
	height: 82px;
	width: 124px;
}
#global #titulo {
	float: left;
	height: 82px;
	width: 445px;
	margin-left: 45px;
}
#global #lingua {
	float: right;
	height: 82px;
	width: 69px;
}
#global #menu_alto {
	height: 95px;
	width: 792px;
	clear: both;
	float: none;
}
#menu_flash {
	margin-left:3px;
	margin-bottom:-2px;
}

#global #menu_esquerdo {
	float: left;
	height: 223px;
	width: 204px;
}

#global #menu_direito {
	float: left;
	height: 333px;
	width: 164px;
}

#global #conteudo {
	width: 374px;
	float:left;	
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: 510px;
	overflow:auto;
	overflow-x:hidden;
	background-image: url(../imagens/fundo_conteudo.jpg);
	background-repeat: repeat;
}
#global #conteudo li {
	list-style-type: square;
	margin-bottom: 20px;
}
#global #pe_conteudo {
	height: 70px;
	width: 424px;
	margin-left: 204px;
	clear: both;
}
#rodape_global h6 {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #151f5d;
	text-align: center;
	margin-top: 30px;
}

#rodape_global #realizacao {
	width: 480px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#rodape_global #realizacao img {
	margin-right: 30px;
}

#rodape_global #dmn {
	float: right;
	margin-top: 20px;
}
.btn_enviar {
	width: 200px;
	display: block;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	background: #ddd;
	border: 1px solid #777;
	margin: 0 auto;
}
label {
	font-weight: bold;
	
}
tbl_inscricao td {
	padding-top:500px;
}

