body,table {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size: 12px;
}
body {
	background-color: #c4c4c4;
	text-align:center; /* hack para o IE */
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;	
}
img{
	border: 0px;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: blue;
}
a.link2 {
	text-decoration: none;
	color: blue;
}
a.link2:hover {
	text-decoration: none;
	color: blue;
}
textarea, input[type=text] {
	width: 400px;
}
#divCorpo{
	padding-top: 10px;
	position: relative;
	/*background-color: #d7dae9;*/
	/*background-image: url("/img/fundo.png");*/
}
#divPagina{
	margin: 0 auto;
	width: 800px;
	height: 600px;
	border: 0px solid black;
	border-top: 4px solid black;
	background-color: white;
	background-image: url("../img/fundo.gif");
	background-repeat: no-repeat;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 0px;
	border-bottom-left-radius: 10;	
	border-bottom-right-radius: 10;		
	/*behavior: url(border-radius.htc);*/
}
#divCabecalho {
	/*border-top: 4px solid black;*/
	padding-top: 4px;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	overflow:hidden;
	width: 900px;
	height:180px;
	margin: 0 auto;	
	background-color: #c4c4c4;
	border-bottom-right-radius: 20;	
}
#divConteudo{
	border: 0px solid black;
	/*text-align: justify;*/
	padding-top: 10px;
	height: 300px;
	/*overflow: hidden; */
	overflow:auto;
	text-align:center; /* hack para o IE */	
	margin: 0 auto;	
	background-color: white;
}
#divLivre{
	border: 0px solid red;
	overflow:auto;
	width: 580px;
	height: 140px;
	float: left;
	text-align: right;
}
#divMenu{
	border: 0px solid red;
	overflow:auto;
	width: 580px;
	float: left;
}
#divLogo{
	border: 0px solid blue;
	/*border: 0px solid black;*/
	text-align: center;
	width: 300px;
	height: 250px;
	float: left;
}
#divAbertura{
	margin: 0 auto;
	width: 890px;
	border: 0px solid blue;
	/*float: left;*/
	position: relative;
	overflow:auto;	
}
#divColuna{
	border: 0px solid black;
	padding-left: 0px;
	width: 270px;
	float: left;
	/*margin: 0 auto;*/
}
#divSocial{
	border-top: 1px dotted black;
	padding-left: 8px;
	padding-top: 8px;
	margin-top: 18px;
}
#divListaNoticia{
	border-top: 1px dotted black;
	padding-left: 8px;
	margin-top: 18px;
	padding-top: 8px;	
}
.divNoticia{
	background-color: #EDEDED;
	border-left: 4px solid silver;
	text-align: left;
	padding: 5px;
	float: left;
	margin: 5px;
}
#divBanner {
	border-right: 1px solid gray;
	padding: 8px;
	margin-right:8px;
	width: 584px;
	height: 216px;
	float: left;
	/*margin: 0 auto;*/
	overflow:hidden;
}
/* MENU */
#menu ul {
	padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	background-color:#EDEDED;
	list-style:none;
	font-size: 14px;
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 10px;
}
#menu ul li { 
	display: inline;  
}
#menu ul li a {
	padding: 2px 10px;
	float:center;
	/* visual do link */
	background-color:#EDEDED;
	color: #333;
	text-decoration: none;
	border-bottom:3px solid #d7dae9;
	border-left:3px solid #d7dae9;
	border-radius: 5px;
	height:1px; /* IE5.0 bug */	
}
#menu.selecionado ul li a {
	padding: 2px 10px;
	float:center;
	/* visual do link */
	background-color:#888c95;
	color: #333;
	text-decoration: none;
	border-bottom:3px solid #d7dae9;
	border-left:3px solid #d7dae9;
	border-radius: 5px;
	height:1px; /* IE5.0 bug */	
}
#menu ul li a:hover {
	background-color:#888c95;
	color: white;
	border-bottom:3px solid #EA0000;
	border-left:3px solid #EA0000;
}

/*CAIXAS*/
.caixa1 {
	width: 100px;
	font-weight:bold;
	float: left;
	clear: both;
	text-align: left;
	border: 1px solid black;
	margin: 2px;
}
.caixa2 {
	width: 500px;
	float: left;
	text-align: left;
	border: 1px solid black;
	margin: 2px;
}
.caixa3 {
	/*float: left;*/
	padding-top: 10px;
	text-align: left;
	width: 600px;
	margin: 0 auto;
	text-align: justify;
}
/* idiomas */
.divBandeira {
	/*position:fixed;*/
	left:30px;
	top:20px;
	width:580;
	border: 0px solid black;
}
.bandeira {
	cursor:pointer;
	width:20px;
	height:12px;
	margin-bottom: 2px;
	border-bottom: 1px solid black;
}
<!-->
html, body {
	height: 100%;
	overflow: auto;
}
.divBandeira {
	/*position: absolute;*/
}
<!-->
