@charset "utf-8";
body {
	background-color: #90D8F6;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}

#principal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 570px;
	margin-top: -285px;
	background:url("/img/wait_inv.gif") no-repeat center center;
}


#topo {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	height: 570px;
	margin-top: -285px;
	background-color: #FFF;
}
#conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(img/fundo_pg.png);
	height: 570px;
	margin-top: -285px;
	z-index: 4;
}

#foto_principal {
	float: left;
	position: absolute;
	clear: left;
	width: 400px;
	height: 344px;
	z-index: 2;
	margin-left: 450px;
	margin-top: 155px;
	left: -55px;
	top: 39px;
}

#texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	position: absolute;
	clear: left;
	width: 210px;
	height: 210px;
	z-index: 6;
	margin-left: 430px;
	margin-top: 145px;
	left: -240px;
	top: 74px;
	color: #666666;
}
#texto2 {
	float: left;
	position: absolute;
	clear: left;
	width: 549px;
	height: 210px;
	z-index: 6;
	margin-left: 430px;
	margin-top: 145px;
	left: -273px;
	top: 83px;
	text-align: center;
	font-weight: bold;
	color: #666;
}
#texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: left;
	position: absolute;
	clear: left;
	width: 651px;
	height: 302px;
	z-index: 6;
	margin-left: 430px;
	margin-top: 145px;
	left: -298px;
	top: 83px;
	color: #666;
	overflow: auto;
}
.titulo3 {
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.texto_direita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	display: block;
}
#texto1 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#texto1 li {
}
#texto1 a:link, #texto1 a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 12px;
}

#texto1 a:hover, #texto1 a:active {
	color: #C00;
}

#texto2 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#texto2 li {
}
#texto2 a:link, #texto2 a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 12px;
}

#texto2 a:hover, #texto2 a:active {
	color: #C00;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06F;
}
.texto_vermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C00;
}

