html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0;
border: 0;
}
:focus {
outline: 0;
}
body {
background: white;
line-height: 1;
color: black;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}





html {
	background: #7C9AE2 url(../img/bg_html.jpg) repeat-x left top;
}
body#index {
	background: url("../img/bg_body_home.png") no-repeat scroll center top transparent;
	height: 1024px;
}
body {
	background: url("../img/bg_body.png") no-repeat scroll center top transparent;
	height: 1024px;
}
#tudo {
	margin: 0 auto;
	position: relative;
	width: 600px;
}

#tudo > a.back {
  	display: block;
  	height: 42px;
  	position: absolute;
  	right: 93px;
  	top: 280px;
  	width: 43px;
}
#tudo > a.abb {
	display: block;
  	height: 42px;
  	position: absolute;
  	left: -107px;
  	top: 280px;
  	width: 85px;
}
#corpo {
	height: 300px;	
	position: absolute;
	top: 380px;
	width: 100%;
	left: -15%;
}
#index #corpo {
  	background: url("../img/logo.jpg") no-repeat scroll center top transparent;
}
#nav1 {
  	box-shadow: 0 2px 3px #CCCCCC;
	float: left;
	list-style: none outside none;
	margin: 0 0 2px;
	padding: 0;
}
#index #nav1 {
  	bottom: -60px;
  	box-shadow: none;
  	margin: 0;
  	position: absolute;
}
#nav1 li {
	border: 1px solid #9A9A9A;
	display: inline-block;
	float: left;
	height: 35px;
	margin: 0;
	padding: 0;
	width: 155px;
	text-align: center;
}
#index #nav1 li {
  	border: 3px solid #000000;
  	margin-left: 10px;
  	width: 100px;
  	border-radius: 6px;
}
#nav1 li + li {
  	border-left: medium none;
}
#nav1 a {
	background: url("../img/seta.png") no-repeat scroll right center transparent;
	color: #807F7A;
	display: block;
	font-family: 'times new roman';
	font-size: 20px;
	height: 100%;
	line-height: 35px;
	margin: 0 5px;
	padding: 0 18px 0 5px;
	text-decoration: none;
}
#index #nav1 a {
  	background: none repeat scroll 0 0 transparent;
  	color: #000000;
  	font-size: 17px;
  	margin: 0;
  	padding: 0;
}
#nav1 a:hover { text-decoration: underline;}
.active {
  background: none repeat scroll 0 0 #DEDEDE;
  color: #FFFFFF;
  font: bold 20px/35px 'times new roman';
}
#nav2 {
  	border: 1px solid #9A9A9A;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 290px;
	width: 624px;
}
#nav2 li {
	display: inline-block;
	height: 35px;
	margin: 8px 30px 0;
	padding: 0;
	text-align: center;
}
#nav2 .active {
  	display: block;
}
#nav2 li + li {
}
#nav2 a {
	background: url("../img/seta2.png") no-repeat scroll right center transparent;
	color: #807F7A;
	display: block;
	font-family: 'times new roman';
	font-size: 20px;
	height: 100%;
	line-height: 35px;
	padding: 0 18px 0 5px;
	text-decoration: none;
}
#nav1 a:hover, #nav2 a:hover { text-decoration: underline;}
.conteudo {
  	clear: both;
	color: #5DB26E;
	height: 240px;
	overflow: auto;
	padding: 0 10px;
}
h1 {
  	font: 16px "times new roman";
	margin: 0 0 5px;
	text-transform: uppercase;
	background: #3c45ce;
	width: 30%;
}
p {
  	margin: 5px 0;
}