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

* { margin:0; padding:0; border:0; }

body {
	background:url(imgs/bg.jpg);
}

#site {
	width:100%;
	overflow:hidden;
}

#topo {
	width:100%;
	border-top:8px solid #524D61;
	border-bottom:8px solid #524D61;
	padding:10px 0;
	background:#fff;
}

.conteudoDIVS {
	width:990px;
	overflow:hidden;
	margin:0 auto;
}

#banner {
	width:100%;
	overflow:hidden;
	background:url(imgs/bg-banner.jpg) repeat-x;
}

#banner .conteudoDIVS {
	width:980px;
	height:340px;
	border:5px solid #999;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
}

#corpo {
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}

#blocos-site {
	width:990px;
	overflow:hidden;
}

.separador {
	margin:30px 0;
	width:990px;
	border-top:1px dotted #1563b6;
}

#ladoA {
	width:790px;
	overflow:hidden;
	float:left;
}

#rodape {
	background:#524D61;
	border-top:5px solid #000;
	padding:10px 0;
}
#redes{
	width:100px;
	height:31px;
	position:absolute;
	right:210px;
	top:15px;
}