/* CSS Document */

body {
margin:0px;
background-image:url(fundo.jpg);
background-repeat:repeat-x;
background-color:#333333;
}

#principal {
width:770px;
height:600px;
margin:auto;

}

#topo1 {
width:770px;
height:34px;
background-image:url(images/index_r1_c1.jpg);
background-repeat:no-repeat;
margin-top:1px;
}

#topo2 {
width:770px;
height:199px;
background-image:url(images/index_r2_c1.jpg);
background-repeat:no-repeat;
}

#topo3{
background-image:url(images/index_r3_c1.jpg);
width:770px;
height:25px;
}

#topo4{
width:770px;
height:219px;

}
#topo5{
width:393px;
height:219px;
background:url(images/index_r4_c1.jpg) no-repeat;
float:left;

}
#topo6{
width:377px;
height:219px;
background-image:url(images/index_r4_c2.jpg);
float:left;
}
#topo7{
width:770px;
height:175px;
background-image:url(images/barra.jpg)}
#topo8{
width:770px;
height:33px;
background-image:url(images/index_r6_c1.jpg);
}
#topo9{
width:385px;
height:174px;
float:left;
}

#topo10{
margin-bottom:2px;
margin-left:2px;
width:380px;
height:85px;
float:left;

}
#topo11{
margin-right:5px;
width:80px;
height:85px;
float:left;

}
#topo12{
margin-right:3px;
width:290px;
height:85px;
float:left;

}
#topo13{
margin:0px;
padding-top:10px;
padding-left:18px;
width:261px;
height:185px;
float:left;
z-index:1;
}


#topo14{
margin-left:5px;
margin-top:5px;
width:90px;
height:100px;
float:left;

}



#topo15{
width:25px;
height:25px;
float:right;
margin-right:7px;

}


#topo16{
width:150px;
height:200px;
float:right;
margin-right:7px;

}

#topo17{
margin-top:100px;
margin-right:7px;
width:150px;
height:35px;
float:right;
}
#topo18{
margin-top:7px;
margin-right:7px;
width:150px;
height:35px;
float:right;
}










/* textos */

.tit_laranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF6600;
	font-weight:bolder;

}

.texto_simples {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;


}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}