/*--------------------------------------------------------------------
Corpo Style / Estruturas comuns (IE6 FF1.5)

Version: 	1.0
author: 		Burocratik (alexandre gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);
@import url(texto.css);

/* =SUBMENU PRINCIPAL
------------------------------------------------------*/
ul#mainSubMenu{
	position: absolute;
	top: 57px; left: 225px; 
	width: 131px; height: 100px;
	padding: 0;	margin: 0;
	list-style: none;
	border: none;
}
ul#mainSubMenu li{ /* :INFO: Cria as linhas de separacao*/
	width: 127px;
	padding: 1px 0 1px 0;
	margin: 0;
	height: 15px;
	border-bottom: 1px solid #8ace57;
}
ul#mainSubMenu li a{
	position: relative;
	display: block;
	width: 127px; height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
	color: #526d84;
	border: 0; /* :INFO: para anular no visited o formato global (texto.css) dos links*/
}
*html ul#mainSubMenu li a, *html ul#mainSubMenu li strong{ /* :HACK: IE <=6*/
	line-height: 14px; 
}
ul#mainSubMenu li a:hover {
	visibility: visible; /* :BUG: para no IE  para as imagens voltarem ao posicao non-hover*/
}
ul#mainSubMenu li a:hover span,
ul#mainSubMenu li a:focus span { /* :INFO: necessario para a imagem do roll over*/
	display: block;
	margin: 0; padding: 0;
	position: absolute;
	top: -1px; left: -5px;
	width: 5px;	height: 15px;
	background: transparent url(../imgs/submenu-over.gif) no-repeat left center;
}
ul#mainSubMenu li strong{ /* :INFO: botao on*/
	position: relative;
	display: block;
	width: 127px;	height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
	color: #526d84;
	background: #edf7e7;
}

/* =CONTENT ESQUERDA
------------------------------------------------------*/
#content-esq {
	float: left;
	width: 205px;
	margin: 47px 20px 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 11px;
	line-height: 1.5em; letter-spacing: normal;
}

/* =Content Centro: texto
------------------------------------------------------*/
#content-center {
	float: left;
	position: relative;
	width: 430px;
	margin: 30px 20px 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 12px;
	line-height: 1.5em; letter-spacing: normal;
	color: #485056;
}
#content-center h2 { /* :INFO: titulo */
	margin: 0; padding: 0;
	color: #1b5d35;
	font-size: 40px; font-weight: normal; line-height: 1em; letter-spacing: -3px;
}
#content-center h3 { /* :INFO: Subtitulo quando existir*/
	margin: 0;	padding: 20px 0 0 0;
	font-size: 18px; font-weight: normal; line-height: 1em; 
	color: #6aba3a;
}
#content-center h4 { 
	margin: 0;	padding: 20px 0 0 0;
	font-size: 11px; font-weight: bold; line-height: 1em; 
	color: #6aba3a;
}
#content-center p {
	margin: 0; padding: 13px 0 0 0; 
	font-size: 12px; line-height: 1.3em;
}
#content-center a {color: #485056; text-decoration: none; border-bottom: 1px solid #6aba3a;}
#content-center a:visited {color: #485056; border-bottom: 1px dotted #6aba3a;}
#content-center a:focus, #content-center a:hover {color: #485056; border-bottom: 1px dotted #6aba3a; }


/* =Content dta: eventuais ficheiros para descarregar
------------------------------------------------------*/
#content-dta {
	float: left;
	width: 205px;
	margin: 30px 0 0 5px; padding: 0;
	color: #808080;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 11px;
	line-height: 1.3em; letter-spacing: normal;
}
#content-dta h4 {
	margin: 0;	padding: 32px 0 0 0;
	font-size: 13px; font-weight: bold; line-height: 1em; 
	color: #6aba3a;
}
#content-dta p.documentos {
	width: auto;
	margin: 90px 0 0 0px; padding: 5px 0 5px 20px;
	font-family: Tahoma, verdana, sans-serif; font-size: 10px; font-weight: bold;
	color: #6aba3a;
	background: transparent url(../../imgs/icon-documento-red.gif) no-repeat center left;
}
#content-dta p.documentos a {display: inline; padding: 0; margin: 0; border: 0; color: #6aba3a;}
#content-dta p.documentos a:hover, #content-dta p.documentos a:focus 
	{background-color: transparent; border-bottom: 1px solid #6aba3a;}
	
#content-dta a {color: #808080; text-decoration: none; border-bottom: 1px solid #6aba3a;}
#content-dta a:visited {color: #808080; border-bottom: 1px dotted #6aba3a;}
#content-dta a:focus, #content-dta a:hover {color: #808080; border-bottom: 1px dotted #6aba3a; }