﻿a:link { color: #2F99CB; text-decoration: none; }
a:visited { color: #2F99CB; text-decoration: none; }
a:hover { color: #2F99CB; text-decoration: underline; }

a.linkMenu:link { color: #FFFFFF; text-decoration: none; display: block; }
a.linkMenu:visited { color: #FFFFFF; text-decoration: none; display: block; }
a.linkMenu:hover { color: #FFFFFF; text-decoration: none; display: block; }

a.linkIdioma:link { color: #FFFFFF; text-decoration: none; }
a.linkIdioma:visited { color: #FFFFFF; text-decoration: none; }
a.linkIdioma:hover { color: #FFFFFF; text-decoration: underline; }

/* 
 * linkCatalogo
 * ESTÁ NO FICHEIRO /CSS/Site.css
 */

a.linkRodape:link { color: #9D9D9D; text-decoration: none; }
a.linkRodape:visited { color: #9D9D9D; text-decoration: none; }
a.linkRodape:hover { color: #606060; text-decoration: underline; }

/* ***************************************************************** */
.visivel { display: block; padding: 10px 0 20px 0; }
.invisivel { display: none; }

/* ***************************************************************** */
/* TABELAS CRIADAS PELO FORMULÁRIO */
table tbody {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*color: #929292;*/
}

/* ***************************************************************** */
/* TITULO */
.texto
{
    font-size: 11px;
    text-align: justify;
}
.titulo
{
    font-size: 1.6em;
    font-weight: bold;
    
    color: #2B598D;
}
.subtitulo
{
    font-size: 1.4em;
    font-weight: bold;
    color: #2B598D;
}
.texto_rodape
{
    font-size: 10px;
}

.titulo_noticias
{
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    padding: 1px 0 1px 0;
}

/* ***************************************************************** */
/* TRANSPARENCIA */
.trasnparente{
    filter: alpha(opacity=75);
	moz-opacity: 0.75;
	opacity: 0.75;
	khtml-opacity: 0.75;
}
/* ***************************************************************** */
/* CORES */
.Blue { color: #2B598D; }
.Red { color: #FF0000; }
.White { color: #FFFFFF; }
.Black { color: #000000; }
.Gray { color: #A5A5A5; }
.DarkBlue { color: #0B426D; }
.DarkGray { color: #4C4C4C; }

/* ***************************************************************** */
/* 10 */
.A10N {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
.A10B {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;}
/* ***************************************************************** */
/* 11 */
.A11N {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;}
.A11B {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}
/* ***************************************************************** */
/* 12 */
.A12N {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.A12B {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
/* ***************************************************************** */
