* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff url(imagens/fundo.png) repeat-x; 
}

#container{
    margin: 0 auto;
    width: 750px;
}

#topo {
    height: 150px;
    background:url(imagens/detalhe-topo.png) no-repeat right top;
    padding-top: 20px;
}

.logo{
    height: 66px;
    width: 152px;
    background: url(imagens/logo.png) no-repeat;
    text-indent: -3000px; /*esconde o titulo <h1>*/
}

/* barra de navegacao*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#topo ul{
   background: #b10333;
   margin-top: 30px;
   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: #69011d;
}

body.home #navegacao #home,
body.brasil #navegacao #brasil,
body.internacional #navegacao #internacional,
body.saude #navgecao #saude,
body.economia #navegacao #economia,
body.ciencias #navegacao #ciencias,
body.fotos #navegacao #fotos 
{
    color: #fff;
    background: #de003e;
    cursor: text;
}

/*configuracao layout coluna*/
#conteudo{
    margin-top: 60px;
    background: #f5f5f5;
   
}

  #lateral{
 width: 180px;
 float: left;
 margin: 0 0 20px -750px;
 } 

 #lateral ul a{
    font-size: 0.9em;
    padding: 5px;
    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: #a1a1a1;
 }

#primario{
    width: 270px;
    float: left;
    margin: 0 0 20px 195px;
   
}

#duas-colunas #primario{
 width: 550px; 
 }

 #uma-coluna #primario{
 width: 720px;
 float: left;
 margin: 0 0 20px 0;
 }

  #secundario{
 width: 270px;
 float: left;
 margin: 0 0 20px 15px;
 
 }

/*caixa*/
.caixa{
    margin: 10px 0;
    padding: 5px 0 5px 5px;
    background: #f3f3f3 url(imagens/fundo-caixa.png); 
}

h2 {
    font-size: 1em;
    background: #294c71;
    color: #fff;
    padding: 5px;
}

.caixa-conteudo {
    background: #fff;
    padding: 5px;
    margin-top: 5px;
}

/*formatando listas de noticias*/
#lista-noticias li {
    padding: 2px;
    border-bottom: 1px solid #ccc;
    height: 65px;
}

#lista-noticias li a img{
    float: left;
    margin: 5px;

}
#lista-noticias li a h3 {
    font-size: 0.8em;
    padding: 0;
    color: #3e7ab9;
    background: white;
}

#lista-noticias li:hover{
    background: #eee;
}


#lista-noticias li a { 
    font-size: 0.7em;
    text-decoration: none;
}

 /*rodape*/
 #container-rodape{
    background: #294c71;
    padding: 20px;
   

 }

 #rodape{
    width: 720px;
    margin: 0;
    color: #fff;
    
   
 }

 /*formatando formularios*/
 label {
    display: block;
    cursor: pointer;
 }

 input {
    font-size: 0.9em;
    width: 125px;
    background-color: #fff;
    padding: 5px;
 }
 
 input.submit {
    width: 80px;
    color: #fff;
    background-color: #b10333;
    border: 2px solid #870529;
    padding: 5px;
 }

 /*formatando imagens*/


img.imagem-principal{
    border: 3px solid #dfdfdf;
    width: 98%;
}

/*formatando cabeçalhos*/
h3 {
    text-transform: uppercase;
    display: inline;
    font-size: 0.8em;
    padding: 3px;
}

.destaque h3{
background: #b10333;
color: #fff;
}

.entrevista h3{
background: #de003e;

}