/*Estrutura do site
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #fff url(fundo.png) repeat-x ;

}
#container {
    width: 750px;
    margin: 0 auto;
}
/* Formatando o topo  */
#topo {
    height: 150px;
    background: url(detalhe-topo.png) no-repeat right top;
    padding-top: 25px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#topo ul li {
    float: left;
}
#topo ul a {
    font-size: 0.9em;
    display: block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    line-height: 2.1em;
    color: #fff;
    background: url(divisor.png) no-repeat left center;
}    
#topo ul .primeiro a {
    background: none;
}
#topo ul a:hover {
    color: #69001d;
}

#topo ul {
    margin-top: 30px;
    background: #b10333;
    float: left;
    list-style: none;
    
}
.logo {
    width: 152px;
    height: 66px;
    background: url(logo.png) no-repeat center;
    text-indent: -3000px;
}
body.home #navegacao a#index,
body.brasil #navegacao a#brasil,
body.fotos #navegacao a#fotos

{
    color: #fff;
    background: #de003e;
    cursor: text;
}
/* Fim da formatacao do top  */
#conteudo {
    background: #f5f5f5;
    margin-top: 60px;
    
}
#caixa-conteudo{
    color: #fff;
    padding: 5px;
    margin-top: 5px;
}
#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;
}
#duas-colunas #primario {
    width: 555px;
}
#uma-coluna #primario {
    width: 750px;
    margin: 0 0 20px 0;
}

/* Formatar menus laterais  */
#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(marcador.png) no-repeat left center;
    padding-left: 20px;
    color: #a1a1a1;

}
/* caixa  */
.caixa {
    margin: 10px 0;
    background: #f3f3f3 url(fundo-caixa.png);
    padding: 5px;
    
}
h2 {
    font-size: 1.1em;
    background: #294c71;
    color: #fff;
    padding: 5px;
}
/* Formatando formularios  */
label {
    display: block;
    cursor: pointer;
}
input {
    font-size: 0.9em;
    padding: 5px;
    width: 125px;
    background-color: #fff;
}
input.submit {
    color: #fff;
    width: 80px;
    background-color: #b10333;
    border: 2px solid #870529;
    padding: 5px;
}
/* fim formatacao formularios  */
/* formatando imagens  */
.imagem-principal img {
    width: 98%;
    border: 3ps solid #dfdfdf;

}
/* 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;
    color: #000;
}
.caixa-conteudo {
	background: #fff;
	padding: 5px;
	margin-top: 5px;
}
/* fim da formatacao dos cabeçalhos */

/* Formatando lista de noticias  */
#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 {
    text-decoration: none;
    font-size: 0.8em;

}
#lista-noticias li h3 {
    padding: 0;
    font-size: 0.9em;
    color: #3E7AB9;
    
}
#lista-noticias li a p {
    color: #000;
    font-size: 0.8em;
}
#lista-noticias li:hover {
    background: #eee;
    cursor: pointer;
}
/* coluna  */
#uma-coluna #primario h3 {
    font-size: 1.5em;
    display: block;
}

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

}


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