/* Texts */
.text_home, .text_hlf{
        font-size: 14px; 
        font-family: Tahoma !important;
}

.text_clientes, .text_contatos, .text_solucoes{
        font-size: 14px; 
}

.text_home,.text_hlf, .text_solucoes, .text_clientes, .text_contatos, #form_mail label{
        text-align: justify;
        font-family: Tahoma, Geneva, Arial;
        line-height: 200%;
}

#text_home{
        margin-top: 80px;
        margin-left: 80px;
        text-align: justify;
}

#home_metas{
        width: 400px;
        height: 180px;
}

#home_solucoes{
        width: 400px;
        height: 120px;
}

#text_hlf{
        margin-top: 40px;
        margin-left: 120px;  
}

.text_home_solucoes{
        margin-left: 40px;
}

#text_solucoes{
        margin-top: 55px;
        margin-left: 69px;
}

.text_solucoes1, .text_solucoes2{
        margin-left: 0px;
}

#text_clientes{
        margin-top: 140px;
        margin-left: 60px;
        width: 420px;
        height: 150px;
        display: block;
        float: left;
}

#text_contatos{
        margin-top: 40px;
        margin-left: 60px;
}

.text_tel{
        margin-left:180px;
}
/* Texts end*/

/* Image brastel */
#brastel{
        width: 130px;
        height: 44px;
        background: url(images/brastel_logo.png) no-repeat;
        float: left;
}


/* Image brastel end*/

#screen_clientes {
        width: 530px;
        height: 400px;
        clear:both;
        font-family: Tahoma, Arial !important;
}

/*Buttons*/
#visao, #missao, #valores{
        margin-left: 60px;
        text-align: center;
        width: 100px; 
        height: 20px;
        background: url(images/button.png);
        float: left;
        line-height: 200%;
        cursor: pointer; /*IE*/
        cursor: hand; /*Firefox and others*/
}

.curved { 
        position: relative;
        behavior:url(border-radius.htc);
        -moz-border-radius:10px; /* Firefox */ 
        -webkit-border-radius:10px; /* Safari and chrome */ 
        -khtml-border-radius:10px; /* Linux browsers */ 
        border-radius:10px; /* CSS3 */
} 
 
#missao, #valores{
        float: left;
}

#button{
        position: relative;
        z-index: inherit;
        zoom: 1; /* For IE6 */ 
        margin-top: 15px;
        height: 22px;
        font-family: Tahoma, Verdana, Geneva, Arial;
        font-size: 11px;
}

#msg_visao, #msg_missao, #msg_valores{
        display: none;
        font-family: sans-serif, Verdana, Geneva, Arial;
        width: 532px; 
        margin-top: -18px;
        line-height: 150%;
        background: url(images/text_button.png);
        border: 1px solid gray; /*thus, doesn't break the layout*/
        overflow: auto;
        margin-left: 2px;
        margin-top: 2px;
}

#msg_visao{
        height: 95px;
}

#msg_missao{
        height: 195px;
}

#msg_valores{
        height: 240px;
}

.msg_visao, .msg_missao, .msg_valores{
        text-align: justify;
        font-size: 12px;
        overflow: auto;
        font-family: Tahoma, Verdana, Geneva, Arial;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;  
}
/* Buttons end */

#button2{
        position: relative;
        z-index: inherit;
        zoom: 1; /* For IE6 */ 
        height: 22px;
        font-family: Tahoma, Verdana, Geneva, Arial;
        font-size: 11px;
        clear:both;
}

#oportunidades{
        text-align: center;
        font-family: Tahoma;
        font-size: 14px;
        width: 140px; 
        height: 20px;
        line-height: 200%;
        cursor: pointer; /*IE*/
        cursor: hand; /*Firefox and others*/
        clear:both;
}

#msg_oportunidades{
        background: url(images/text_button.png);
        line-height: 150%;
        clear:both;
        display: none;
        font-family: Tahoma, Verdana, Geneva, Arial;
        width: 532px; 
        margin-top: -18px;
        line-height: 150%;
        border: 1px solid gray; /*thus, doesn't break the layout*/
        overflow: auto;
        margin-left: 2px;
        margin-top: 2px;
}

.msg_oportunidades{
        text-align: justify;
        font-size: 12px;
        overflow: auto;
        font-family: Tahoma, Verdana, Geneva, Arial;
}