@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #005890;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #ACCEE2;
	background-attachment: scroll;
	background-image: url(../images/body_bkg.png);
	background-repeat: repeat;
	background-position: top;
}

#topo{
	height: 150px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	
}



#header{
	height: 157px;
	width: 768px;
	background-image: url(../images/topo.png);
	margin-right: auto;
	margin-left: auto;
	background-position: top;
	vertical-align: top;
}

#menu_div{ /* zona menu*/
	width: 768px;
	background-repeat: repeat-x;
	background-position: top;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E2F3FB;
}


#menu{ /* fundo menu */
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu_fundo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	font-size: 0.8em;	
}


#contentor {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/fundo.png);
	background-repeat: repeat-y;
	background-position: top;
} 

#conteudo {
	width: 768px;
	margin-left: 21px;	
}



#conteudo_leftcol{
	float: left;
	width: 177px;
	margin-left: 8px;
	margin-top: -20px;
	margin-bottom: 24px;
	min-height: 350px;
}


#conteudo_texto{
	width: 555px;
	margin-left: 195px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 24px;
	padding: 4px;
	margin-bottom: 24px;
}

#conteudo_texto h2 {
	font-size: 1.2em;
	color: #C0A062;
	margin-top: 0px;
}

#noticias{
	padding: 4px;
	border: 1px solid #002C46;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #BCD2E6;
	color: #002C46;
}
#footer{
	height: 28px;
	width: 810px;
	background-image: url(../images/footer_fundo.png);
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}


#lang_box{
	padding: 4px;
	margin-right: 4px;
	margin-left: 4px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	
	
	
