@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/fundo_bg.jpg) repeat-x top left;
	width:100%;
	height:100%;
}

h1, h2 {
	margin:10px 0 0;
}

a, a:visited, a:link {
	border:0;
	color:#006;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#393;
}

p {
	margin:10px auto;
	text-indent:20px;
	text-align:justify;
	line-height:1.4em;
}

img {
	border:0;
	margin:5px;
}

p.imgLeft, p.imgRight, p.imgCenter {
	margin:0;
	text-indent:0;
}

p.imgLeft {
	float:left;
}

p.imgRight {
	float:right;
}

p.imgCenter {
	clear:both;
	text-align:center;
}

ul {
	margin:0 20px;
}

dl dt {
	float:left;
	font-weight:bold;
	width:120px;
	margin:0 0 0 15px;
}

div.conteudo_pass h2, div.conteudo_pass h3 {
	clear:both;
	float:none;
}
/*
div.conteudo_pass {
	width:670px;
	margin:0 auto;
}*/

#conteudo img {
	padding:2px;
	border:2px solid #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#fundo {
	position:absolute;
	background:url(../images/fundo.jpg) no-repeat top right;
	z-index:-1;
}

#map {
	text-align:center;
}

/*LOGO*/
h1.logo {
	margin:0;
	text-indent:-1000em;
	background:url(../images/logo.png) no-repeat top left;
	width:330px;
	height:190px;
}

/*HEADER*/
#header {
	width:780px;
	margin:auto;
}

/*CONTEUDO*/
#conteudobg {
	width:790px;
	height:450px;
	margin:auto;
	background:url(../images/conteudo_bg.png) no-repeat top left;
}
#conteudo, #lang {
	position:relative;
	padding:5px;
	width:750px;
	height:370px;
	overflow:auto;
	top:9px;
	left:13px;
}
#lang {
	height:auto;
	text-align:right;
	overflow:hidden;
	padding:0;
	top:8px;
}
#conteudo h1 {
	text-align:right;
	border-bottom:1px solid #000;
	border-right:5px solid #000;
	padding-right:5px;
}
#load {
	width:32px;
	height:32px;
	vertical-align:middle;
	margin:auto;
	display:none;
}

/*FORM*/
.niceform {
	width:90%;
	margin:auto;
}

.niceform fieldset {
	margin:10px auto;
	border:0;
	padding:5px;
	text-align:center;
}

.niceform fieldset.action {
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}

.niceform legend {
	text-transform:uppercase;
	border:1px dotted #cef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#cef;
	font-weight:bold;
	padding:3px;
}

.niceform input, .niceform select, .niceform textarea {
	padding:2px;
	border:1px solid #245;
	background:#cef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.niceform option {
	padding:2px;
	background:#cef;
}

.niceform dl {
	float:left;
	width:320px;
}

.niceform dl dt ,.niceform dl dd {
	line-height:2em;
	text-align:left;
}

.niceform dl dt {
	float:left;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
	vertical-align:middle;
	width:150px;
}
dl.info {
	margin:5px auto 0;
}
/*FOOTER*/
#footer {
	width:750px;
	margin:-10px auto 0;
}
#copyright, #info {
	text-align:center;
	margin:0;
	font-size:0.8em;
}
