*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	list-style:none;
	text-decoration:none;
}

body{
	text-align:center;
	background:url(img/modulos1.jpg) repeat-x left 100px;
}

#container{
	width:776px;
	margin:0 auto;
	text-align:left;
}

/*//// HEADER ////*/

#header{
	height:100px;
}

#header h1 a{
	width:231px;
	height:52px;
	float:left;
	overflow:hidden;
	background:url(img/logo.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	position:relative;
	left:24px;
	top:24px;
}

#header .linguagem{
	float:right;
	width:140px;
	height:60px;
	position:relative;
	top:55px;
	left:114px;
}

#header .linguagem h2{
	color:#999;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	margin:0 6px 6px 0;
}

#header .linguagem p a{
	width:20px;
	height:16px;
	float:right;
	overflow:hidden;
	background:url(img/pbrasil.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	border-left:10px #FFF solid;
}

#header .linguagem p a.ingles{
	background:url(img/pingles.gif) no-repeat;
}

#header .linguagem p a.italiano{
	background:url(img/pitalia.gif) no-repeat;
}

#header ul{
	width:120px;
	height:30px;
	float:right;
	position:relative;
	top:20px;
}

#header ul li{
	float:left;
}

#header ul li a{
	display:block;
	width:40px;
	padding:10px 0 6px 0;
	font-size:9px;
	text-align:center;
}

#header ul li a.home{
	background:url(img/home.gif) no-repeat top center;
}

#header ul li a.news{
	background:url(img/news.gif) no-repeat top center;
}

#header ul li a.contato{
	background:url(img/contato.gif) no-repeat top center;
}


/*//// MODULOS1 ////*/

#modulos1{
	height:190px;
	background:url(img/modulos1.gif) no-repeat right top;
	overflow:hidden;
	margin-bottom:8px;
}

#modulos1 .destaque{
	width:650px;
	height:190px;
	float:left;
	position:relative;
	top:-190px;
	z-index:10;
}

#modulos1 ul{
	width:226px;
	height:190px;
	float:right;
	position:relative;
	z-index:100;
}

#modulos1 ul li{
	float:left;
	width:226px;
	height:30px;
	text-indent:120px;
	overflow:hidden;
}

#modulos1 ul li a{
	width:226px;
	height:30px;
	line-height:29px;
	display:block;
	float:left;
	color:#FFF;
	font-weight:bold;
}

#modulos1 ul li a:hover{
	color:#FFFF00;
}

/*//// CONTEUDO ////*/

#conteudo{
	width:450px;
	float:left;
	padding:0 10px 0 10px;
	margin:0 20px 6px 0;
	border-right:#CCC 1px solid;
	background:url(img/globo.gif) no-repeat bottom center;
}

/*//// MODULOS2 ////*/

#modulos2{
	width:275px;
	float:left;
	margin-bottom:6px;
	background:#E5EFF4;
}

#modulos2 h1{
	height:40px;
	line-height:39px;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	background:#00446C;
	text-indent:20px;
}

#modulos2 p a:hover{
	color:#000;
}

#modulos2 .pdesc{
	height:100px;
	padding:14px;
}

#modulos2 .img{
	width:275px;
	height:180px;
}

#modulos2 .img img{
	width:275px;
	height:180px;
	border:none;
	margin:0 auto;
}

#modulos2 h4{
	border-top:20px #E5EFF4 solid;
	border-right:10px #E5EFF4 solid;
	border-left:10px #E5EFF4 solid;
}

#modulos2 p.clear{
	clear:both;
	height:10px;
	font-size:8px;
	margin:0;
}

#modulos2 h4 img{
	border:none;
	float:left;
}

/*//// FOOTER////*/

#footer{
	text-align:center;
	height:100px;
	background:url(img/footer.jpg) repeat-x #0077B5;
	clear:both;
}

#rodape{
	margin:0 auto;
	width:776px;
	height:100px;
	text-align:left;
	overflow:hidden;
}

#rodape .infor{
	height:80px;
	position:relative;
	top:10px;
	width:370px;
	float:left;
	border-left:#00446C 5px solid;
	padding-left:10px;
}

#rodape .infor p{
	color:#FFF;
	margin-bottom:4px;
}

#rodape .infor p a{
	font-weight:bold;
	color:#FFF;
	margin:0 10px 0 10px;
}

#rodape .infor address{
	color:#FFF;
	font-style:normal;
	margin:4px 0 4px 0;
}

#rodape .infor h1 a{
	width:58px;
	height:22px;
	float:right;
	overflow:hidden;
	background:url(img/webby.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	position:relative;
	top:-26px;
}

