/* 
    Document   : paginas
    Created on : 09/08/2013, 10:37:26
    Author     : Genivaldo
    Description:
        Purpose of the stylesheet follows.
*/

#TituloPagina{
    
    color: #003a53;
    font-size: 1.1em;
    margin-bottom: 7px;
    
}

.SubTituloPagina{
    
    color: #00a2cd;
    font-size: 0.8em;
    margin-bottom: 10px;
    margin-top: 20px;
    
}

.TxtPagina{
    font-size: 0.8em;
    color: #3e3e3e;
    text-align: justify;
}

.TxtPaginaSegmento{
    font-size: 0.8em;
    color: #000;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

.TxtPaginaSegmento span{
    
    color: #0b2b76;
    font-weight: bold;
}

#TxtEmpresa{
    text-align: justify;
    
}

.ListaPagina{
    margin-left: 30px;
    margin-top: 20px;
    float: left;
    
}

#ImgPagina{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #005b82;
}

#BlocoTexto2Empresa{
    clear: both;
    text-align: justify;
}

#BlocoTexto2Empresa span{
    font-weight: bold;
    color: #004e71;
}

.DivImgPaginaCentro{
    text-align: center;
}

.DivImgPaginaEsquerda{
    float: left;
    margin-right: 10px;
}

.DivImgPaginaEsquerda img{
    border: solid 1px #cfcfcf;
}

.ContornoImgPag{
    border: solid 1px #e6e6e6;
}

.BannerSegmento{
    width: 100%;
    text-align: center;
    margin-top: 22px;
}

.BannerSegmento img{    
    border: dashed 1px #08BBEF;
    padding: 10px;
}

.DivFuncionalidades{
    float: left;
    width: 48%;
    height: 240px;
    margin-right: 10px;
    margin-bottom: 10px;
    
}

.DivFuncionalidades h2{
    color: #00567b;
    font-size: 1em;
    margin-bottom: 10px;
}

.DivFuncionalidades ul{
    font-size: 0.8em;
    color: #464646;
    margin-left: 15px;
}

#PgSuporteTxt{
    width: 48%;
    float: left;
}

#PgSuporteForm{
    width: 47%;
    float: right;
    margin-top: 8px;
}


#PgSuporteForm label{
    display: block;
    font-size: 0.8em;
    color: #003378;
    
}



#PgSuporteTxt ul{
    margin-left: 20px;
    color: #464646;
    font-size: 0.8em;
    line-height: 22px;
}

.inputContato{
    border: solid 1px #c4c4c4;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #464646;
    line-height: 34px;
}

.selectContato{
    border: solid 1px #c4c4c4;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #464646;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

.textAreaContato{
    border: solid 1px #c4c4c4;
    width: 100%;
    height: 142px;
    color: #464646;
    font-size: 0.8em;
}

.selectContato option{    
    line-height: 34px;
    padding-top: 5px;
    padding-left: 5px;
}

#btEnviarContato{
    background-image: url('../img/bgBtEnviar.jpg');
    height: 30px;
    padding-bottom: 6px;
    width: 72px;
    color: #FFF;
    border: solid 1px #002c67;
    cursor: pointer;
}

#btTotemWebTarefas{
   background-image: url('../img/btTotemWebTarefas.gif');
   height: 89px;
   width: 308px;
   background-position: 0 0;
   background-repeat: no-repeat;
   display: block;
}

#btTotemWebTarefas:hover{
    background-position: -308px 0px;
}
