    
/*==============================
    conteudo
==============================*/

h1.titulo-paginas{
    padding-bottom: 5px;
}

.galeria{
    margin-left: 20px;
}

.tabela{
    width: 504px;
    height: 440px;
    padding-left: 20px;
    background: url('../images/sombra-vertical.png') left center no-repeat;
}
.tabela p{
    text-align: justify;
    padding: 0 5px 0 0;
    font-size: 14px;
    color: #031e32;
}


.ico9, .ico3, .ico7, .ico1, .ico2,
.ico8, .ico4, .ico5, .ico6
{ display: block; background: url('../images/ico-sprite.png') no-repeat; }

.ico9 { background-position: -0px -0px; width: 24px; height: 23px; }
.ico3 { background-position: -0px -23px; width: 24px; height: 23px; }
.ico7 { background-position: -0px -46px; width: 23px; height: 23px; }
.ico1 { background-position: -0px -69px; width: 23px; height: 23px; }
.ico2 { background-position: -0px -92px; width: 23px; height: 23px; }
.ico8 { background-position: -0px -115px; width: 24px; height: 23px; }
.ico4 { background-position: -0px -138px; width: 24px; height: 23px; }
.ico5 { background-position: -0px -161px; width: 24px; height: 23px; }
.ico6 { background-position: -0px -184px; width: 23px; height: 23px; }


table *{
    font-size: 12px;
    line-height: 27px;
    color:#4a4a4f;
}

table{
    font-size: 12px;
    color:#4a4a4f;
    float: left;
    margin-top: 10px;
    width: 498px;    
    border-collapse: collapse;
}
table .center{
    text-align: center;
}
table .back-cinza{
    background: #e4e4e4;
}
table tr {
    height: 15px;
    border: 1px solid #959595;
}
table tr td {
    width: 50%;    
    border: 1px solid #959595;
}
table tr td span{
   margin: 2px 10px 2px 15px;
}


.contato-eventos{
    padding: 4px 0;
    font-size: 22px;
    line-height: 25px;
    font-style: italic;
    color:#fff;
    text-align: center;
    margin-top: 10px;
    width: 504px;
    background: #031e32;
}

