@charset "utf-8";
/* © 2008 webuild  */
/* 2U Consulting   */





/* /////////////////// TAGS /////////////////// */

body {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin: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:600px;*/
	background:#fff;
	min-height:600px;
	margin: 0 auto;
}

.boxSombra {
	/*width:600px;*/
	margin:25px auto;
	background: #fff;
}


.boxHeader {
	/*width:548px;*/
	height:159px;
	background: #fff;
	padding:19px 0 0 0;
}

.boxBody {
	/*width:600px;*/
	background: #fff;
}


.boxFooter {
	background:#fff;
	color:#fdfdfd;
	font-size:1px;
}

.boxFooter a {
	display:none;
}

.boxFooter span {
	color:#999;
	font-size:10px;
}





/* /////////////////// HEADER /////////////////// */

.boxMenuTopo {
	display:none;
}

.container {
	overflow:hidden;
	height:140px;
	float:left;
	/*width:500px;*/
	background:#fff /*url(../img/print/logo_main.gif) top left no-repeat*/;
	margin: 16px 0 0 0;
}

.boxLogo, .boxLogo script, .boxLogo noscript, .boxLogo object, .boxRotator, .boxMenu, .boxMenuTopo {
	display:none;
}






/* /////////////////// BODY /////////////////// */


.boxConteudos {
	/*width:548px;*/
	background: tranparent;
	padding:26px 0 26px 0;
}

.boxDireita {
	display:none;
}





/* /////////////////// artigo /////////////////// */

.boxConteudos span a { /* estilo para a path/breadcrumbs */
	color:#999;
}

.boxConteudos h1 {
	margin:30px 0 20px 0;
}

#services .boxConteudos h2 {
	font-size:12px;
	line-height:130%;
	margin: 5px 0;
	color:#0060AF;
	font-weight:normal;
}

#training .boxConteudos h2 {
	font-size:12px;
	line-height:130%;
	margin: 5px 0;
	color:#7A2E52;
	font-weight:normal;
}

.boxConteudos p {
	font-size:12px;
	line-height:130%;
	margin: 5px 0;
}

.bannerArtigo {
	margin: 25px 0 0 0;
	/**/width:100%;
	vertical-align:middle;
	float:left;
}

.bannerArtigo #tit  {
	float:left;
}

.bannerArtigo #banner {
	float:right;
}






/* /////////////////// formulário /////////////////// */

.boxConteudos input {
	height:14px;
	line-height:14px;
	padding:2px;
	font-size:11px;
}

.boxConteudos textarea {
	line-height:14px;
	padding:2px;
	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;
}




	
	
	
	
	
	
	
	
	
	
	
