@charset "utf-8";

/* CORPO SITE */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
}

body {
	background-color: #F3FBFD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}

table {
	width:95%;
	border:0;
	background-color:#FFFFFF;
	border:#0076C2 1px solid;
	padding:3px;
	border-collapse: separate;
	border-spacing: 2px;
}

table#TabelaBoxAquecemax {
	width:100%;
	border:0;
	background-color:#FFFFFF;
	border:none;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

td {
	background-color:#efefef;
	padding:8px;
}

td#TdBoxAquecemax {
	background-color:#ffffff;
	padding:0px;
}

#container {
	width:100%;
	text-align:center;
}

/* INICIO MENU SUPERIOR */

#CampoBusca {
	background-color:#FFFFFF;
	width:79px;
	height:12px;
	position:absolute;
	margin-top:20px;
	margin-left:813px;
	border:none;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}

#MenuSuperiorBg {
	width:100%;
	height:53px;
	min-width:940px;
	background-image:url(../imgs/MenuSuperiorBg.jpg);
	background-repeat:repeat-x;
}

#MenuSuperiorContent {
	width:940px;
	height:53px;
	margin-left:auto;
	margin-right:auto;
}

#MenuSuperiorImg {
	padding-bottom:20px;
	border:none;
}

#MenuSuperiorCampo {
	padding-bottom:17px;
	border:none;
}
/* FIM MENU SUPERIOR */

/* INICIO TOPO */
#Topo {
	width:100%;
	height:200px;
	background-color:#C6DBE0;
}
/* FIM TOPO */

/* INICIO CONTEÚDO */
#ContentBg {
	background-image:url(../imgs/ConteudoBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F5FDFD;
	text-align:center;
	padding-bottom:40px;
	height:100%;
}

#ContentContainer {
	width:940px;
	min-height:746px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:6px;
	/*display:table;*/
}

#MenuEsquerdoBgTransparente{
	float:left;
	position:absolute;
	width:250px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#E4F2F6;
}

#MenuEsquerdoBgBranco{
	width:235px;
	height:726px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
}

#BlocoConteudo {
	float:right;
	width:665px;
	background-color:#E4F2F6;
}

#BlocoConteudoBranco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:630px;
	margin:8px;
	padding:8px;
	background-color:#FFFFFF;
	overflow:hidden;
	z-index:2;
	min-height:710px;
}

#ImgTituloBoxes {
	padding-bottom:8px;
}

#BoxSelosECertificacoes {
	width:290px;
	height:157px;
	margin-left:24px;
	margin-top:7px;
}

#BoxUltimasNoticias {
	width:290px;
	height:157px;
	margin-left:24px;
	margin-top:30px;
}

#BoxUltimasNoticiasTxt {
	background-color:#F3FBFF;
	border:#CEE0E4 1px solid;
	width:100%;
	height:126px;
}

#BoxUltimasNoticiasTxtSub {
	padding:8px;
	font-size:11px;
	line-height:18px;
}

#BoxDestaques {
	position:relative;
	width:290px;
	height:344px;
	margin-left:330px;
	margin-top:-344px;
}

#BoxProdutos {
	background-image:url(../imgs/bgBoxProdutosEPortfolio.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:290px;
	height:200px;
	margin-left:24px;
	margin-top:30px;
}

#BoxPortfolio {
	background-image:url(../imgs/bgBoxProdutosEPortfolio.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	position:relative;
	width:290px;
	height:200px;
	margin-left:330px;
	margin-top:-200px;
}

#BoxAquecemax {
	width:598px;
	height:70px;
	margin-left:24px;
	margin-top:15px;
}

#BoxIndique {
	margin-left:20px;
	margin-top:15px;
}

#BoxRodapeBg {
	width:100%;
	height:58px;
	background-color:#DDEBF1;
	background-image:url(../imgs/RodapeBg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	display:table;
}

#CampoIndiqueNome {
	position:absolute;
	margin-top:6px;
	margin-left:230px;
	border:none;
	background-color:#FFFFFF;
	width:135px;
	height:12px;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}

#CampoIndiqueEmail {
	position:absolute;
	margin-top:6px;
	margin-left:379px;
	border:none;
	background-color:#FFFFFF;
	width:125px;
	height:12px;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}

/* FIM CONTEÚDO */