/*
    Document   : Estrutura
    Created on : 03/05/2010, 11:57:58
    Author     : Rafael Araújo Chinaglia
    Description:
        Diagramação da estrutura dos containers e menus.

    Modelo:
        #nome{
            float;
            position;
            posicionamentos (top, margin);
            dimensões;
            formatação;
        }
*/

@import 'fonts.css';

#banner{
  width: 759px;
  height: 225px;
  _height: 0;
}

.separador{
    position: relative;
    float: right;
    _top: -200px;
    width: 759px;
    height:21px;
    background: url("../img/fundo_menu_superior.png") no-repeat bottom center;
}

#container_noticias{
    z-index: 100;
    position: relative;
    _margin-top: -200px;
}
.noticia_left{
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 362px;
    *width: 352px;
    height: 165px;
    display:table;
}

.noticia_right{
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    width: 362px;
    *width: 352px;
    height: 165px;
    display:table;
}

.not_titulo{
    float:right;
    margin-right:14px;
    width:156px;
    text-align:right;
}

.not_titulo a{
    font-family:"mArial";
}

.not_titulo_sec{
    clear: both;
    float: right;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.not_titulo_sec a{
    font-family:"Verdana";
}

.not_veja_tambem{
    clear: both;
    float: right;
    margin-top:14px;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #999999;
    font-family: arial;
}

.not_separador{
    clear: both;
    float: right;
    margin-top:12px;
    margin-bottom:13px;
    width: 350px;
    height: 3px;
    background: #DDD;
    border-bottom: 2px solid #EEE;
    font-size: 0;
}

.legenda{
    float: right;
    position: relative;
    top: -228px;
    width: 180px;
    height: 205px;
    _height: 225px;
    background: url("../img/transparente.png");
    color: #FFF;
    text-align: right;
    padding: 10px;
    font-family: "arial";
    font-size: 14px;
}

#nav{
    float: right;
    margin-top: -35px;
    _margin-top: -265px;
    margin-right: 20px;
    _margin-right: -8px;
    position:relative;
    z-index:5;
}

#nav a{
    padding: 10px 15px;
    _height: 30px;
    background: url("../img/transparente.png");
    margin-left: 20px;
    _margin-left: 20px;
    color: #FFF;
}

#nav a.activeSlide{
    background: #000;
}

#paginas{
    width: 759px;
    height: 225px;
    _height: 0;
    position: relative;
    z-index: 1;
}
#paginas a{
    color: #FFF;
    text-decoration: none;
}
