@charset "utf-8";
/* © 2008 webuild  */
/* 2U Consulting   */

/* /////////////////// TAGS /////////////////// */

body {
	background: #fff url(../img/global/fundo.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin:0 0 50px 0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.shim{
	display:block;
	clear:both;
	height:1%;
	line-height:1%;
	font-size:1%;
}




/* /////////////////// ESTRUTURA /////////////////// */

.boxLayout {
	width:900px;
	background:#fff;
	min-height:600px;
	margin: 0 auto;
}

.boxSombra {
	width:940px;
	margin:25px auto;
	background: transparent url(../img/global/fundo_sombra.jpg) 1px 63px no-repeat;
}

#homepage .boxHeader, #outros .boxHeader {
	width:848px;
	height:261px;
	background: #000 url(../img/global/fundo_header.jpg) top left no-repeat;
	padding:19px 26px 0 26px;
}

.boxHeader {
	width:848px;
	height:186px;
	background: #000 url(../img/global/fundo_header.jpg) top left no-repeat;
	padding:19px 26px 0 26px;
}

.boxBody {
	width:900px;
	background: #fff url(../img/global/fundo_artigo.jpg) left -29px no-repeat;
}

#outros .boxBody {
	width:900px;
	background: #fff;
}

#homepage .boxBody {
	background: #fff url(../img/global/fundo_homepage.jpg) top left no-repeat;
}

.boxFooter {
	width:547px;
	height:13px;
	background:#fff;
	padding:7px;
	border:solid 1px #ccc;
	color:#999;
	font-size:10px;
	margin:0 20px;
	*margin:0 22px;
	clear: both;
}

.boxFooter a, .boxFooter span {
	color:#999;
	margin:0 6px;
}







/* /////////////////// HEADER /////////////////// */

.boxMenuTopo {
	border-bottom:solid 5px #484848;
	width:848px;
	height:25px;
	float:left;
}

.boxMenuTopo a {
	color:#fff;
}

.boxMenuTopo span {
	padding:6px 12px;
	border-right:solid 1px #484848;
	width:30px;
	float:left;
}

.boxMenuTopo img {
	float:right;
	margin:-10px 10px 0 0
}

#homepage .boxMenuTopo img, #outros .boxMenuTopo img {
	display:none;
}

.container {
	overflow:hidden;
	height:116px;
	float:left;
	width:848px;
	margin: 16px 0 0 0;
}

.container img.logotipo { /* isto é apenas para que o print tenha logotipo (porque não imprime o flash!!)*/
	display:none;
}

#homepage .container, #outros .container {
	overflow:hidden;
	height:175px;
	float:left;
	width:848px;
	margin: 16px 0;
}

#homepage .boxLogo, #outros .boxLogo {
	width:580px;
	height:175px;
	float:left;
}

.boxLogo {
	width:580px;
	height:116px;
	float:left;
}

#homepage .boxRotator, #outros .boxRotator {
	width:268px;
	height:175px;
	float:left;
}

.boxRotator {
	width:268px;
	height:101px;
	float:left;
	margin: 0 0 16px 0;
}

.boxMenu {
	width:569px;
	height:24px;
	background: #484848;
	float:left;
	/*padding:4px;*/
	clear:both;
	text-transform:uppercase;

}

/*.boxMenu a {
	font-size:12px;
	color:#fff;
	margin: 0 12px;
}*/






/* /////////////////// BODY /////////////////// */


.boxConteudos {
	width:500px;
	background: tranparent;
	padding:40px 25px 50px 50px;
}

#homepage .boxConteudos  {
	width:250px;
	/**/min-height:280px;
	padding-left:325px;
	line-height:150%;
}

#homepage .boxConteudos img {
	margin: 30px 0;
}

#homepage .boxDireita {
	width:268px;
	margin-top:-24px;
	_margin-top:0;
	margin-right:26px;
	_margin-right:13px;
	background: #ededed;
	float:right;
}

.boxDireita {
	width:268px;
	margin-top:-24px;
	_margin-top:0;
	margin-right:26px;
	_margin-right:13px;
	float:right;
}

.boxDireita h1 {
	font-size:12px;
	color:#999;
	text-transform: uppercase;
	margin:0;
	font-weight:normal;
	padding:5px 8px;
	width:252px;
	height:14px;
	background:#484848;
	border:none;
}

.boxDireita h1 a  {
	font-size:12px;
	color:#999;
	text-transform: uppercase;
	margin:-5px -8px;
	font-weight:normal;
	padding:5px 8px;
	width:252px;
	height:14px;
	background:#484848 url(../img/btns/btn_mais.gif) 250px no-repeat;
	border:none;
}

.boxDireita h1 a:hover {
	color:#f5f5f5;
	background:#333 url(../img/btns/btn_maishover.gif) 250px no-repeat;
}


.boxDireita h2 {
	background:#fff;
	height:15px;
	display:block;
	margin:0;
}

.boxDireita a {
	margin:0;
	font-weight:normal;
	font-size:11px;
	display:block;
	width:230px;
	color:#333;
	border-bottom:1px solid #a3a3a3;
	padding:6px 30px 6px 8px;
	text-decoration:none;
	background: #ccc url(../img/btns/btn_seta.gif) right no-repeat;

}

.boxDireita a:hover {
	background:#333 url(../img/btns/btn_setahover.gif) right no-repeat;
	color:#f5f5f5;
	cursor:hand;
	cursor:pointer;
}

.boxDireita a.selected {
	background:#333 url(../img/btns/btn_setahover.gif) right no-repeat;
	color:#f5f5f5;
}


/*#outros .boxDireita a:hover {
	background:#333 url(../img/btns/btn_setahover.gif) right no-repeat;
	color:#f5f5f5;
	cursor:hand;
	cursor:pointer;
}*/


.boxBanners {
	width:890px;
	padding:0 5px;
	height:126px;
	margin:0 0 20px 0;
}

.boxBanners img {
	margin-left:20px;
	*margin-left:18px;
}





/* /////////////////// artigo /////////////////// */

.boxConteudos span.path { /* estilo para a path/breadcrumbs */
	color:#999;
	display:none; /* não há path */
}

.boxConteudos h1 {
	margin:30px 0 20px 0;
}

#services .boxConteudos h3 {
	font-size:12px;
	line-height:130%;
	margin: 5px 0;
	color:#0060AF;
	font-weight:normal;
}

#training .boxConteudos h3 {
	font-size:12px;
	line-height:130%;
	margin: 5px 0;
	color:#7A2E52;
	font-weight:normal;
}

.boxConteudos p {
	font-size:12px;
	line-height:130%;
	margin: 6px 0;
}

.boxConteudos a {
	color:#666;
}

.boxConteudos a:hover {
	color:#000;
}


.bannerArtigo {
	/*float:right;*/
	margin: 0;
	width:530px;
	vertical-align:middle;
	float:left;
	height: 150px;
}

.bannerArtigo #tit, .bannerArtigo img {
	float:left;
}

.bannerArtigo img#banner {
	float:right;
}

.boxDireita h6 {
	display:block;
	height:70px;
	width:100%;
	background: transparent;
	margin:0;
}

.boxImprimir {
	margin:-29px 26px 0 0;
	width:130px;
	float:right;
}

.boxDireita .boxImprimir {
	margin:-10px 0 0 0;
	width:130px;
	float:right;
}

.boxImprimir a {
	display:block;
	width:114px;
	height:14px;
	padding:8px;
	background: #ccc url(../img/btns/btn_print.gif) right no-repeat;
	color:#333;
	border:none;
}

.boxImprimir a:hover {
	display:block;
	background: #333 url(../img/btns/btn_printhover.gif) right no-repeat;
	color:#f5f5f5;
	text-decoration:none;
}

.boxEnviar {
	margin: -29px 8px 0 0;
	width:130px;
	float:right;
}

.boxEnviar a {
	display:block;
	width:114px;
	height:14px;
	padding:8px;
	background: #ccc url(../img/btns/btn_enviar.gif) right no-repeat;
	color:#333;
	border:none;
}

.boxEnviar a:hover {
	display:block;
	background: #333 url(../img/btns/btn_enviarhover.gif) right no-repeat;
	color:#f5f5f5;
	text-decoration:none;
}

.boxConteudos ul {
	font-size:12px;
	line-height:120%;
	margin: 6px 0;
	*margin: 6px 40px;
	list-style-image:url(../img/global/bullet.gif);
}

.boxConteudos ul li {
	margin: 6px 0;
}





/* /////////////////// formulário contactos /////////////////// */

.boxConteudos input {
	height:14px;
	line-height:14px;
	padding:2px;
	font-size:11px;
}

.boxConteudos textarea {
	line-height:14px;
	padding:2px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.boxDireita span {
	display:block;
	width:248px;
	height:200px;
	background:#ccc;
	padding:10px 10px 20px 10px;
	color:#333;
}

.boxDireita span h1 {
	color:#666;
	margin:10px 0 5px 0;
	background:none;
	padding:0;
	text-transform:none;
	font-size:11px;
}

#outros .bannerArtigo {
	margin: 25px 0 ;
}

.boxConteudos table {
	margin:20px 0;
}

.boxConteudos table td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}

.boxConteudos table td p {
	margin:2px 0 0 0;
}
.boxConteudos table td img {
	margin:2px 0 0 0;
}

.boxConteudos table td .boxEnviar, .boxConteudos table td a {
	margin:0;
	text-decoration:none;
}

.boxLimpar {
	width:130px;
	float:right;
	margin: 0 8px 0 0;
}

.boxLimpar a {
	display:block;
	width:114px;
	height:14px;
	padding:8px;
	background: #ccc;
	color:#333;
	border:none;
}

.boxLimpar a:hover {
	display:block;
	background: #333;
	color:#f5f5f5;
}





/* /////////////////// notícias /////////////////// */

.boxConteudos h2 { /* títulos das notícias */
	font-size:14px;
	font-weight:bold;
	line-height:130%;
	color:#333;
	margin:3px 0 15px 0;
}

.boxConteudos h6 { /* datas das notícias */
	font-size:10px;
	font-weight:normal;
	margin:35px 0 5px 0;
	color:#666666;
}

.boxPaginacaoLista {
	margin:10px 0;
	width:258px;
	padding:5px;
}

.boxPaginacaoLista a {
	display:block;
	float:left;
	width:10px;
	padding:0 3px;
	color:#666666;
	text-decoration:none;
	background:#fff ;
	border:none;
	text-align:center;
}
	
.boxPaginacaoLista a:hover, .boxPaginacaoLista .selected {
	background:#333;
	color:#f5f5f5;
	text-decoration:none;
}





/* ---------------------- NOVO - página de listagem - NOVO ---------------------- */

.boxItemListagem {
	float:left;
	width:100%;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	border-top:solid 1px #eee;
	}

.boxItemListagem h5 {
	font-size:12px;
	font-weight:bold;
	margin: 0 0 15px 0;
	width:330px;
	float:left;
	}

.boxItemListagem p {
	width:330px;
	float:left;
	}

.boxItemListagem a {
	float:right;
	color:#333;
	text-align:left;
	margin:15px 0 0 0;
	padding:5px 10px;
	display:block;
	width:80px;
	height:13px;
	background: #ccc url(../img/btns/btn_seta.gif) right no-repeat;
	}
	
.boxItemListagem a:hover {
	color:#ccc;
	background: #333 url(../img/btns/btn_setahover.gif) right no-repeat;
	text-decoration:none;
	}

.boxItemListagem .imagemLista {
	width:150px;
	height:100px;
	overflow:hidden;
	float:left;
	margin:0 15px 0 0;
	padding:0;
	}

.boxDownloads {
	width:250px;
	float:left;
	margin:20px 0 0 0;
	}

.boxDownloads a {
	display:block;
	color:#333;
	text-align:left;
	margin:10px 0 0 0;
	padding:5px 10px;
	display:block;
	width:230px;
	/*height:13px;*/
	background: #ccc url(../img/btns/btn_download.gif) right no-repeat;
	}

.boxDownloads a:hover {
	color:#ccc;
	background: #333 url(../img/btns/btn_downloadhover.gif) right no-repeat;
	text-decoration:none;
	}


