﻿/* ********************************************************************************* */
/* ********************************************************************************* */

#ColunaEsquerda {
    width: 333px;
    display: inline-block;
    float: left;
    margin: 0; 

    border-right:1px solid #ffffff; 
    
    position:relative;
    left: 373px;
    overflow: hidden;
}

/* ********************************************************************************* */

#ColunaDireita {
    width: 660px;
    display: inline-block;
    float: left;
    margin: 0;
    
    position:relative;
    left: 374px;
    overflow: hidden;
}

/* ********************************************************************************* */

#container2 {
    float: left;
    width: 1000px;
    background-color: #eAeAeA;
    position: relative;
    overflow: hidden;
}

/* ********************************************************************************* */

#container1 {
    float: left;
    width: 1000px;
    background-color: #eAeAeA;
    position: relative;
    right: 373px;  
}

/* ********************************************************************************* */

#conteudos h1 {
    font-size: 22px;
    font-weight: bold;
    color: #4DA5BB;
    margin: 0 0 0 20px;
    font-family:'Ubuntu';
    cursor:pointer;
}
#conteudos h2 {
    font-size: 18px;
    color: #4DA5BB;
    margin: 20px 0 0 20px;
    font-weight: normal;
    font-family:'Ubuntu';
    cursor:pointer;
}
#conteudos h3 {
    font-size: 14px;
    color: #4DA5BB;
    margin: 15px 0 0 20px;
    font-weight: normal;
    font-family:'Ubuntu';
}
#conteudos p {
    font-size: 14px;
    color: #000000;
    margin: 10px 0 0 0;
    font-family:'Ubuntu';
}
#conteudos .texto {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin: 10px 20px 25px 20px;
    font-family:'Ubuntu';

}

/* ********************************************************************************* */
/* ********************************************************************************* */