﻿body 
{
    text-align: center;
    vertical-align: middle;
    
    margin: 0;
    background-color: #FFFFFF;
    background-image: url('/Imagens/Background.gif');
    background-position: left top;
    background-repeat: repeat-x;

    /*cursor:  url('Imagens/Cafe.cur');*/
}

#site
{
    width: 750px;
    height: 100%;
    
    text-align: left;
    
    background-color: Transparent;
}

#split
{
    padding: 2px 0 2px 0;
    height: 1px;
    border-bottom: solid 1px #EAD7B9;
}

#topo_left
{
    background-image: url('/Imagens/Top_Left_Back.png');
    background-repeat: repeat-x;
    background-position: left top;

    height: 20px;
    text-align: right;
}
#topo_right
{
    float: left;
    
    background-image: url('/Imagens/Top_Right_Back.png');
    background-repeat: repeat-x;
    background-position: left top;
    width: 124px;
    height: 46px;
    line-height: 35px;
}

/* ********************************************************************** */
/* LADO ESQUERDO ******************************************************** */
#ESQ
{
    float: left;
    
    width: 500px;
}

#logotipo
{
    height: 135px;
    
    background-image: url('/Imagens/Logo.png');
    background-position: left top;
    background-repeat: no-repeat;
    
    margin: 0 0 0 10px;
}

#banner
{
    height: 230px;
}

#noticias
{
    margin: 10px 0 0 0;
    
    height: 24px;
    line-height: 24px;
}
#round_left {float: left; width: 4px; height: 24px; background-image: url('/Imagens/Titulo_Left.png');}
#round_center {float: left; width: 472px; background-image: url('/Imagens/Titulo_Back.gif');}
#round_right {float: right; width: 4px; height: 24px; background-image: url('/Imagens/Titulo_Right.png');}

#info
{
    width: 458px;
    
    padding: 10px;
    margin: 10px;
    
    border: solid 1px #CCCCCC;
}

/* ********************************************************************** */
/* CENTRO *************************************************************** */
#CENTER
{
    float: left;
    width: 10px;
    background: url('/Imagens/Top_Left_Back.png') repeat-x left top;
    height: 20px;
}

/* ********************************************************************** */
/* LADO DIREITO ********************************************************* */
#DIR
{
    float: left;
    
    width: 245px;
}
/* ********************************************************************** */

#pesquisa
{
    clear: both;
    
    height: 84px;
    padding: 20px 10px 0 15px;
    vertical-align: bottom;
}
#pesquisa #divPesquisa
{
    
}
#pesquisa #divPesquisa #btPesquisa
{
    cursor: pointer;
}
/* ********************************************************************** */
#menus
{
    /*margin: 15px 0 0 0;*/
    padding: 0 10px 0 10px;
}
#menus .link
{
    height: 40px;
    
    line-height: 40px;
    display: block;
    
    padding: 1px 10px 1px 30px;

    background-image: url('/Imagens/Menu_Back.png');
    background-position: left;
    background-repeat: repeat-x;
    
    font-size: 0.9em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
#menus .link:hover
{
    background-image: url('/Imagens/Menu_Back_Over.png');
    background-position: left;
    background-repeat: repeat-x;
    
    cursor: pointer;
}
#menus .link a { display: block; }

/* ********************************************************************** */
#sub_menu
{
    border-left: solid 1px #D8D8D8;
    border-right: solid 1px #D8D8D8;
}
#sub_menu_bottom
{
    height: 7px;
    
    background-image: url('/Imagens/Sub_Menu_Back_Bottom.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.sub_link
{
    height: 18px;
    
    line-height: 18px;
    
    padding: 1px 10px 1px 10px;

    border-top: solid 1px #FFFFFF;
    background-color: #FFFFFF;
    
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
.sub_link:hover
{
    border-top: solid 1px #D8D8D8;
    background-color: #E5E5E5;
    
    cursor: pointer;
}
.sub_link a { display: block; }
/* ********************************************************************** */
#login
{
    margin: 0 10px 0 10px;
}

#login #back_top
{
    height: 8px;
    
    background-image: url('/Imagens/Registo_Top_Back.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
#login #back_main
{
    background-color: #1E0A00;
    /*width: 185px;*/
    text-align: left;
    margin: 0 10px 0 10px;
}
#login #back_bottom
{
    height: 8px;
    
    background-image: url('/Imagens/Registo_Bottom_Back.png');
    background-position: center top;
    background-repeat: no-repeat;
}

/* ********************************************************************** */
/* RODAPÉ *************************************************************** */
#RODAPE
{
    clear: both;
    margin: 10px 0 0 0;
    
    text-align: center;
    
    border-top: solid 1px #999999;
}

/* ********************************************************************** */

.invisivel { display: none; }
.visivel { display: block; }

/* ********************************************************************** */
