* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: white url(../Estilo/Imagens/fundo.png) repeat-x;
}

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

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

.logo {
    width: 152px;
    height: 66px;
    background: url(../Estilo/Imagens/logo.png) no-repeat center;
    text-indent: -3000px;
}

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: white;
    background: url(../Estilo/Imagens/divisor.png) no-repeat left center;
}

#topo ul a:hover {
    color: #69001d;
}

#topo ul .primeiro a {
    background: none;
}

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

#conteudo {
    margin-top: 60px;
    background: #f5f5f5;
}

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


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

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

#uma-colunas #primario{
    width: 750px;
    margin: 0 0 20px 0;
}

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

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

h2{
    font-size: 1em;
    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 {
    color: #a1a1a1;
    background: #f9f9f9 url(../Estilo/Imagens/marcador.png) no-repeat left center;
    padding-left: 20px;
}

label {
    display: block;
    cursor: pointer;
}

input {
    padding: 5px;
    width: 125px;
    font-size: 0.9em;
    background-color: #fff;
}

input.submit {
    width: 80px;
    color: #fff;
    background-color: #b10333;
    border: 2px solid #870529;
}

input.submit:hover {
    color: #000;
    cursor: pointer;
}

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

img {
    border: 2px solid #dfdfdf;
}

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

h3{
    text-transform: uppercase;
    display: inline;
    font-size: 0.8em;
    padding: 3px;
    text-decoration: none;
}

h3.destaque {
    background: #b10333;
    color: #fff;
    text-decoration: none;
}

h3.entrevista {
    background: #de003e;
}

ul#lista_noticias li{
    padding: 2px;
    height: 75px;
    border-bottom: 1px solid #ccc;
}

ul#lista_noticias li a img{
    float: left;
    margin: 5px;
}

ul#lista_noticias li a h3{
    font-size: 0.8em;
    padding: 0;
    color: #3e7ab9;
}

ul#lista_noticias li a h3:hover{
    color: #de003e;
}

ul#lista_noticias li a {
    text-decoration: none;
    font-size: 0.8em;
    color: #000;
}




#rodape {
    width: 750px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}