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

#pagina{
	
	background-image:url(../../images/fundo_noticias.gif); 
	background-repeat:no-repeat;
	background-position:center;
	width:600px;
	height:1150px;
	position:relative;
	
	}

#cabecalho {
	
	position:relative; 
	margin:15px; 
	height:80px; 
	width:500px; 
	padding:30px; 
	border-bottom:#00C 1px groove;
	
	}
	
#titulo {
		}
	
#corpo {
	padding-left:20px;
	padding-top:0px;
	padding-right:30px;
	padding-bottom:10px;
	 overflow:hidden; 
	overflow-x: hidden;
	text-align:justify;
	}
	
#imagen {
	float:left; 
	margin-right:5px; 
	padding:5px; 
	border: #555 1px solid;
	
	}

#imagen2 {
	float:right; 
	margin-left:5px; 
	padding:5px; 
	border: #555 1px solid;	
	}

#imagen3 {
	float:right; 
	margin-left:5px; 
	padding:5px; 
	
	
	}


#conteudo {
	text-align:justify;
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	}

.bandeiras{
	width:25px; 
	height:17px; 
	margin:2px; 
	border:#fff 1px solid;
	}
