@charset "ISO-8859-1";
/* CSS Document */


/* basic elements */

body, h1, h2, h3, h4, h5, h6, p, ul, li, form {
	margin: 0px;
	padding: 0px;
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background:#FFF url(../img/bkg_top_home_blue.png) repeat-x left top;
	line-height: 15px;
}

/*
LINKS --------------------- */

a {
	font-size: 12px;
	color: #999999;
	text-decoration: none
}

a:hover {
	color: #666666;
	text-decoration: underline
}

a:active {
	color: #333333;
}

a img {
	border-width: 0; 
	border-style: none;
}

/*
COMMON --------------------- */

br {
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 0; 
	line-height: 150%;
}


/*
MASTHEAD + SUBMAST --------------------- */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


/* ----------------------------*/
/* PAGE ELEMENTS */
/* ----------------------------*/

/*
MAIN CONTENT --------------------- */

#wrapper {
	width: 100%;
	margin: auto;
	/*background: url(../img/bkg_footer.png) repeat-x center bottom;*/
}

#outer {
	width: 1011px;
	margin:0 auto;
	padding: 0px;
	text-align:left; /* "remédio" para o hack do IE */
	background: url(../img/bkg_outer.png) repeat-y;
}



/*----- FOOTER -----*/

#wrap_footer {
	width:100%; 
	margin: 0 auto;
	}
	
#wrap_footer #footer {
	width:1011px;
	height:29px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	/*background:#03C url(../img/bkg_footer2.gif) repeat-y center top;*/
	}
	
	
#wrap_info{
	width:100%;
	height:326px; 
	margin: 0 auto;
	background: url('../img/bkg_footer.png') top center repeat-x;
	}
#wrap_info #info{
	width:995px;
	height:326px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	}

#info #block3 .social {
	color:#fff; 
	text-decoration:none;
	padding: 3px 0 3px 28px;
	display:block;
	}
#info #block3 .social:hover {
	color:#414141; 
	text-decoration:none;
	}

#block1 {
	float: left;
	width: 302px;
	margin-top: 16px;
	margin-left: 15px;
	}
#block2 {
	float: left;
	width: 302px;
	margin-top: 16px;
	margin-left:34px;
	}
#block3 {
	float: left;
	width: 280px;
	margin-top: 45px;
	margin-left: 47px;
	
	}
