/* Index */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic,900italic);
@font-face{
    font-family: Aleo;
    src: url('../fontes/Aleo-Regular.otf'),
         url('../fontes/Aleo-Bold.otf'),
         url('../fontes/Aleo-Italic.otf'),
         url('../fontes/Aleo-Light.otf');
}

body{    
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    background-image: url('../imagens/fundo1.png');
}

#fundo{
    background: #FFF;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 2px;
    display: table;
}

.conteudo{
    background: #FFF;
    width: 1024px;
    height: auto;
    margin: 0 auto;    
}

#titulo{
    background-image: url('../imagens/botoes/tituloexposicao.jpg');
    width: auto;
    height: 113px;
    margin-bottom: 20px;
    /*background: #FFF;
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    text-align: center;
    font-family: Aleo;
    font-size: 60px;
    color: #95A617;*/    
}

#imagens{
    background: #333;
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-bottom: 5px;
    box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
}

#imagens div.scrollableArea *{
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 300px;	
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.titintro{
    background: #FFF;
    width: 100%;
    height: 30px;
    font-family: Aleo;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #333;    
}

.linha{
    background: #FFF;
    width: auto;
    height: auto;
}

.coluna{
    background: #FFF;
    width: 492px;
    min-height: 150px;
    float: left;
    padding: 10px;
    text-align: justify;
    font-family: Source Sans Pro;    
    color: #333;
}

#barra{
    background-image: url('../imagens/botoes/iniciar-expo_00.jpg');
    width: 1024px;
    height: 57px;
    margin-bottom: 60px;
    float: left;
    /*background: #EBE3A0;
    width: 100%;
    height: 40px;        
    float: left;
    padding: 10px 0 0 0; 
    margin-bottom: 60px;
    text-align: center;
    font-family: SourceSansPro;
    font-size: 26px;
    color: #333;*/
}

#barra:hover{
    background-image: url('../imagens/botoes/iniciar-expo_01.jpg');
    /*color: #FFF;*/
}

.caption{
    background: #95A617;
    display: none;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: bold;
}

#imagens2{
    background: #FFF;
    width: auto;
    height: 290px;
    float: left;
    padding: 0;
    margin-bottom: 5px;
    box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
}