/* 
    Document   : estrutura
    Created on : 15/03/2011, 16:56:37
    Author     : Filipe   filipe@maqina.com.br
    Description: Estilos da pagina de estrutura.
*/

@import url("_basico.css"); /* funcionalidades basicas de css */
@import url("_template.css"); /* configuracoes do projeto */


.tt-main{width:165px; height:34px; background-position: -302px -1378px;}

.slider-historico{
    width:650px;
    height:400px;
    overflow:hidden;
}

.sliders{
    width:7800px;
    height:320px;
}

.conteudo-slider{
    width:650px;
    height:320px;
    float:left;
}

.conteudo-slider h3{
    font-size:70px;
    line-height:73px;
    letter-spacing:-8px;
    color:#A58579;
    margin-bottom:15px;
}

#main .conteudo-slider p{
    width:283px;
    font-size:12px;
    line-height:22px;
    padding-left:13px;
}

.nav-anos{
    position:relative;
}

.lista-anos{
    width:650px;
    height:75px;
    position:absolute;
    top:0; left:0;
    z-index:5;

}

.lista-anos li{
    float:left;
    font-size:14px;
    font-family:LucidaSansItalic;
}

.lista-anos li a{
    display:block;
    width:54px;
    height:20px;
    color:#B29585;
    text-align:center;
    padding-top:52px;
}

.lista-anos li a:hover, .lista-anos li a.selected{
    font-family:LucidaSansDemiBoldItalic;
    color:#B82C1D;
    text-decoration:none;
}


.area-draggable{
    position:relative;
    width:620px;
    margin-left:15px;
    height:39px;
    background:url("../imagem/backgrounds/bg-drag-historico.png") no-repeat top left;
    z-index:1;
}

.handle{
    width:24px;
    height:39px;
    background:url("../imagem/buttons/bt-drag.png") no-repeat 0 0;
    cursor:move;
    display:block;
    position:absolute;
    top:0;
    left:15px;
    margin-left:-12px
}

/* BACKGROUNDS HISTORICO */
#conteudo-1981{background:url("../imagem/backgrounds/bg-1981.png") no-repeat 310px 50px;}
#conteudo-1983{background:url("../imagem/backgrounds/bg-1983.png") no-repeat 310px bottom ;}
#conteudo-1985{background:url("../imagem/backgrounds/bg-1985.png") no-repeat 310px 70px ;}
#conteudo-1997{background:url("../imagem/backgrounds/bg-1997.png") no-repeat 310px bottom ;}
#conteudo-1998{background:url("../imagem/backgrounds/bg-1998.png") no-repeat 270px 20px ;}
#conteudo-1999{background:url("../imagem/backgrounds/bg-1999.png") no-repeat 310px 30px ;}
#conteudo-2001{background:url("../imagem/backgrounds/bg-2001.png") no-repeat 310px 50px ;}
#conteudo-2003{background:url("../imagem/backgrounds/bg-2003.png") no-repeat 310px 0px ;}
#conteudo-2005{background:url("../imagem/backgrounds/bg-2005.png") no-repeat 310px 50px ;}
#conteudo-2007{background:url("../imagem/backgrounds/bg-2007.png") no-repeat 310px 50px ;}
#conteudo-2009{background:url("../imagem/backgrounds/bg-2009.png") no-repeat 310px top ;}
#conteudo-2011{background:url("../imagem/backgrounds/bg-2011.png") no-repeat 310px 35px ;}
