@charset "utf-8";

/* Specific CSS Styles and id's
**************************************************************************************************/

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

form {
	padding:0px;
	margin:0px;
}

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	font-weight:normal;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#454545;
	text-shadow:1px 1px 0px #dcdcdc;
	border-bottom: 1px dotted #CCCCCC;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7e7d70;
	border-bottom:1px solid #cccccc;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin-bottom:10px;
}

a {
	color:#FF6600;
}

#wrapper {
	float:left;
	width:100%;
	height:128px;
	background:url(../imagens/fundo_header.jpg) repeat-x top;
}

.clearThis {
	clear:both;
}

.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}

/* Main Container CSS Styles and id's
**************************************************************************************************/

#float-fix {
	width:950px;
	margin:0px auto 0px auto;
}

#main-container {
	width:950px;
	float:left;
	margin:0px auto 0px auto;
}

#banner-container {
	width:950px;
	float:left;
	padding-bottom:8px;
}

.pictureleft {
	float:left;
	margin:0px 15px 15px 0px;
}

.pictureright {
	float: right;
	margin:0px 0px 15px 15px;
}

/* Sitemap CSS Styles and id's
**************************************************************************************************/

#search-container {
	width:500px;
	float:right;
	margin-top:2px;
}

#sitemap-page {
	float:left;
	width:700px;
	padding-top:30px;
}

#sitemap-page .sitemap-block {
	float:left;
	width:220px;
	margin:0 20px 30px 0;
}

#sitemap-page h3 {
	font-size:16px;
	font-weight: bold;
	margin-bottom:10px;
	padding:3px 0 0 3px;
	border-bottom:1px solid #ccc;
	background-color:#F7F7F7;
}

#sitemap-page ul {
	margin:0;
	padding:0;
}

#sitemap-page ul:hover {
	background-color:#F7F7F7;
}

#sitemap-page li {
	list-style-type:none;
	text-align:left;
}

#sitemap-page h3 a {
	color:#000000;
}

#sitemap-page h3 a:hover {
	background-color:#F7F7F7;
}

#sitemap-page a {
	color:#666;
	display:block;
	padding:3px 2px 3px 4px;
}

#sitemap-page a.lvl2 {
	padding:3px 2px 3px 14px;
	font-size:11px;
}

#sitemap-page a.lvl3 {
	padding:3px 2px 3px 24px;
	font-size:11px;
}

#sitemap-page a.lvl4 {
	padding:3px 2px 3px 34px;
	font-size:11px;
}

#sitemap-page a:hover {
	color:#000;
	background-color:#EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sitemap-page .nomargin {
	margin:0;
}


/* Logo CSS Styles and id's
**************************************************************************************************/

#logo {
	float:left;
	width:125px;
	margin-top:20px;
}

/* Search CSS Styles and id's
**************************************************************************************************/

#search {
	width:301px;
	float:right;
	background:url(../imagens/fundo_procura.jpg) no-repeat top;
	height:30px;
}

#search .textbox {
	border:none;
	font:normal 12px Arial, Helvetica, sans-serif;
	width:194px;
	height:20px;
	float:left;
	margin:4px 0px 0px 5px;
	background: url(../imagens/search_textbox.jpg) no-repeat 0 0;
	padding:0 0 0 25px;
}

#search-text {
	width:145px;
	float:left;
	padding:5px 5px 0px 0px;
	text-align:right;
}

#search .btn {
	float:left;
	cursor: pointer;
	background: url(../imagens/btn_search.gif) no-repeat scroll 0 0 transparent;
	width: 76px;
	border: 0 none;
	/*margin:5px 0px 0px 5px;*/
}

/* Top Links CSS Styles and id's
**************************************************************************************************/

#top-links {
	/*width:500px;*/
	height:20px;
	/*float:right;*/
	margin-top:50px;
	text-align:right;
	color:#666666;
}

#top-links a {
	color:#666666;
	text-decoration:none;
	margin-left:10px;
	font-size:12px;
}

#top-links a:hover {
	color:#000000;
}

#top-links img {
	vertical-align:middle;
}

.language-switcher {
  margin-bottom: 5px;
}

.language-switcher a {  
  font-weight: bold;
}

.language-switcher a.first {
  margin-right: 5px;
}

.language-switcher a.last {
  margin-left: 5px !important;
}


/* Login topo CSS Styles and id's
**************************************************************************************************/
#login {
	display:none;
	background:#B4B4B4 url(../imagens/fundo_login.jpg) repeat-x center bottom;
	border:1px solid #dfdfdf;
	padding:10px;
	float:right;
	position:relative;
	z-index:99;
	width:250px;
	background-color:#f3f3f3;
}

#login-user {
	width:250px;
	height:25px;
}

#login-pass {
	width:250px;
	height:25px;
}

#login-recover {
	width:250px;
	height:25px;
}

#login-recover a {
	font-size:11px;
	color:#0864a8;
}

#login-recover a:hover {
	text-decoration:underline;
}

#login .textbox {
	border:1px solid #dfdfdf;
	width:170px;
}

/* Navegação topo CSS Styles and id's
**************************************************************************************************/

#topnav-container {
	height:28px;~
	float:left;
	width:950px;
}

#topnav-left {
	width:10px;
	float:left;
}

#topnav-center {
	width:931px;
	float:left;
	text-align:right;
	background:url(../imagens/barra_nav_center.jpg) repeat-x;
	height:28px;
	padding:0px 0px 0px 0px;
}


/* Slideshow CSS Styles and id's
**************************************************************************************************/

#slideshow-container {
	height:230px;
	width:950px;
	float:left;
	/*margin-bottom:1px;*/
	position:static;
}

#slideshow-background {
	height:230px;
	float:left;
	position:relative;
	overflow:hidden;
}

#slideshow-links-container {
	width:290px;
	float:left;
	position:relative;
	top:-230px;
}

#slideshow-links-container ul {
	list-style:none;
	padding:0;
	margin:0;
}

#slideshow-links-container ul a:hover, a:active, a:visited, a:link {
	text-decoration: none;
}

#slideshow-links-container .slideshow-link1 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#a8a7a7;
	float:left;
	background:url(../imagens/slider_link1.png) no-repeat top left;
	cursor: pointer;
}

#slideshow-links-container .slideshow-link2 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#a8a7a7;
	float:left;
	background:url(../imagens/slider_link2.png) no-repeat left;
}

#slideshow-links-container .slideshow-link3 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#a8a7a7;
	float:left;
	background:url(../imagens/slider_link3.png) no-repeat top left;
}

#slideshow-links-container .slideshow-link4 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#a8a7a7;
	float:left;
	background:url(../imagens/slider_link4.png) no-repeat top left;
}

#slideshow-links-container .slideshow-link5 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#a8a7a7;
	float:left;
	background:url(../imagens/slider_link5.png) no-repeat top left;
}

#slideshow-links-container .selected .slideshow-link1 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#424242;
	float:left;
	background:url(../imagens/slider_link1_on.png) no-repeat top left;
}

#slideshow-links-container .selected .slideshow-link2 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#424242;
	float:left;
	background:url(../imagens/slider_link2_on.png) no-repeat top left;
}

#slideshow-links-container .selected .slideshow-link3 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#424242;
	float:left;
	background:url(../imagens/slider_link3_on.png) no-repeat top left;
}

#slideshow-links-container .selected .slideshow-link4 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#424242;
	float:left;
	background:url(../imagens/slider_link4_on.png) no-repeat top left;
}

#slideshow-links-container .selected .slideshow-link5 {
	width:265px;
	height:21px;
	padding:15px 10px 10px 15px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#424242;
	float:left;
	background:url(../imagens/slider_link5_on.png) no-repeat top left;
}

#slideshow-shadow {
	width:950px;
	float:left;
}

/* Home Tabs CSS Styles and id's
**************************************************************************************************/

#hometabs-container {
	width:950px;
	float:left;
}

#hometabs-left {
	width:635px;
	float:left;
	background:url(../imagens/fundo_tabs_content.jpg) no-repeat 0 0;
}

#hometabs-left .fundo-left {
	width:580px;
	padding:25px 40px 25px 15px;
	min-height:400px;
}

#hometabs-right {
	width:315px;
	float:left;
	background: url(../imagens/fundo_tabs_content_right.jpg) no-repeat 0 0;
}

#hometabs-right .fundo-right {
	min-height:400px;
}




/* Content Tabs CSS Styles and id's
**************************************************************************************************/

#tabs-wrapper {
	width:700px;
	float:left;
	background:url(../imagens/fundo_large_tabs_content.jpg) no-repeat 0 0;
}

#tabs-wrapper .tab-content {
	/*width:580px;*/
	padding:25px;
	min-height:400px;
}




/* Footer CSS Styles and id's
**************************************************************************************************/

#footer-wrapper {
	margin-top:30px;
	width:100%;
	float:left;
	background:url(../imagens/fundo_footer.jpg) repeat-x 0 19px;
}

#footer-notice {
	background: url(../imagens/fundo_footer_notice.jpg) repeat-x 0 0;
	text-align:center;
	padding:3px 0;
	color:#565456;
	font-style:italic;
	font-size:11px;
}

#footer-notice a {
	color:#565456;
}

#footer-container {
	width:950px;
	height:110px;
	margin:0px auto 0px auto;
	padding-top:10px;
}

#footer-newsletter {
	width:290px;
	float:left;
	color:#747267;
	font-size:9pt;
	height:80px;
}

#footer-newsletter .textbox {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:184px;
	height:26px;
	border:none 0;
	background: url(../imagens/textbox-job-small.gif) no-repeat 0 0;
	margin-right:5px;
	font-size:11px;
	font-style:italic;
	color:#a5a5a5;
	padding:0 0 0 6px;

}

#footer-newsletter .btn {
	font-family: Arial, Helvetica, sans-serif;
	background:url(../imagens/btn_todasnoticias.jpg) repeat-x 0 0;
	padding:4px 10px 4px 10px;
	color:#333333;
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #c0c4ab;
	font-size:11px;
	cursor:pointer;
	text-shadow:0 1px 0 #fff;
	font-weight:bold;
}

#footer-newsletter .btn:hover {
	background:url(../imagens/btn_todasnoticias_on.jpg) repeat-x 0 0;
}

#footer-newsletter h6 {
	color: #484848;
	font-size:10pt;
	font-weight:bold;
}

#footer-links {
	width:660px;
	float:left;
	text-align:right;
	font-size:9pt;
}

#footer-links ul, li {
	padding:0px;
	margin:0px;
}

#footer-links ul {
	float:right;
}

#footer-links li {
	list-style-type:none;
	width:214px;
	padding:2px 0px 2px 0px;
	display:inline;
}

#footer-links a {
	color:#666666;
	text-decoration:none;
	padding-right:18px;
	font-size:11px;
	margin-left:15px;
}

#footer-links a:hover {
	color:#000000;
	text-decoration:none;
}

#footer-links .link-politica {
	background:url(../imagens/icon_politica.png) no-repeat center right;
}

#footer-links .link-termos {
	background:url(../imagens/icon_termos.png) no-repeat center right;
}

#footer-links .link-contacto {
	background:url(../imagens/icon_contacto.png) no-repeat center right;
}

#footer-links .link-sitemap {
	background:url(../imagens/icon_sitemap.png) no-repeat center right;
	padding-right:21px;
}

#footer-links .link-rss {
	background:url(../imagens/icon_rss.png) no-repeat center right;
}

#footer-links .link-collab {
	padding-right:25px;
	background:url(../imagens/collab.gif) no-repeat right;
}
#footer-copyright {
	float:left;
	text-align:right;
	color:#999999;
	margin-top:25px;
	font-size:8pt;
	width:660px;
}

#footer-copyright a {
	color:#f8910b;
	text-decoration:none;
}

#footer-copyright a:hover {
	color:#434343;
}


#footer-container .collab-link a:hover {
	color:#000;
}

#footer-container .highlight-links {
	width:950px;
	text-align:center;
	padding-bottom:30px;
}

#footer-container .highlight-links a {
	font-size:11px;
	color:#666;
	padding:0 5px;
}

#footer-container .highlight-links a:hover {
	font-size:11px;
	color:#333;
	padding:0 5px;
	text-decoration:underline;
}

#logos-container {
	float:left;
	padding:50px 0 0 0;
	width:950px;
}

#logos-container .logo {
	float:left;
}


/* Homepage Left Content Styles and id's
**************************************************************************************************/

.fundo-left h2 {
	font-size:22px;
	color:#FF6600;
}

.fundo-left a {
	border-bottom:1px dotted #666666;
	text-decoration:none;
	color:#FF6600;
}

.fundo-left a:hover {
	border-bottom:1px solid #FF6600;
	text-decoration:none;
	color:#000000;
}

.teaser-big {
	font-size:12px;
	color:#333;
	line-height:1.4em;
}

.floatleft {
	float:left;
}

.teaser-block1, .teaser-block2, .teaser-block3, .teaser-block4, .teaser-block5, .teaser-block6 {
	font-size:11px;
	color:#000000;
	width:286px;
	height:126px;
	float:left;
	margin:30px 5px 0px 0px;
}

.teaser-block2, .teaser-block4, .teaser-block6 {
	margin-right:0px;
}

.teaser-block1 a, .teaser-block2 a, .teaser-block3 a, .teaser-block4 a, .teaser-block5 a, .teaser-block6 a {
	font-size:11px;
	color:#fff;
	width:186px;
	height:86px;
	float:left;
	margin:0px 10px 0px 0px;
	padding:40px 15px 0px 90px;
	border-bottom:none;
}

.teaser-block1 a:hover, .teaser-block2 a:hover, .teaser-block3 a:hover, .teaser-block4 a:hover, .teaser-block5 a:hover, .teaser-block6 a:hover {
	border-bottom:none;
	color:#F5F5F5;
}


/* Homepage Right Content Styles and id's
**************************************************************************************************/

#hometabs-right .fundo-right .news-entry {
	width:280px;
	padding:0px 0px 20px 0px;
	margin-left:10px;
	float:left;
	font-size:12px;
	color:#666666;
}

#hometabs-right .fundo-right .news-entry .news-date {
	font-size:11px;
}

#hometabs-right .fundo-right .news-entry .news-desc {
	font-size:11px;
}

#hometabs-right .fundo-right .news-entry a {
	color:#f87500;
	text-decoration:none;
	font-weight:bold;
}

#hometabs-right .fundo-right .news-entry a:hover {
	color:#f87500;
	text-decoration:underline;
	font-weight:bold;
}

#hometabs-right .fundo-right .all-news {
	float:right;
}

#hometabs-right .fundo-right .all-news a {
	background:url(../imagens/btn_todasnoticias.jpg) repeat-x 0 0;
	padding:4px 10px;
	color:#333333;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #c0c4ab;
	margin-right:5px;
	font-size:11px;
}

#hometabs-right .fundo-right .all-news a:hover {
	background:url(../imagens/btn_todasnoticias_on.jpg);
}


#hometabs-right .fundo-right .evento-top {
	width:272px;
	padding:5px;
	float:left;
	font-size:12px;
	color:#fff;
	/*background:url(../imagens/fundo_tabs_content.jpg) no-repeat 50% -1px;*/
	background:url(../imagens/barra_nav_center.jpg) repeat-x 0 0;
	/*border:1px solid #E4E4E4;*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	margin:0 0 5px 10px;
}

#hometabs-right .fundo-right .evento-entry {
	width:270px;
	padding:5px;
	margin:0 0 5px 10px;
	float:left;
	background:url(../imagens/events_baloon.jpg) no-repeat 5px 5px;
	font-size:12px;
	color:#666666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	border:1px solid #ececec;
	background-color:#f6f6f6;
}

#hometabs-right .fundo-right .data-evento {
	font-family:Arial, Helvetica, sans-serif;
	width:30px;
	float:left;
	padding:9px 10px 7px 3px;
	text-align:center;
	font-size:9px;
	color:#000;
	font-weight:bold;
}

#hometabs-right .fundo-right .texto-evento {
	width:225px;
	float:left;
	
}

#hometabs-right .fundo-right .texto-evento a {
	color:#f87500;
	text-decoration:none;
	font-weight:bold;
	/*height:30px;*/
	display:block;
	/*padding:2px 5px;*/
}

#hometabs-right .fundo-right .evento-entry a:hover {
	color:#000000;
}

/* Path Styles and id's
**************************************************************************************************/
#breadcrumb {
	width:938px;
	float:left;
	font-size:11px;
	color:#666666;
	padding:6px;
	margin-bottom:20px;
	background:#E6E6E6;
	text-shadow:1px 1px 0 #fff;
	-moz-border-radius:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-radius:5px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
}

#breadcrumb a {
	color:#666666;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#000000;
}

#breadcrumb .current {
	color:#000000;
	font-weight:bold;
}

/* Item1 Styles and id's
**************************************************************************************************/

#content-container {
	width:950px;
	float:left;
}

#column-left {
	width:700px;
	float:left;
	margin-right:18px;
}

#column-right {
	width:232px;
	float:left;
}

#item1-pagetitle {
	margin-bottom:10px;
}

#item1-top-image {
	float:left;
}

#item1-content {
	float:left;
	font-size:12px;
	text-align:justify;
	width:700px;
	line-height:1.4em;
}

#item1-content .content-column {
	width:330px;
	float:left;
	padding:0px 20px 0px 0px;
	margin:0px 0px 30px 0px;
}

#item1-shadow-700 {
	height:45px;
	float:left;
	background:url(../imagens/shadow_700.jpg) no-repeat top;
	margin-top:1px;
	width:700px;
}

#related-block {
	width:678px;
	float:left;
	border:1px solid #e0e0dd;
	padding:10px 10px 30px 10px;
	margin-top:60px;
	background:url(../imagens/related_background.jpg) no-repeat right top;
	background-color:#f6f6f5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#related-block-shadow {
	height:45px;
	float:left;
	background:url(../imagens/shadow_700_square.jpg) no-repeat top;
	margin-top:1px;
}

#related-block a {
	font-size:12px;
	color:#333;
	padding:3px 5px;
	border:1px solid #F6F6F5;
	background-color: #E6E6E6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-shadow:1px 1px 0 #fff;
}

#related-block a:hover {
	font-size:12px;
	color:#333;
	border:1px solid #e4e4e4;
	background-color:#FFFFFF;
}

#contact-block {
	width:202px;
	height:300px;
	float:left;
	font-size:11px;
	color:#666;
	padding:50px 10px 0px 13px;
	background:url(../imagens/contacte_dri.jpg) no-repeat top;
	margin-left:7px;
}

#contact-block .contact-block-item {
	padding-top:14px;
}

#contact-block .contact-block-btn {
	float:right;
	padding-top:14px;
	padding-right:8px;
}

#contact-block .contact-block-phone {
	padding-top:50px;
}

#contact-block .contact-block-phone img {
	vertical-align:middle;
	margin-right:10px;
}

#contact-block .contact-phone {
	font-size:18px;
	font-style:italic;
	color:#353535;
}

#contact-block .textbox {
	border:0px none;
	width:189px;
	height:23px;
	background: url(../imagens/contact_textbox.jpg) no-repeat 0 0;
	font-size:11px;
	font-style:italic;
	color:#a5a5a5;
	padding:0 0 0 4px;
}

#menu-lateral {
	width:232px;
	float:left;
}

#menu-lateral-title {
	height:24px;
	background:url(../imagens/fundo_menulateral_title.jpg) no-repeat top;
	padding:12px 0px 0px 18px;
	color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #333;
}

#menu-lateral-title a {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px;
}

#menu-lateral-title a:hover {
	color:#FF6600;
}

#menu-lateral ul, 
#menu-lateral li {
	padding:0px;
	margin:0px;
}

#menu-lateral ul li {
	list-style-type:none;
	background: url(../imagens/fundo_links_menulateral.jpg) repeat-y;
}






/* menu first level *************************************************************************************************/
#menu-lateral ul li a {
	color:#333333;
	display:block;
	padding:5px 5px 5px 15px;
	font-size:12px;
	font-weight:bold;
}

/* menu second level *************************************************************************************************/
#menu-lateral li ul li a {
    margin-left:0px;
    color:#000;
    width:195px;
    display:block;
    padding:5px 5px 5px 32px;
    font-size:11px;
    font-weight:normal;
}


/* menu third level *************************************************************************************************/
#menu-lateral li ul li ul li a {
    margin-left:0px;
    color:#999999;
    width:185px;
    display:block;
    padding:5px 5px 5px 42px;
    font-size:12px;
    font-weight:normal;
}

/* menu forth level *************************************************************************************************/
#menu-lateral li ul li ul li ul li a {
    margin-left:0px;
    color:#999999;
    width:185px;
    display:block;
    padding:5px 5px 5px 52px;
    font-size:12px;
    font-weight:normal;
}

#menu-lateral a:hover, 
#menu-lateral a.active {
	background:url(../imagens/menu_link1_back.jpg) no-repeat 0 50%;
	color:#FFFFFF;
}

#menu-lateral-title a:hover {
	background:none;
}

#menu-lateral ul li.level1 {
    background:url(../imagens/menu_level1_back.jpg) repeat-y;
}

#menu-lateral ul li.level1 ul li {
    background:url(../imagens/menu_level2_back.jpg) repeat-y;
}

#menu-lateral ul li ul li.level2 ul li {
    background:url(../imagens/menu_level3_back.jpg) repeat-y;
}

#menu-lateral ul li ul li ul li.level3 ul li {
    background:url(../imagens/menu_level4_back.jpg) repeat-y;
}







#fundo-menu-lateral {
	background:url(../imagens/fundo_menulateral.jpg) no-repeat top;
	height:24px;
	float:left;
	width:232px;
}

/* Block Styles and id's
**************************************************************************************************/

.left-block {
	width:220px;
	float:left;
	margin-left:7px;
	padding-bottom:15px;
}

/* Item2 Styles and id's
**************************************************************************************************/

#item2-image {
	width:950px;
	float:left;
}

#shadow-950 {
	width:950px;
	height:45px;
	float:left;
	background:url(../imagens/shadow_950.jpg) no-repeat top;
	padding-bottom:20px;
	margin-top:1px;
}

#item2-pagetitle {
	margin-bottom:10px;
}

#item2-content {
	float:left;
	font-size:12px;
	text-align:justify;
	width:700px;
}


/* Item3 Styles and id's
**************************************************************************************************/

#item3-pagetitle {
	margin-bottom:10px;
}

#item3-content {
	float:left;
	font-size:12px;
	text-align:justify;
}


/* Search results Styles and id's
**************************************************************************************************/

#search-pagetitle {
	margin-bottom:10px;
}

#search-content {
	float:left;
	font-size:12px;
	text-align:justify;
}

.search-string {
	width:300px;
	float:left;
	padding-bottom:15px;
	font-size:12px;
}

.search-nav {
	width:400px;
	float:left;
	text-align:right;
}

.search-nav a {
	padding:1px 7px 2px 7px;
	background: url(../imagens/barra_nav_center.jpg) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:12px;
}

.search-nav a.current {
    padding:1px 7px 2px 7px;
    background: url(../imagens/fundo_menu_sitemap.jpg) repeat-x top;
    color:#FFFFFF;
    font-weight:bold;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

.search-nav a:hover {
	background-color:#000000;
	background:url(../imagens/search_link_hover.jpg) repeat-x;
}

.searchnav-string-container {
	float:left;
	padding-bottom:20px;
}

.search-entry {
	width:665px;
	float:left;
	background:url(../imagens/search_bullet.jpg) no-repeat left top;
	padding:0px 0px 20px 35px;
	color:#666666;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
}

.search-entry a {
	color:#FF6600;
	font-weight:bold;
}

.search-entry a:hover {
	color:#000000;
	font-weight:bold;
}


/* News Styles and id's
**************************************************************************************************/

#news-pagetitle {
	margin-bottom:10px;
}

#news-pagetitle h1 {
	border-bottom: 1px dotted #CCCCCC;
	text-shadow:1px 1px 0px #dcdcdc;
}

#news-date{
	float: right;
	color: #505050 ;
	font-size: 11px;
}

#news-content {
	float:left;
	text-align:justify;
	line-height:1.4em;
}

#news-content a {
	color:#FF6600;
}

#news-content a:hover {
	color:#000000;
}

#news-menu-lateral {
	width:232px;
	float:left;
}

#news-menu-lateral-title {
	width:220px;
	height:31px;
	background:url(../imagens/fundo_menulateral_title.jpg) no-repeat top;
	padding:5px 0px 0px 12px;
	color:#FFFFFF;
	font-size:16px;
}

#news-menu-lateral ul, li {
	padding:0px;
	margin:0px;
}

#news-menu-lateral li {
	list-style-type:none;
	background: url(../imagens/fundo_links_menulateral.jpg) repeat-y;
}

#news-menu-lateral li a {
	margin-left:7px;
	color:#333333;
	width:205px;
	display:block;
	padding:5px 5px 5px 15px;
	font-size:12px;
}

#news-menu-lateral li a.current {
	background:url(../imagens/seta_menulateral.jpg) no-repeat left;
	font-weight:bold;
}

#news-menu-lateral li a:hover {
	background:url(../imagens/seta_menulateral_on.jpg) no-repeat left;
	color:#FF6600;
}

/* second level */
#news-menu-lateral li ul li a {
    margin-left:0px;
    color:#999999;
    width:205px;
    display:block;
    padding:5px 5px 5px 22px;
    font-size:12px;
    background: url(../imagens/fundo_links_menulateral.jpg) repeat-y;
}

#news-menu-lateral li ul li a.current {
    background:none;
    font-weight:normal;
    color:#FF6600;
}

#news-menu-lateral li ul li a:hover {
	background:url(../imagens/seta_menulateral_on.jpg) no-repeat 7px;
	color:#FF6600;
}
/* second level */

#news-fundo-menu-lateral {
	background:url(../imagens/fundo_menulateral.jpg) no-repeat top;
	height:111px;
	float:left;
	width:232px;
}


/* CV Form Styles and id's
**************************************************************************************************/

#job-form {
	margin:20px 0px 0px 0px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#F8F8F8 url(../imagens/form-job-icon.jpg) no-repeat 25px 20px;
	border:1px solid #E2E2E2;
	padding:15px 10px 15px 240px;
	width:450px;
}

#job-form .form-element {
	float:left;
	width:420px;
	padding-bottom:20px;
}

#job-form .form-element-small {
	float:left;
	width:220px;
	padding-bottom:10px;
}

#job-form .form-element-selector {
	float:left;
	width:410px;
	height:50px;
	background: url(../imagens/textbox-job-selector.gif) no-repeat 0 13px;
}

#job-form .form-submit {
	float:right;
	padding:10px 40px 0 0;
}

.form-submit-btn {
	background:url(../imagens/btn_todasnoticias.jpg) repeat-x 0 0;
	padding:4px 10px;
	color:#333333;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #c0c4ab;
	font-size:11px;
	font-weight:normal;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
}

.form-submit-btn:hover {
	background:url(../imagens/btn_todasnoticias_on.jpg) repeat-x 0 0;
}

#job-form label {
	font-weight:bold;
	margin-bottom:10px;
}

#deuokEnvioCV {
	float:left;
	/*width:700px;*/
}

#job-form .form-element .textbox, 
#job-form .form-element-small .textbox {
	font-family: Arial, Helvetica, sans-serif;
	width:410px;
	height:26px;
	border:none 0;
	padding:0 0 0 6px;
	background: url(../imagens/textbox-job-selector.gif) no-repeat 0 0;
}

#job-form .form-element-selector .selector {
	font-family: Arial, Helvetica, sans-serif;
	width:405px;
	height:23px;
	border:none 0;
	padding:1px 0 0 0;
	margin-left:3px;
}

#job-form .form-element-small .textbox {
	background:transparent url(../imagens/textbox-job-small.gif) no-repeat 0 0;
	width:187px;
}

#job-form .input-img {
	background:transparent url(../imagens/textbox-job.gif) no-repeat 0 0;
	border:none 0;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px 0 0 6px;	
}

#aviso-newsletter {
	display: none;
	color: #990000;
	font-size:11px;
	float:left;
}

#cv_file_legend{
	font-size: 10px;
	color: #666;
}



/* No script 
*******************************************************************************/
#no-script-container noscript{
	color: #333;
	text-align: center;
	font-weight: bold;
	background:#fdfbd4 url(../imagens/warning.png) no-repeat 230px 50%;
	padding:8px 5px;
	width:937px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	border:1px solid #fbe8ac;
	border-top:0 none;
	margin-left:1px;
	float: left;
}



/* Styling Add this
*******************************************************************************/

a.stbutton {
	padding:0 8px 1px 8px !important;
	height:16px;
	width:16px;
}




/* Event Form Styles and id's
**************************************************************************************************/
#form-evento .label {
	vertical-align:top;
	width:130px;
	float:left;
	margin-left:15px;
}

#form-evento input {
	font-family: Arial, Helvetica, sans-serif;
	width:410px;
	height:26px;
	border:none 0;
	padding:1px 6px 1px 6px;
	background: url(../imagens/textbox-job-selector.gif) no-repeat 0 0;
}

#form-evento textarea {
	font-family: Arial, Helvetica, sans-serif;
	width:410px;
	font-size:12px;
	height:138px;
	border:none 0;
	padding:6px;
	background: url(../imagens/textarea.gif) no-repeat 0 0;
}

#form-evento {
	margin-top:30px;
}

#form-evento div {
	margin-bottom:15px;
}

#form-evento label {
	font-weight:bold;
	margin-right:10px;
}

#form-evento input[type="submit"] {
	background:url(../imagens/btn_todasnoticias.jpg) repeat-x 0 0;
	padding:4px 10px;
	color:#333333;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #c0c4ab;
	font-size:11px;
	font-weight:normal;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
	width:auto;
	margin-left:460px;
}

#form-evento input[type="submit"]:hover {
	background:url(../imagens/btn_todasnoticias_on.jpg) repeat-x 0 0;
}



