/*********************************
TAGS HTML
*********************************/
html{
	overflow-x:hidden;
}

body{
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif, Arial;
	font-size:12px;
	color:#5a5a5a;
	background:url(../site_img/textura.png) repeat-x;
}

a{
	color:#008dd2;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}



/* DIVS */

#container{
	float:left;
	width:100%;
	margin:0;
}

#container #container1{
	width:1024px;
	height:600px;
	margin:0 auto;
	background:url(../site_img/bg.png) no-repeat;
}

/*********** TOP ************/

#top{
	float: left;
	width:223px;
	height: 120px;
	margin: 140px 0 30px 400px;
}

/*********** CENTER ************/

#center{
	float: left;
	clear:both;
	width:740px;
	margin:0 0 0 150px
}

#center dl{
	float:left;
	width:230px;
	margin:0 25px 0 0;
	text-align: justify;
}

#center dl dt{
	float:left;
	color:#008dd2;
	margin-bottom: 5px;
	font-weight: bold;
}

#center dl dd{
	float:left;
	font-size: 11px;
}

#center dl dd p{
	float:left;
	margin-bottom: 5px;
}

#center dl dd a{
	float:right;
	clear:right;
	color:#008dd2;
	font-weight: bold;
}

#center dl dd .saibaMais,
#center dl dd .saibaMais a{
	font-size: 11px;
	float:left;
	clear:right;
	color:#000;
	font-weight: normal;
}
#center dl dd .saibaMais a{
	text-decoration: underline;
}

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

#footer{
	float: left;
	width:940px;
	margin: 70px 0 0 40px; 
}

#footer a{
	float: left;
	margin-right: 5px; 
}

#footer p{
	float: right;
	margin:7px 5px 0 0;
	font-size:11px;
	font-weight: bold;
}

#footer #inc{
	float: left;
	width:940px;
	margin: 3px 0 0;
	border-top: solid 1px #008dd2;
}

#footer #inc p{
	float: left;
	margin: 3px 0 0;
	font-size: 10px;
	font-weight: bold;
}
#footer #inc .pixer{
	float:right;
	margin:5px 5px 0 0;
}
