/* GERAIS */
*{ padding: 0; margin: 0;}

html, body 
{
    font-family: Arial, Helvetica, sans-serif;
	background-color    : #FFFFFF;
}

a img { border: none; }

.centrar { margin-left: auto; margin-right: auto; }

.clear { clear: both; }

.escondido{ display: none; }

.ui-widget{font-size: 11px !important; font-family: Arial, Helvetica, sans-serif !important;}



/*ESTRUTURA*/

div.wrapper{
    width: 922px;
    position: relative;
}

#bigParent{
}

h1.titulosPaginas{
    color: #84C225;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}

span.titulosPaginas{
    font-weight: bold;
    font-size: 20px;
    color: #84C225;
}

div.cssTexto{
    font-size: 12px;
    color: #5A595C;
}

div.cssTexto p{
    margin-bottom: 12px;
}

div.cssTexto a{ color: #5A595C; cursor: pointer; text-decoration: none;}
div.cssTexto a:hover{ text-decoration: underline;}

/*****
**
*   BARRA TOPO
**
******/

#barraTopo{
    width: 100%;
    height: 220px;
    background: transparent repeat-x left top url('/img/barraTopo.png');
    position: relative;
}

#header{
    width: 100%;
    position: relative;
}





/*****
**
*   REDES SOCIAIS
**
******/
#redesSociais{ float: left; margin-top: 25px; }

    #redesSociais a{ display: inline-block; }

    #redesSociais div{
        width: 30px;
        height: 29px;
        background: no-repeat left top transparent;
        cursor: pointer;
    }

    #redesSociais div:hover{ background-position: left bottom; }

#icoFacebook{ background-image: url('/img/icoFacebook.png') !important; }
#icoYoutube{ background-image: url('/img/icoYoutube.png') !important; }
#icoFlickr{ background-image: url('/img/icoFlickr.png') !important; }





/*****
**
*   LINGUAS
**
******/

#linguas{ float: left; margin-top: 25px; margin-left: 5px; }


#ulLinguas
{
    list-style-type:none;
    display:inline;
    margin: 0px 0 0 5px;
    padding: 0px;
}

#ulLinguas li
{
    list-style-type:none;
    display:inline-block;
    margin-left: 0px;
    width: 20px;
    text-align: center;
}

#ulLinguas li a{
    color: #5E5D60;
    font-size: 11px;
    text-decoration: none;
}

#ulLinguas li a:hover{ color: #84C225;}
#ulLinguas li a.activeLang{ color: #84C225; font-weight: bold; }

#ulLinguas .separador{ padding:0px 5px; }





/*****
**
*   MENU CABEÇALHO
**
******/
#menu{ float: right; }

/*-----------PAI------------*/
ul.ulMenu {  
    list-style: none;
    height: 54px;
    text-align: right;
    display: inline-block;
}
/*-----------PAI------------*/



div.liMenu-esq{
    float: left;
    width: 10px;
    height: 50px;
    background: transparent no-repeat left top url('/img/menuButton-esq.png');
}

div.liMenu-dir{
    float: left;
    width: 10px;
    height: 50px;
    background: transparent no-repeat left top url('/img/menuButton-dir.png');
}

div.liMenu-center{
    float: left;
    height: 50px;
    background: transparent repeat-x left top url('/img/menuButton-center.png');
    position: relative;
}


div.liMenu-esqHover{background-position: left bottom !important;}
div.liMenu-dirHover{background-position: left bottom !important;}
div.liMenu-centerHover{background: transparent repeat-x left bottom url('/img/menuButton-center.png')  !important;}

ul.ulMenu li.on div.liMenu-esq, ul.ulMenu li.on div.liMenu-dir{background-position: right bottom !important;}
ul.ulMenu li.on div.liMenu-center{background: #D0CFCF repeat-x left bottom url('/img/menuButton-center.png')  !important;}

     
/*-----------NIVEL 1------------*/
ul.ulMenu li   
{
    display: inline-block;
    width: 84px;
    height: 54px;
    position: relative;
    text-align: center;
    background: none;
    padding: 0;
    margin-right: -5px;
    background: transparent;

}


ul.ulMenu li a.aPai
{
    display: block;
    height: 40px;

    padding-top: 14px;

    font-size: 13px;
    color: #5E5D60;
    
    line-height: 40px; 
    vertical-align: middle;

    text-decoration : none;
    white-space: nowrap;
}  

ul.ulMenu li a.aPai:hover,  ul.ulMenu li.on a.aPai{
    color: #ffffff !important; 
    font-weight: bold;
    text-transform: uppercase !important;
}

ul.ulMenu li.active{ }

ul.ulMenu li.active a{
    color: #84C225;
    font-weight: bold;
    text-transform: uppercase;
}
/*-----------NIVEL 1------------*/


/*-----------NIVEL 2------------*/
ul.ulMenu li ul.subnav   
{
    list-style      : none;  
    list-style-type : none;
    position        : absolute; 
    left            : 0;
    top             : 50px;  
    margin          : 0;
    padding         : 5px 0 0 0;  
    width           : 145px;
    background: no-repeat center top transparent url('/img/submenuTop.png');
    z-index: 5;
    display: none;
} 
     
ul.ulMenu li ul.subnav li  
{
    width: 135px !important;
    height: 25px !important;
    list-style      : none;  
    list-style-type : none;
    margin          : 0;
    padding         : 0 0 0 10px;  
    background      : repeat-y left top url('/img/submenuCenter.png') transparent;
    text-align      : left;
    display: list-item;
} 

ul.ulMenu li ul.subnav li:hover{ background-position: right top !important; } 

ul.ulMenu li ul.subnav li.lastLi{
    height: 5px !important;
    background: no-repeat center top url('/img/submenuFooter.png') transparent !important;
}

ul.ulMenu li ul.subnav li.tabLi{
    height: 1px !important;
    background: no-repeat center center url('/img/separador.png') transparent !important;
}

ul.ulMenu li ul.subnav li a{
    display: block;
    width: 100%;
    height: 100%;

    line-height: 25px;
    color: #5C5B5E;
    font-size: 12px;
    font-weight: normal;    
    text-decoration: none;
    text-transform: lowercase;

    position: relative;

    padding: 0;
    
}

ul.ulMenu li ul.subnav li a:hover{
    color: #ffffff !important; 
    font-weight: bold;
}
/*-----------NIVEL 2------------*/





/*LOGOTIPO*/
#logotipo{
    float: left;
    width: 273px;
    height: 40px;
    margin-right: 40px;
    margin-top: 70px;
    background: no-repeat center center transparent url('/img/logotipo.png');
}





/*****
**
*   BANNER
**
******/
#bannerWrapper{
    float: right;
    width: 600px;
    height: 120px;
    margin-top: 10px;
}
    
#bannerWrapper #banner{
    width: 600px;
    height: 120px; 
    margin:0;
    padding:0;
    position:relative;
    overflow:hidden;
}

    #bannerWrapper #banner div{
        width: 600px;
        height: 120px;
        position:relative;
        overflow:hidden;
        background: no-repeat center center transparent;
    }





/*****
**
*   BARRA BASE
**
******/
#pusher{}

#footer{
    height: 130px;
    position: relative;
}

#barraBase{
    width: 100%;
    height: 135px;
    background: repeat-x left bottom transparent url('/img/barraBase.png');
    float:right;
}

#fixedBottom{
    width: 922px;
    height: 26px;
    position: fixed;
    left: 50%;
    bottom: 0px;
    margin-left: -461px;
    z-index: 15;
}

#botaoRecrutamento{ position: absolute; bottom: 0px; left: 143px; }

    #botaoRecrutamento h3{
        width: 130px;
        height: 23px;
        background: no-repeat left bottom transparent url('/img/pedidoContacto.png');
        font-size: 12px;
        color: #ffffff;
        line-height: 25px;
        vertical-align: middle;
        cursor: pointer;
        text-align: center;
    }

#pedidoContacto{ position: absolute; bottom: 0px; left: 7px; }

    #pedidoContacto h3{
        width: 130px;
        height: 23px;
        background: no-repeat left bottom transparent url('/img/pedidoContacto.png');
        font-size: 12px;
        color: #ffffff;
        line-height: 25px;
        vertical-align: middle;
        cursor: pointer;
        text-align: center;
    }

    #pedidoContacto div.formulario{
        width: 218px;
        height: 75px;
        border-left: 1px solid #C7C6C6;
        border-right: 1px solid #C7C6C6;
        background-color: #ffffff;
        display: none;
        position: relative;
    }

    #loadingAjax{
        display: none;
        position: absolute;
        top: 20px;
        right: 25px;
    }

    #pedidoContacto input.button{
        font-size: 14px;
        color: #969594;
        border: 0;
        background: none;
        cursor: pointer;
    }

    #pedidoContacto input.textbox{
        width: 135px;
        height: 15px;
        border: 1px solid #B1B1B1;
        background-color: #ffffff;
        margin-left: 15px;
        font-size: 11px;
        color: #5A595C;
    }

    #pedidoContacto label{
        font-size: 10px;
        color: #7A7877;
        display: block;
        margin-left: 15px;
        line-height: 15px;
    }



#rodape{
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 9px;
    color: #5A595C;
    z-index: 16;
}

    #rodape a{
        font-size: 9px;
        color: #5A595C;
        text-decoration: none;
        cursor: pointer;
    }

    #rodape a:hover{text-decoration: underline;}



#logos{
    position: absolute;
    right: 0;
    bottom: 30px;
    cursor: default;
}

#logos img{
    margin-left: 15px;
}






/*****
**
*   BANNER INICIO
**
******/
#bannerInicio{
    width: 920px;
    height: 304px;
}
    
#bannerI{
    width: 920px;
    height: 304px; 
    margin:0;
    padding:0;
    position:relative;
    overflow:hidden;
}

    #bannerI div{
        width: 920px;
        height: 304px;
        position:relative;
        overflow:hidden;
        background: no-repeat center center transparent;
    }







.icoError{
    color: #ff0000;
    font-size: 11px;
}

.textBox_erro{
    border: 1px dotted #C83C2D !important;
    background-color: #FFF4F4 !important;
}



#divContactos{
    width: 585px;
    height: 480px;
    background-color: #ffffff;
}


div.leftF{
    width: 265px;
    float: left;
    margin-right: 30px;
}

div.rightF{
    width: 265px;
    float: left;
}



    #divContactos input.textbox{
        width: 260px;
        height: 15px;
        border: 1px solid #B1B1B1;
        background-color: #ffffff;
        margin-left: 15px;
        font-size: 11px;
        color: #5A595C;
    }

    #divContactos label{
        font-size: 10px;
        color: #7A7877;
        display: block;
        margin-left: 15px;
        margin-top: 10px;
        line-height: 15px;
    }

    #divContactos textarea{
        width: 554px;
        height: 150px;
        border: 1px solid #B1B1B1;
        background-color: #ffffff;
        margin-left: 15px;
        margin-top: 2px;
        font-size: 11px;
        color: #5A595C;
    }

    #contactoSucesso{
        width: 520px;
    }


    p.dialogFooter{
        font-size: 9px;
        color: #5A595C;
        margin-left: 15px;
        margin-top: 20px;
    }

    p.dialogFooter a{
        font-size: 9px;
        color: #5A595C;
        cursor: pointer;
        text-decoration: none;
    }

    p.dialogFooter a:hover{text-decoration: underline;}

    p.dialodText{
        margin: 30px 10px 30px 15px;
        font-size: 14px;
        color: #5A595C;
        text-align: center;
    }

    a.dialogButton{
        display: block;
        width: 62px;
        height: 21px;
        background: #ffffff no-repeat center top url('/img/botaoForm.jpg');
        font-size: 12px;
        color: #ffffff;
        line-height: 21px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        border: 0px;
        margin-left: 15px;
        margin-top: 10px;
        float: right;
        text-decoration: none;
    }

    a.dialogButton:hover{ background-position: center bottom; }



#content { padding-bottom: 50px; }



/*****
**
*   NOTÍCIAS
**
******/

/* LADO ESQUERDO */
div.contentLeft{
    width: 300px;
    float: left;
    text-align: left;
}

    div.contentLeft h2{
        text-transform: uppercase;
        color: #72706F;
        font-size: 17px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    div.contentLeft span.UltimasNoticias{
        font-size: 17px;
        color: #84C225;
        text-decoration: underline;
        display: block;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    div.contentLeft a.btUltimasNoticias{
        font-size: 17px;
        color: #72706F;
        text-decoration: underline;
        display: block;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    div.contentLeft a.btUltimasNoticias:hover{ color: #84C225; }



    /*****
    **
    *   ARQUIVO
    **
    ******/

    #arquivo
    {
        width: 100%;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        #arquivo li
        {
            line-height: 25px;
            font-size: 12px;
            color: #72706F;
            cursor: pointer;
        }
            #arquivo li img{ margin-left: 10px; vertical-align: middle; }

        #arquivo li ul
        {
            list-style: none;
            display: none;
            padding: 0px;
            margin-bottom: 5px;
        }

        #arquivo li ul.arquivoMes{ margin-left: 10px; }


        #arquivo li ul.arquivoNoticias li{ line-height: 15px; }

        #arquivo li ul.arquivoNoticias a{
            font-size: 11px;
            color: #72706F;
            cursor: pointer;
            text-decoration: none;
        }

        #arquivo li ul.arquivoNoticias a:hover{ color: #84C225; }



.childOpen, .firstOpen a{ color: #84C225 !important; }




/* LADO DIREITO */
div.contentRight{
    width: 600px;
    float: right;
    text-align: right;
}

div.contentRight h1.titulosPaginas{ text-align: right; }

#listaNoticias{ list-style: none; }

    #listaNoticias li{
        margin-bottom: 30px;
    }

    #listaNoticias li h2, div.contentRight h2{
        font-size: 17px;
        color: #84C225;
        margin-bottom: 5px;
        font-weight: normal;
    }

    #listaNoticias li p{
        font-size: 13px;
        color: #5A595C;
        margin-bottom: 5px;
    }

    #listaNoticias li a{
        font-size: 11px;
        color: #333333;
        text-decoration: none;
        cursor: pointer;
    }

    #listaNoticias li a:hover{ text-decoration: underline; }


/* NOTICIAS DETALHE */
span.subtitulo{
    font-size: 13px;
    color: #555555;
    display: block;
    margin-bottom: 5px;
}

span.data{
    font-size: 11px;
    color: #5A595C;
    display: block;
    margin-bottom: 20px;
}





/*****
**
*   CATEGORIAS
**
******/

#categorias{ margin-top: 30px; }
    
    #categorias li{
        display: inline-block;
        width: 145px;
        height: 145px;
        overflow: hidden;
        position: relative;
        margin-right: 5.9px;
    }

    #categorias li.lastLi{ margin: 0 !important; }

    #categorias li div.container{
        width: 145px;
        height: 290px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #categorias li div.categoriaImagem{
        width: 145px;
        height: 145px;
        background: transparent no-repeat center center;
        position: relative;
    }

    #categorias li div.categoriaImagem h2{
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
    }

    #categorias li div.categoriaDetails{
        width: 145px;
        height: 145px;
        position: relative;
        background: transparent no-repeat center center url('/img/catalogoHover.png');
    }

    #categorias li div.categoriaDetails h2{
        font-size: 14px;
        color: #5A595C;
        text-align: center;
        position: absolute;
        top: 15px;
        left: 10px;
    }

    #categorias li div.categoriaDetails p{
        font-size: 10px;
        color: #676669;
        padding: 35px 10px 10px 10px;
    }

    #categorias li div.categoriaDetails a.textLink{
        display: block;
        font-size: 10px;
        color: #676669;
        padding: 35px 10px 10px 10px;
        cursor: pointer;
        text-decoration: none;
    }

    #categorias li div.categoriaDetails a.textLink:hover{
        color: #84C225;
    }

    #categorias li div.categoriaDetails a.btVer{
        display: block;
        width: 66px;
        height: 19px;
        background: transparent center center no-repeat url('/img/btVer.png');
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 19px;
        vertical-align: middle;
        text-decoration: none;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -33px;
        cursor: pointer;
    }





/*****
**
*   HEADER DO CATALOGO
**
******/
#catalogoHeader{
    float: right;
    width: 600px;
    height: 70px;
    margin-top: 75px;
    text-align: right;
    position: relative;
}
    #catalogoHeader form{ width: 185px; float: right; }

    #catalogoHeader div.field{
        position: relative;
        width: 185px;
        height: 19px;
    }

    #catalogoHeader input.textbox{
        width: 130px;
        height: 20px;
        padding-left: 8px;
        padding-right: 10px;
        border: 0px;
        background: transparent no-repeat left center url('/img/boxPerquisa.png');
        font-size: 10px;
        color: #ACABAB;
        line-height: 20px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
    }

    #catalogoHeader input.button{
        width: 39px;
        height: 18px;
        background: transparent no-repeat center top url('/img/buttonSearch.png');
        position: absolute;
        top: 1px;
        right: 0;
        cursor: pointer;
        border: 0px;
    }

    #catalogoHeader input.button:hover{ background-position: center bottom; }


#buttonPlay{
    width: 30px;
    height: 30px;
    background: transparent center top no-repeat url('/img/buttonPlay.png');
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}

#buttonPlay:hover{ background-position: center bottom; }




/*****
**
*   MENU CATEGORIAS
**
******/

div.primeiroLi{
    width: 35px;
    height: 34px;
    background: transparent no-repeat left top url('/img/buttonLess.png');
    float: left;
}
    div.liLess a{ display: block; width: 35px; height: 34px; }

    div.liLess{ cursor: pointer; background: transparent no-repeat right top url('/img/buttonLess.png') !important; }
    div.liLess:hover{ background-position: right bottom !important; }

div.ultimoLi{
    width: 35px;
    height: 34px;
    background: transparent no-repeat left top url('/img/buttonPlus.png');
    float: left;
}
    div.liPlus a{ display: block; width: 35px; height: 34px; }

    div.liPlus{ cursor: pointer; background: transparent no-repeat right top url('/img/buttonPlus.png') !important; }
    div.liPlus:hover{ background-position: right bottom !important; }


div.bx-wrapper{ float: left; height: 34px; }

div.bx-window{ position: absolute !important; height: 250px; }


#menuCategorias{ list-style: none; float: left; }
    
    #menuCategorias li{ float: left; }

    #menuCategorias li.categoriaLi{
        width: 140px;
        height: 34px;
        background: transparent repeat-x center top url('/img/buttonCategoria.png');
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        line-height: 34px;
        vertical-align: middle;
        position: relative;
        border-left: 1px solid #D0CFCF;
        border-right: 1px solid #D0CFCF;
    }

    #menuCategorias li.active a/*, #menuCategorias li.active ul.subnav li a*/{ color: #84C225 !important; }

    #menuCategorias li a{
        display: inline-block;
        width: 140px;
        height: 34px;
        font-size: 18px;
        color: #ffffff !important;
        line-height: 34px;
        vertical-align: middle;
        text-decoration: none;
    }

    #menuCategorias li.categoriaLi:hover{ background-position: center bottom; }






#menuCategorias li ul.subnav{
    position: absolute;
    top: 34px;
    left: 0;
    width: 139px;
    height: 30px;
    list-style: none;
    display: none;
    z-index: 100;
}
    #menuCategorias li ul.subnav li.tabLi{
        width: 139px;
        height: 1px !important;
        background: transparent no-repeat center center url('/img/separadorCategoria.png') !important;
    }

    #menuCategorias li ul.subnav li{
        display: list-item;
        width: 139px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: left;
        background: transparent repeat-y left top url('/img/categoriasSubBg.png');
    }

    #menuCategorias li ul.subnav li:hover{background-position: right top;}

    #menuCategorias li ul.subnav li a{
        display: block;
        width: 130px;
        height: 30px;
        padding-left: 9px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 11px;
        color: #666666 !important;
    }

    #menuCategorias li ul.subnav li a:hover{
        color: #ffffff !important;
        font-weight: bold;
    }


    #menuCategorias li ul.subnav li.lastLi{
        height: 10px !important;
        background: no-repeat center top url('/img/categoriasSubBottom.png') transparent !important;
    }


#menudascategorias{ display: inline-block; height: 34px; }

#projectosWrapper{ }

#projectosWrapper div.projecto{
    width: 287px;
    height: 210px;
    margin-right: 30px;
    margin-top: 30px;
    overflow: hidden;
    float: left;
    position: relative;
}

#projectosWrapper div.projectoContainer{
    width: 287px;
    position: absolute;
    top: 0;
    left: 0;
}

#projectosWrapper div.projectTop{
    width: 287px;
    height: 210px; 
    overflow: hidden;
}
    #projectosWrapper div.projectImage{
        width: 287px;
        height: 160px;
        background: transparent no-repeat center center;
        border: 1px solid #cecece;
        margin-bottom: 2px;
    }

    #projectosWrapper div.projectTop h2{
        font-size: 17px;
        color: #74757A;
        font-weight: normal;
        text-transform: capitalize;
    }

    #projectosWrapper div.projectTop h3{
        font-size: 12px;
        color: #74757A;
        font-weight: normal;
        text-transform: capitalize;
        font-style: italic;
    }

#projectosWrapper div.projectBottom{
    width: 287px;
    height: 205px;
    position: relative;
    background: no-repeat center top #ffffff url('/img/projectosHover.png');
}

    #projectosWrapper div.projectBottom h2{
        font-size: 14px;
        color: #74757A;
        font-weight: bold;
        text-transform: capitalize;
        padding-left: 10px;
        padding-top: 10px;
    }

    #projectosWrapper div.projectBottom h3{
        font-size: 11px;
        color: #74757A;
        font-weight: normal;
        text-transform: capitalize;
        font-style: italic;
        padding-left: 10px;
    }

    #projectosWrapper div.projectBottom a.textLink{ text-decoration: none; cursor: pointer; color: #74757A; }
    #projectosWrapper div.projectBottom a.textLink:hover{ color: #84C225; }

    #projectosWrapper div.projectBottom p{
        font-size: 10px;
        padding: 10px;
    }



    #projectosWrapper div.projectBottom a.btVer{
        display: block;
        width: 66px;
        height: 19px;
        background: transparent center center no-repeat url('/img/btVer.png');
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 19px;
        vertical-align: middle;
        text-decoration: none;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -33px;
        cursor: pointer;
    }




div.projectDetail{
    width: 100%;
    margin-top: 25px;
}

div.projectDetail a.btVoltar{
    font-size: 18px;
    color: #C2C1C1;
    text-decoration: none;
    text-transform: lowercase;
}

div.projectDetail a.btVoltar:hover{ text-decoration: underline; }


div.detailWrapper{ margin-top: 25px; }


div.detailWrapper div.details{
    float: left;
    width: 530px;
}

    div.detailWrapper div.details h1{
        color: #84C225;
        font-size: 24px;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 25px;
        line-height: 24px;
    }

    div.detailWrapper div.details p{
        font-size: 12px;
        color: #5A595C;
    }

div.detailWrapper div.images{
    float: right;
    width: 350px;
}

div.projectDetail a{ position: relative; z-index: 101; }
div.detailWrapper div.images a.projectPopup{ display: inline-block; }





div.fancyStyle { text-align: left; }

div.fancyStyle b { display: block; margin-right: 80px; }

div.fancyStyle span { float: right; }





a.btTodos{
    color: #72706F;
    display: block;
    width: 60px;
    font-size: 17px;
    margin-top: -30px;
    margin-bottom: 5px;
    text-decoration: none;
    cursor: pointer;
}

a.btTodos:hover{ color: #84C225; }

















/*MENU RODAPÉ*/
#ulMenuRod
{
    list-style-type:none;
    display:inline;
    margin:0px;
    padding:0px;
    }

#ulMenuRod li
{
    list-style-type:none;
    display:inline;
    }

#ulMenuRod .separador
{
    padding:0px 5px;
    }













/* root element for tabs  */
ul.css-tabs {  
    margin:0 !important; 
    padding:0;
    height:30px;
    border-bottom:1px solid #ccc;       
}

/* single tab */
ul.css-tabs li {  
    float:left;  
    padding:0; 
    margin:0;  
    list-style-type:none;   
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
    float:left;
    background-image:url('/img/tabs/fundo.jpg');
    font-size:13px;
    display:block;
    padding:5px 30px;   
    text-decoration:none;
    border:1px solid #333;  
    border-bottom:0px;
    height:18px;
    background-color:#fff;
    color:#eee;
    margin-right:2px;
    position:relative;
    top:1px;    
    outline:0;
    
}

ul.css-tabs a:hover {
    background-color:#F7F7F7;
    color:#333;
}
    
/* selected tab */
ul.css-tabs a.current {
    border:1px solid #ccc;  
    border-bottom:1px solid #fff;   
    background-image:url('/img/tabs/fundoActive.jpg');
    color:#000; 
    cursor:default;
}

    
/* tab pane */
.css-panes .divcss {
    
    border:1px solid #ccc;
    border-width:0 1px 1px 1px;
    min-height:100px;
    padding:15px 20px;
    background-color:#fff;  
}




#divRecrutamento{

}
    #divRecrutamento h1{
        font-size: 16px;
        color: #6F6F6F;
        margin-top: 30px;
    }

    #divRecrutamento input.textbox{
        height: 15px;
        border: 1px solid #B1B1B1;
        background-color: #ffffff;
        font-size: 11px;
        color: #5A595C;
    }

    #divRecrutamento input.checkbox{
        display: inline-block;
        margin-top: 8px;
    }

    #divRecrutamento label{
        font-size: 10px;
        color: #7A7877;
        display: block;
        margin-top: 10px;
        line-height: 15px;
    }

    #divRecrutamento label.checkField{
        display: inline-block;
        color: #ACACAC;
        height: 15px;
        margin-top: 0;
        margin-right: 20px;
    }

    #divRecrutamento textarea{
        width: 554px;
        height: 150px;
        border: 1px solid #B1B1B1;
        background-color: #ffffff;
        margin-left: 15px;
        margin-top: 2px;
        font-size: 11px;
        color: #5A595C;
    }

    .buttonForm{
        width: 62px;
        height: 21px;
        background: #ffffff no-repeat center top url('/img/botaoForm.jpg');
        font-size: 12px;
        color: #ffffff;
        line-height: 21px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        border: 0px;
        margin-left: 15px;
        margin-top: 10px;
    }

    .buttonForm:hover{ background-position: center bottom; }
