* {
		margin: 0;
		padding: 0;
}

body{

	font-family: Arial;
	background: #fff url(imagens/fundo.png) repeat-x;
}

#container {

	width: 750px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
#topo {
		height: 150px;
		background: url(imagens/detalhe-topo.png) no-repeat right top;
		padding-top: 25px;
		/*border: 1px solid red;*/

}

.logo {
		width: 152px;
		height: 66px;
		background: url(imagens/logo.png) no-repeat center;
		text-indent: -3000px;

}

/* BARRA DE NAVEGAÇÃO */

ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#topo ul {

		margin-top: 30px ;
		background: #b10333;
		float: left;
}

#topo ul li {

		float: left;
}

#topo ul a {

	font-size: 0.9em;
	display: block;
	padding: 0.5em 1.5em;
	line-height: 2.1em;
	text-decoration: none;
	color: #fff;
	background: url(imagens/divisor.png) no-repeat left center;
}

#topo ul .primeiro a {
	background: none;
}

#topo ul a:hover {
	color: black;

}

body.home #navegacao a#home, 
body.brasil #navegacao a#brasil,
body.fotos #navegacao a#fotos,
body.internacional #navegacao a#internacional,
body.internacional #navegacao a#internacional

{

	color: #fff;
	background: #de003e;
	cursor: pointer;


}

/* Estruta do site*/

#conteudo {
	background: #f5f5f5;
	margin-top: 70px;
}


#duas-colunas #primario {
	width: 555px;
	
}

#uma-colunas #primario {
	width: 750px;
	margin: 0 0 20px 0;
	
}

#primario {
	width: 270px;
	float: left;
	margin: 0 0 20px 195px;
	
}

#secundario {

	width: 270px;
	float: left;
	margin: 0 0 20px 15px;
	
}

#lateral {
	width: 180px;
	float: left;
	margin: 0 0 20px -750px;
	
}

#container-rodape {
	background: #294c71;
	position: sticky;
	bottom: 0 ;
	margin: 0 ;
	padding: 30px;
}

#rodape {
	width: 100%;
	margin: 0 auto;
	color: black ;
}


/* CAIXA */

.caixa{

	margin: 10px 0;
	padding: 5px;
	background: #f3f3f3 url(imagens/fundo-caixa.png);
}


h2 {
		font-size: 1.5em;
		background: #294c71;
		color: #fff;
		padding: 5px;

}

.caixa-conteudo {

	background: #fff;
	padding: 5px;
	margin-top: 5px ;
}

#lateral ul a {

	font-size: 0.9em;
	padding: 3px;
	display: block;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #f3f3f3;
}

#lateral ul a:hover {

	background: #f9f9f9 url(imagens/marcador.png) no-repeat left center;
	padding-left: 20px;
	color: #a1a1a2;
}



label {

	font-size: 20px;
	display: inline-block;

}

input {

	width: 125px;
	padding: 5px;
	font-size: 0.9em;
	background-color: #fff;
}

input.submit {

	width: 80px;
	color: #fff;
	background-color: #b10333;
	border: 2px spçod #870529;
	
}


/*FORMATANDO IMAGEM */


img.imagem-principal {

	width: 98%;
	border: 3px solid #dfdfdf;
}

h3 {
		text-transform: uppercase;
		display: inline;
		font-size: 0.8em;
		padding: 3px;

}

.destaque h3 {
	background: #b10333;
	color: #fff;
}

.entrevista h3 {
	background: #de003e;
	
}

/* FOMRATANDO A LISTA DE NOTÍCIAS */

#lista-noticias li {
	padding: 2px;
	border-bottom: 1px solid #ccc;
	height: 62px;
}

#lista-noticias li a img {
	float: left;
	margin: 5px;

}

#lista-noticias li a h3{
		
		font-size: 0.8em;
		padding: 0;
		color: blue;

}

#lista-noticias li a p{
		
		font-size: 0.7em;
		color: #000;

}

#lista-noticias li a{
		text-decoration: none;
		

}

#lista-noticias li:hover{
		
		background: #eee;
		cursor: pointer;

}


/* 	BARRA DE NAVEGAÇÃO */

a:link, a:visited {
	color: #b10333;
	padding: 2px;

}

a:hover {
	color: black;

}

ul {
		margin: 0;
		padding: 0;
		list-style: none;
}





#primario-1 {
	width: 220px;
	float: right;
	margin: 0 115px 20px 195px;
	
}

#secundario-2{

	width: 220PX;
	float: left; 		
	margin: 0 2 20px 15px;
	
}