@charset "utf-8";
/* CSS Document */


div.banner_topo div {
    width:920px;
    height:222px;
    position:relative;
	left:23px;
	top:23px;
}

div.banner_topo div#banner01{
    background:url('../imgs/banner/bg_banners.jpg') no-repeat 0px 0px;
}

div.banner_topo div#banner02{
    background:url('../imgs/banner/bg_banners.jpg') no-repeat 0px -225px;
}

div.banner_topo div#banner03{
    background:url('../imgs/banner/bg_banners.jpg') no-repeat 0px -450px;
			position:absolute;
	left:0;
	top:1px;
}
div.banner_topo div#banner04{
    background:url('../imgs/banner/bg_banners.jpg') no-repeat 0px -680px;
}

div.banner_topo #nav { margin: 0px; position:absolute; top:380px; left:22px;  z-index:100; width:130px; height:30px; background:none; }

#nav a { left:645px; color: #cccccc; margin:0px; padding: 18px 0 10px 11px; text-decoration: none; height:20px; width:21px; display:block; float:left; background:url('../imgs/banner/bg_nav.png') no-repeat }
#nav a.activeSlide { color: #cc0000;  background:url('../imgs/banner/bg_nav_active.png') no-repeat }


