@import url("estilos.css");
@import url("titulos.css");
*{
	margin:0px;
	padding:0px;
}
body{
	overflow-x:hidden;
}

#geral {
	width: 778px;
	height: auto;
	margin:auto;
	
}
#geral #topo{
	width:100%;
	height:160px;
}
#geral #noticias{
	height:25px;
	width:100%;
	background-image:url(../img/noticias.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin:5px 0 5px 0;
}
#geral #rodape{
    width:750px;
	height:35px;
	display:block;
	padding:10px 0 0 0;
	clear:both;
}
#geral #noticiaDir {
	width:450px;
	float:right;
	display:block;
	padding:0 30px 0 0;
}
#geral #noticiaEsq {
	width:250px;
	float:left;
	display:block;
	padding:0 0 0 10px;
	background:#C0C4DF;
}
#geral #noticiaDir img{
	float:right;
	margin:0 0 10px 10px;
	width:220px;
}
#geral #noticiaEsq img{
	border:none;
	margin-left:10px;
	width:60px;
	height: 45px;
}
