body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f0f0f0;
	background-image: url(../imgs/fundocima.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
html {overflow-y: scroll;}
.clear { clear: both; height: 0px; line-height: 0px; }
.thrColFixHdr #container {
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../imgs/fundoequipa.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.thrColFixHdr #containerH {
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../imgs/fundomain.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} 
.thrColFixHdr #containerE {
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../imgs/fundomainazul.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} 



/* Headers */
.thrColFixHdr #header {
	background: #f0f0f0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	height: 120px;
	width: 940px;
} 
#headcx1 {
	width: 940px;
	float: left;
	background-color: #043040;
	padding: 0px;
	height: 66px;
}
#headcx1_logo {
	width: 436px;
	float: left;
	background-color: #043040;
	height: 66px;
}
#headcx1_lang {
	width: 82px;
	float: right;
	background-color: #043040;
	height: 50px;
}
#headcx2 {
	width: 940px;
	float: left;
	background-color: #F0F0F0;
	padding: 0px;
	height: 54px;
	background-image: url(../imgs/fundobarra.gif);
}
#headcx2mil {
	width: 664px;
	float: left;
	background-color: #F0F0F0;
	height: 22px;
	background-image: url(../imgs/fundobarra.gif);
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 276px;
}
#headcx2_identf {
	width: 220px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 14px;
	padding-left: 30px;
}
#headcx2_menu {
	width: 670px;
	float: right;
	height: 23px;
	color: #FFFFFF;
	margin-top: 29px;
}
#headcx2_menu ul {
	float:left;
	width:100%;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}
#headcx2_menu a {
	float:right;
	text-decoration:none;
	color:white;
	margin-right: 3px;
	padding-top: 0.4em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
	}
#headcx2_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C0C0C0;
}
#headcx2_menu li {
	display:inline;
	padding-top: 24px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* SidebarH Home */
.thrColFixHdr #sidebarH {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #BDBDBD;
}
#sideanimsH {
	width: 270px;
	float: left;
	background-color: #BDBDBD;
	height: 402px;
}
#sidelogoshome {
	width: 270px;
	float: left;
	background-color: #BDBDBD;
	height: 104px;
}

/* Sidebar1 Latral */
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #043040;
}
#sideanims {
	width: 270px;
	float: left;
	background-color: #043040;
	height: 94px;
}
#sideequipa {
	width: 200px;
	float: left;
	background-color: #043040;
	padding-left: 35px;
	padding-bottom: 40px;
}
#sideequipa .cargo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#sideequipa .subfirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
#sideequipa .suboutros {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#sideequipa ul {
	padding: 0;
	margin: 0;
	}
#sideequipa a {
	text-decoration:none;
	color: #5890a4;
	}
#sideequipa a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sideequipa li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 1px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}



/* Sidebar2H Home */
.thrColFixHdr #sidebar2H {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding: 0px;
	margin-right: 20px;
	margin-top: 30px;
}
#sideintroH {
	width: 400px;
	float: left;
	background-color: #dddddd;
	height: 249px;
	padding-top: 39px;
	background-image: url(../imgs/cralisboaH.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideintroH25P {
	width: 400px;
	float: left;
	height: 249px;
	background-image: url(../imgs/cralisboaHpt12.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 69px;
}
#sideintroH25E {
	width: 400px;
	float: left;
	background-color: #dddddd;
	height: 249px;
	padding-top: 69px;
	background-image: url(../imgs/cralisboaHes12.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideintroH25G {
	width: 400px;
	float: left;
	background-color: #dddddd;
	height: 249px;
	padding-top: 69px;
	background-image: url(../imgs/cralisboaHen12.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#intro_noflash { width: 400px; height: 249px; } 
.intro_H {
	background-image: url(../imgs/amoreiras.jpg);
	background-repeat: no-repeat;
}
#sidedestaqsH {
	width: 400px;
	float: left;
	background-color: #FFFFFF;
}
#sidedestaqsH .tits{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #3a7185;
	padding-top: 14px;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3a7185;
}
#sidedestaqsH p {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidedestaqsH a:link, #sidedestaqsH a:visited, #sidedestaqsH a:active { color: #000000; text-decoration: none; }
#sidedestaqsH a:hover { color: #21849b; text-decoration: underline; }

/* Sidebar2 Fotos e Nomes */
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cosi2um {
	width: 220px;
	float: left;
}
#cosi2foto {
	width: 220px;
	float: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#cosi2foto img{
	border: 1px solid #000000;
	padding: 2px;
}
#cosi2dois {
	width: 192px;
	float: left;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 40px;
}
#cosi2dois .nome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #043040;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 24px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
}
#cosi2dois .tit01{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 3px;
}
#cosi2dois .info01{
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cosi2dois a:link, #cosi2dois a:visited, #cosi2dois a:active { color: #21849b; text-decoration: none; }
#cosi2dois a:hover { color: #000000; text-decoration: none; }



/* mainContentH Home*/
.thrColFixHdr #mainContentH {
	margin-top: 0;
	margin-right: 440px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#mainContentH .caixazero {
	width: 120px;
	float: left;
}
#caixazero p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #043040;
	font-weight: bold;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #386F83;
}
#mainContentH .caixaum {
	width: 220px;
	float: left;
}

#mainContentH .entrada0101 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../imgs/dot1.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#mainContentH .entrada0101 ul {
	list-style-type: circle;
	list-style-position: outside;
}
#mainContentH a:link, #mainContentH a:visited, #mainContentH a:active { color: #043040; text-decoration: none; }
#mainContentH a:hover { color: #21849b; text-decoration: none; }

#sidedestaqsH {
	width: 400px;
	float: left;
	background-color: #FFFFFF;
}


#sidedestaqsH {
	width: 400px;
	float: left;
	background-color: #FFFFFF;
}
#sidedestaqsH .tits{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #3a7185;
	padding-top: 14px;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3a7185;
}
#sidedestaqsH p {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidedestaqsH a:link, #sidedestaqsH a:visited, #sidedestaqsH a:active { color: #000000; text-decoration: none; }
#sidedestaqsH a:hover { color: #21849b; text-decoration: underline; }
.titscabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #386F83;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #043040;
}
#sidedestaqsH .titscabs a:link, #sidedestaqsH .titscabs a:visited, #sidedestaqsH .titscabs a:active { color: #043040; text-decoration: none; }
#sidedestaqsH .titscabs a:hover { color: #21849b; text-decoration: none; }
#sidedestaqsH .titscabsp {
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#sidedestaqsH .titscabsp a:link, #sidedestaqsH .titscabsp a:visited, #sidedestaqsH .titscabsp a:active { color: #000000; text-decoration: none; }
#sidedestaqsH .titscabsp a:hover { color: #21849b; text-decoration: none; }

/* mainContentE EquipaHome*/
.thrColFixHdr #mainContentE {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainContentE H1 {
	padding-top: 50px;
	line-height: 14px;
	font-size: 14px;
	color: #3a7185;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3a7185;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContentE H3 {
	padding-top: 12px;
	line-height: 14px;
	font-size: 14px;
	color: #3a7185;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3a7185;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* mainContent*/
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent a:link, #mainContent a:visited, #mainContent a:active { color: #21849b; text-decoration: none; }
#mainContent a:hover { color: #000000; text-decoration: none; }
#mainContent p {
	text-align: justify;
}
.pequeno {
	font-size: 10px;
}
#mainContent .meio {
	text-align: center;
}
#mainContent H1 {
	padding-top: 50px;
	line-height: 14px;
	font-size: 14px;
	color: #3a7185;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3a7185;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent H3 {
	padding-top: 24px;
	line-height: 14px;
	font-size: 14px;
	color: #3a7185;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3a7185;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent H2 {
	line-height: 16px;
	font-size: 12px;
	color: #31697d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent .cabs {
	line-height: 16px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .entrada01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mainContent .entrada0101 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../imgs/dot1.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#mainContent .entrada0101 ul {
	list-style-type: circle;
	list-style-position: outside;
}
#mainContent .entrada01J {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: justify;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../imgs/dot1.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#mainContent .entrada01J ul {
	list-style-type: circle;
	list-style-position: outside;
	text-align: justify;
}
#mainContent .titspubs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #356D81;
}
#reconhs {
	width: 380px;
	height: 126px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #356D81;
}
#reconhfirma {
	padding: 0px;
	float: left;
	width: 124px;
}
#reconhfirma1 {
	padding: 0px;
	float: left;
	width: 118px;
}
#reconhfirma2 {
	float: right;
	width: 88px;
	height: 120px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#reconhtexto {
	float: right;
	width: 230px;
	height: 118px;
	padding: 0px;
}
#caras {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#caixacaraspeqs {
	width: 101px;
}
#caixacaraspeqs img {
	border: 1px solid #000000;
}
#caixacaraspeqs p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-top: 3px;
	margin-top: 0px;
}
#caixacaraspeqs a:link, #caixacaraspeqs a:visited, #caixacaraspeqs a:active { color: #21849b; text-decoration: none; }
#caixacaraspeqs a:hover { color: #000000; text-decoration: none; }
.destaqueazul {
	color: #3a7185;
}
#cosiN1 {
	border-bottom-width: 1px;
	border-bottom-color: #356D81;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-style: solid;
}
#cosiN1a1 {
	width: 390px;
}
#cosiN1f {
	padding-top: 0px;
}
#cosiN1f  img {
	border: 2px solid #043040;
}





/* Footer */
.thrColFixHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footcx1 {
	width: 940px;
	float: left;
	background-color: #DDDDDD;
	padding: 0px;
	background-image: url(../imgs/logofooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_copy {
	width: 560px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-left: 60px;
	padding-top: 10px;
}
#footer_mapoio {
	width: 300px;
	float: right;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 2px;
}
#footer_mapoio ul {
	float:left;
	width:100%;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}
#footer_mapoio a:link, #footer_mapoio a:visited, #footer_mapoio a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	float: right;
	margin-right: 3px;
	padding-top: 0.4em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
}
#footer_mapoio a:hover { color: #21849b; text-decoration: underline; }
#footer_mapoio li {
	display:inline;
	padding-top: 24px;
}

.monica {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
.arofoto {
	border: 1px solid #043040;
}
.arofotoleft {
	border: 1px solid #043040;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

