/*--------------------------------------------------------------------
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);


/* =Content Esquerda: fotos
------------------------------------------------------*/
#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 h3.morepad { /* :INFO: titulo */
	margin: 0;	padding: 40px 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: 65px 0 0 0;
	font-size: 15px; font-weight: normal; line-height: 1em; 
	color: #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; }
