﻿/* ********************************************************************************* */
a:link { color: #C80000; text-decoration: none; }
a:visited { color: #C80000; text-decoration: none; }
a:hover { color: #C80000;}
/* ********************************************************************************* */
*
{
    margin: 0;
    
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
}

.bt a { padding: 4px 5px 4px 5px; }
.bt a:link { color: #C80000; text-decoration: none; display: block; }
.bt a:visited { color: #C80000; text-decoration: none; display: block; }
.bt a:hover 
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    
    border-radius: 5px;    
    background-color: #C80000;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#topo_out
{
    clear: both;

    height: 126px;
    
    background-color: #383838;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #252525), color-stop(1, #090909));
    background: -moz-linear-gradient(center top, #252525 0%, #090909 100%);
    background: -o-linear-gradient(#252525,#090909);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#090909',GradientType=0);
}
.grao { background-image: url("/Imagens/Topo/Grao.png"); }
#topo
{
    clear: both;

    width: 1000px;
    height: 126px;
    
    margin-left: auto;
    margin-right: auto;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#topo #esquerdo { float: left; }
/* ********************************************************************************* */
#topo #esquerdo #login
{
}
#topo #esquerdo #login #labelLogin
{
    width: 30px;
    padding: 10px 10px 10px 32px;

    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer;
    
    background-color: #C80000;
    background-image: url("/Imagens/Icons/Cadeado.png");
    background-position: 7px center;
    background-repeat: no-repeat;
}
#topo #esquerdo #login #labelLogin:hover
{
    /*background-color: #920000;*/
}
#topo #esquerdo #login #formLogin
{
    padding: 10px;
    width: 200px;
    
    background-color: #C80000;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#topo #direito { float: right; }
/* ********************************************************************************* */
#topo #direito #redessociais
{
    width: 330px;
    padding: 10px;

    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer;
    
    text-align: right;
    
    /*background-color: rgba(0, 0, 0, 0.2);*/
}
#topo #direito #redessociais img { filter: gray; }
#topo #direito #redessociais img:hover { filter: none; }
#topo #direito #logo
{
    width: 350px;
    height: 50px;
    margin: 40px 0 0 0;
    
    /*background-image: url("/Imagens/Logo.png");*/
    background-position: center bottom;
    background-repeat: no-repeat;
    
    cursor: pointer;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#menus_out
{
    clear: both;

    height: 40px;
    
    background-color: #383838;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #3D3D3D), color-stop(0.7, #090909));
    background: -moz-linear-gradient(center top, #3D3D3D 30%, #090909 70%);
    background: -o-linear-gradient(#3D3D3D,#090909);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D3D3D', endColorstr='#090909',GradientType=0);
}
#menus
{
    clear: both;

    width: 1000px;
    height: 40px;
    line-height: 40px;
    
    margin-left: auto;
    margin-right: auto;
}

#menus .menusTopo div
{
    float: left;
    line-height: 40px;
    
    color: #FFFFFF;
    font-size: 11px;
    
    cursor: pointer;
}
#menus .menusTopo div:hover
{
    background-color: #C80000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #C80000), color-stop(0.7, #920000));
    background: -moz-linear-gradient(center top, #C80000 30%, #920000 70%);
    background: -o-linear-gradient(#C80000,#920000);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C80000', endColorstr='#920000',GradientType=0);
}
#menus .menusTopo .seleccionado { background-color: #C80000; }
#menus .menusTopo div a
{
    padding: 0 10px 0 10px;

    color: #FFFFFF;
    text-decoration: none;
    display: block;
}
/* ********************************************************************************* */
.menuOpcoes
{
    margin: 0 0 5px 0;

    border: solid 1px #C80000;
    background-color: #FFFFFF;
}
.menuOpcoes h3.titulo
{
    padding: 4px;

    color: #FFFFFF;
    background-color: #C80000;
    
    text-align: center;
    
    font-size: 12px;
    font-weight: bold;

    cursor: pointer;
}

.menuOpcoes .letra
{
    padding: 0 0 0 5px;
    
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    
    border-bottom: solid 1px #C4C4C4;
    background-color: #E1E1E1;
    
    cursor: pointer;
}
.menuOpcoes .letra:hover
{
    color: #FFFFFF;
    background-color: #3D3D3D;
}
.menuOpcoes .letra a:link { color: #333333; text-decoration: none; display: block; }
.menuOpcoes .letra a:visited { color: #333333; text-decoration: none; display: block; }
.menuOpcoes .letra a:hover { color: #FFFFFF; text-decoration: none; display: block; }

.menuOpcoes .link { padding: 0 0 0 10px; }
.menuOpcoes .link:hover { background-color: #3D3D3D; }

.menuOpcoes .link a:link { color: #C80000; text-decoration: none; display: block; }
.menuOpcoes .link a:visited { color: #C80000; text-decoration: none; display: block; }
.menuOpcoes .link a:hover { color: #FFFFFF; text-decoration: none; display: block; }

.menuOpcoes .familia
{
    padding: 0 0 0 5px;
    
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    
    border-bottom: solid 1px #C4C4C4;
    background-color: #E1E1E1;
    
    cursor: pointer;
}
.menuOpcoes .familia:hover
{
    color: #FFFFFF;
    background-color: #3D3D3D;
}
.menuOpcoes a.linkFamilia:link { color: #C80000; text-decoration: none; display: block; }
.menuOpcoes a.linkFamilia:visited { color: #C80000; text-decoration: none; display: block; }
.menuOpcoes a.linkFamilia:hover { color: #920000; text-decoration: underline; display: block; }
/* ********************************************************************************* */
/* ********************************************************************************* */
#banner_out
{
    clear: both;
    width: 100%;

    border-bottom: solid 1px #999999;
    background-color: #000000;
    
    display: table;
}
#banner
{
    clear: both;

    width: 1000px;
    
    margin-left: auto;
    margin-right: auto;

    display: table;

    background-color: #C80000;
    color: #FFFFFF;
}
#banner #imagem, #banner #imagem a
{
    width: 650px;
    max-width: 650px;
}
#banner #texto
{
    width: 310px;
    padding: 20px;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#main_out
{
    clear: both;

    width: 100%;
    display: table;
    
    border-top: solid 1px #FFFFFF;
    
    background-color: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DFDFDF), color-stop(0.1, #FFFFFF));
    background: -moz-linear-gradient(center top, #DFDFDF 0%, #FFFFFF 10%);
    background: -o-linear-gradient(#DFDFDF, #FFFFFF 100px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFDFDF', endColorstr='#FFFFFF',GradientType=0);
}
#main
{
    clear: both;

    width: 1000px;
    vertical-align: top;
    
    margin-left: auto;
    margin-right: auto;
}
#main .centro
{
    width: 650px;
    max-width: 650px;

    padding: 10px 0 0 0;
}
/* ********************************************************************************* */
#main .centro .destaque
{
    clear: both;
    min-height:130px;
    
    display: table;
    padding: 20px;
    margin: 0 0 10px 0;
        
    border-radius: 10px;
    border: solid 1px #AEAEAE;
    
    background: #FFFFFF;
}
/* ********************************************************************************* */
/* EMPRESAS */
#main .centro .destaque .foto
{
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
}
#main .centro .destaque .foto img { width: 150px; }
#main .centro .destaque .dados
{
    float: left;
    width: 448px;
}
#main .centro .destaque .dados h1
{
    font-size: 14px;
}
#main .centro .destaque .dados .actividade
{
    margin: 0 0 10px 0;
    color: #999999;
    font-weight: normal;
}

#main .centro .destaque .dados .contactos div
{
    height: 16px;
    padding: 0 0 0 20px;
}
#main .centro .destaque .dados .contactos div span.label { color: #A5A5A5; }
/* ICONS */
#main .centro .destaque .dados .contactos .telemovel { background: url("/Imagens/Icons/Telemovel.png") no-repeat left center; }
#main .centro .destaque .dados .contactos .email { background: url("/Imagens/Icons/Email.png") no-repeat left center; }
#main .centro .destaque .dados .contactos .facebook { background: url("/Imagens/Icons/Facebook/16x16.png") no-repeat left center; }
#main .centro .destaque .dados .contactos .twitter { background: url("/Imagens/Icons/Twitter/16x16.png") no-repeat left center; }

#main .centro .destaque .dados .detalhes { text-align: right; }
#main .centro .destaque .dados .detalhes a
{
    font-size: 8px;
    font-weight: bold;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#main .lateral
{
    width: 330px;
    padding: 10px;
}
/* ********************************************************************************* */
#main .lateral .destaques
{
    width: 308px;
    padding: 10px;
    margin: 0 0 10px 0;
    
    border: solid 1px #AEAEAE;
    background: #FFFFFF;
}
#main .lateral .destaques h5
{
    margin: 0 0 10px 0;

    font-size: 11px;
    font-weight: bold;
    color: #6A6A6A;
}
#main .lateral .destaques .titulo
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    
    height: 5px;
}
#main .lateral .destaques .data
{
    font-size: 8px;
    font-weight: bold;
    color: #C80000;
}
#main .lateral .destaques p
{
    font-size: 10px;
    color: #666666;
}
#main .lateral .destaques div { text-align: right; }
#main .lateral .destaques div a
{
    font-size: 10px;
    font-weight: bold;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.patrocinio
{
    width: 324px;
    margin: 0 0 10px 0;
    padding: 2px;
    
    border: solid 1px #AEAEAE;
    background-color: #EFEFEF;
    
    text-align: center;
}
.patrocinio img { width: 322px; }
.patrocinio .label
{
    margin: 0 4px 2px 0;

    text-align: right;
    font-size: 10px;
    color: #999999;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.apoio
{
    width: 324px;
    margin: 0 0 10px 0;
    padding: 2px;
    
    border: solid 1px #AEAEAE;
    background-color: #EFEFEF;
    
    text-align: center;
}
.apoio img { width: 322px; }
.apoio .label
{
    margin: 0 4px 2px 0;

    text-align: right;
    font-size: 10px;
    color: #999999;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.publicidade
{
    width: 324px;
    margin: 0 0 10px 0;
    padding: 2px;
    
    border: solid 1px #AEAEAE;
    background-color: #EFEFEF;
    
    text-align: center;
}
.publicidade img { width: 322px; }
.publicidade .label
{
    margin: 0 4px 2px 0;

    text-align: right;
    font-size: 10px;
    color: #999999;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#rodape
{
    clear: both;

    width: 980px;
    padding: 10px;
    
    margin-left: auto;
    margin-right: auto;
    
    color: #FFFFFF;
}

/* ********************************************************************************* */
/* ********************************************************************************* */
#iconLoad
{
    position: absolute;
    
    right: 10px;
    top: 75px;
    
    color: #A5A5A5;
}
/* ********************************************************************************* */
.informacao
{
    padding: 10px 10px 10px 25px;

    color: #000000;
    text-align: right;
    
    border: solid 1px #A1C1D6;
    background-color: #F2F2F2;
    
    background-image: url("/Imagens/Icons/Informativo.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
.erro
{
    padding: 10px 10px 10px 25px;

    color: #FF0000;
    text-align: right;

    border: solid 1px #CD0000;
    background-color: #F2F2F2;
    
    background-image: url("/Imagens/Icons/Erro.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
.load
{
    width: 16px;
    height: 16px;
    padding: 2px;

    color: #000000;
    text-align: right;
    
    border-radius: 3px;
    border: solid 1px #E2E2E2;
    background-color: #F2F2F2;
    
    background-image: url("/Imagens/Icons/Load.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
/* PEDIDOS CLUB NERSANT */
#pedido_informação a
{
     color:#000000;
}

.pedido
{
    font-weight:bold;
    clear:both;
    
    text-align:center;
}
  
