@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y:scroll; 
  	 overflow-x:hidden;
}
body {
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f4f6f7;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: default;
}
#faixaGeral {
	height: 14px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	background-color: #575B29;
}
#faixaMarketing {
	height: 14px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	background-color: #000000;
}
#faixaPrint {
	height: 14px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	background-color: #0094de;
}
#faixaWeb {
	height: 14px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	background-color: #BE025A;
}
#faixaDesign {
	height: 14px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	background-color: #9B7D0B;
}
#faixaBrand {
	height: 14px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	background-color: #797975;
}
#faixaTaste {
	height: 14px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	background-color: #833E09;
}

#conteudos {
	position:absolute;
	top: 0px;
	width: 100%;
}


/* HEADER */
#header {
	height:300px;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:300px;
	position:absolute;
}

.cabecalho {
	height: 311px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(imagens/barraMenu.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo {
	height:278px;
}
.idiomas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
}
.idiomas a {
	color: #000000;
	text-decoration: none;
}
.idiomas a:hover {
	text-decoration: underline;
}
.opcaoMenu {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 33px;
	padding-right: 15px;
	padding-left: 15px;
}
.opcaoMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.opcaoMenu:hover {
	background-color: #333333;
}
.seleccionado  {
	background-color: #222222;
}
.seleccionadoVoltar {
	background-color: #333333;
}

.areaConteudos {
	background-image: url(imagens/fundoAreaConteudos.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 38px;
	padding-bottom: 7px;
}
.rodape {
	background-image: url(imagens/fundoRodape.jpg);
	background-color: #323218;
	background-repeat: repeat-x;
	background-position: top;
	height: 192px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.rodape .segundoMenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #636727;
	padding-right: 40px;
}
.rodape .segundoMenu ul {
	padding-left: 20px;
}
.rodape .segundoMenu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	list-style-position: outside;
	list-style-image: url(imagens/setinhaFrente.png);
	line-height: 24px;
	padding-left: 0px;
	text-align: left;
}
.rodape .segundoMenu ul li a {
	color: #f4f7f7;
	text-decoration: none;
}
.rodape .segundoMenu ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.rodape .colunaMeio {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #636727;
	padding-right: 40px;
	padding-left: 40px;
}
.rodape .colunaDta {
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.rodape  form {
	margin-top: 10px;
}
.rodape h1 {
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}
.rodape p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #f4f6f7;
}
.rodape a {
	color: #7e842f;
	text-decoration: none;
}
.rodape a:hover {
	color: #7e842f;
	text-decoration: underline;
}
.rodape a img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.rodape a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.rodape .creditos {
	font-size: 9px;
	color: #636727;
	text-align: left;
	line-height: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.rodape .creditos a {
	color: #636727;
	text-decoration: none;
}
.rodape .creditos a:hover {
	color: #636727;
	text-decoration: underline;
}
.caixaInformacao {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
}
hr {
	color: #d9d9d9;
}



.caixaInformacao .topo {
	background-image: url(imagens/fundoCaixaInformacao.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
}
.caixaInformacao  .topo  p {
	background-image: url(imagens/setinhaFrente.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575a2a;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 9px;
	font-weight: bold;
}
.areaPrincipal .caixaInformacao .topo p {
	background-image: url(imagens/setinhaFrente.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575a2a;
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 12px;
	font-weight: bold;
}
.caixaInformacao .conteudos {
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.caixaInformacao .conteudosProjs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.caixaInformacao .textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding: 8px;
}
.caixaInformacao .textos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

.caixaInformacao .destacavel {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #d9d9d9;
}
.caixaInformacao .destacavelAtencao {
	background-image: url(imagens/iconeExclamacao.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #d9d9d9;
}
.caixaInformacao ul {
	padding-left: 22px;
}
.caixaInformacao ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(imagens/quadradinho.jpg);
	line-height: 24px;
	padding-left: 0px;
	text-align: left;
}
.caixaInformacao  ul  .claro  {
	color: #656464;
}

input {
	padding: 2px;
	width: 100%;
	margin-bottom: 2px;
	border: 1px solid #cacaca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575B29;
}
#nomeC, #empresaC, #emailC, #telefoneC, #mensagemC {
	padding: 2px;
	width: 100%;
	margin-bottom: 2px;
	border: 1px solid #cacaca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575B29;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575B29;
	padding-top: 3px;
	padding-right: 5px;
}

#enviarVisita  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(imagens/fundoBtn110.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 110px;
	padding-left: 8px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 11px;
	cursor:pointer;
	margin-top: 7px;
	margin-right: 0px;
}
#enviarVisitaRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(imagens/fundoBtn110Rodape.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 110px;
	padding-left: 8px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 11px;
	cursor:pointer;
	margin-top: 7px;
	margin-right: 0px;
}
#enviarNewsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(imagens/fundoBtn148.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 148px;
	padding-left: 8px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 11px;
	cursor:pointer;
	margin-top: 7px;
	margin-right: 0px;
}

#enviarVisita:hover, #enviarNewsletter:hover, .btnVerWebsite:hover, #enviarVisitaRodape:hover  {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.btnVerWebsite {
	float: right;
	padding-top: 6px;
}
.btnVerNoticia {
	float: none;
	padding-top: 6px;
}

.destaqueIts {
	font-weight: bold;
	color: #575B29;
}
.destaqueWeb {
	font-weight: bold;
	color: #BE025A;
}
.destaquePrint {
	font-weight: bold;
	color: #0094de;
}
.destaqueTaste {
	font-weight: bold;
	color: #833E09;
}
.destaqueBrand {
	font-weight: bold;
	color: #797975;
}
.destaqueDesign {
	font-weight: bold;
	color: #9B7D0B;
}
.destaqueMarketing {
	font-weight: bold;
	color: #000000;
}
.destaquePrintSimples {
	font-weight: normal;
	color: #0094de;
}

.destaqueTasteSimples {
	font-weight: normal;
	color: #833E09;
}
.destaqueWebSimples {
	font-weight: normal;
	color: #BE025A;
}


.areaPrincipal {
	/*background-color: #FFFFFF;
	border: 1px solid #d9d9d9;*/
	padding-top: 0px;
	/*padding-right: 20px;*/
	padding-bottom: 13px;
	/*padding-left: 20px;*/
}
.areaPrincipal p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}
.areaPrincipal  a, .caixaInformacao a, .celulaPortefolio a {
	text-decoration: none;
	color: #575B29;
}
.areaPrincipal  a:hover, .caixaInformacao a:hover, .celulaPortefolio a:hover {
	text-decoration: underline;
}
.areaPrincipal .pEspecial {
	color: #929292;
}
.areaPrincipal ul {
	padding-left: 0px;
	padding-top: 0px;
}
.areaPrincipal ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(imagens/quadradinho.jpg);
	line-height: 24px;
	padding-left: 5px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 3px;
}
.areaPrincipal ul li:first-child {
	border:none;
}
.areaPrincipal  .emDestaque  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: right;
	padding-right: 8px;
	padding-top: 20px;
	line-height: 12px;
}
.areaPrincipal ol {
	padding-left: 0px;
	padding-top: 0px;
}
.areaPrincipal ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	padding-left: 5px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 12px;
}
.areaPrincipal ol li.primeiro {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
.iconeMais {
	background-image: url(imagens/iconeMais.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1 {
	font-size: 20px;
	color: #575a2a;
}
h2 {
	font-size: 17px;
	color: #000000;
}
h3 {
	font-size: 17px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 19px;
}


.imgEsq {
	float: left;
	padding: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #D0D0D0;
}
.imgDtaSemBorda {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-top: 0px;
}


.imgTopo {
	padding: 7px;
	margin-bottom: 2px;
	border: 1px solid #D0D0D0;
}

.imgTopo2 {
	padding: 7px;
	margin-bottom: 8px;
	border: 1px solid #D0D0D0;
}

.video {
	padding: 7px;
	margin-bottom: 5px;
	border: 1px solid #D0D0D0;
}
.dataNoticias  {
	font-weight: normal;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	display: inline-block;
	margin-left: 10px;
}
.facepile {
	min-height:150px;
	/*height: 291px;*/
}
.assinatura {
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-top: 0px;
}
.rodapeProdsTaste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-image: url(itstaste/imagens/quadradinhos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	padding-left: 75px;
	line-height: 14px;
	padding-bottom: 15px;
}
.rodapeProdsWeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-image: url(itsweb/imagens/quadradinhos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	padding-left: 75px;
	line-height: 14px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.rodapeProdsPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-image: url(itsprint/imagens/quadradinhos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	padding-left: 75px;
	line-height: 14px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.rodapeProdsWeb  a {
	color: #575B29;
	text-decoration: none;
	background-image: url(itsweb/imagens/hand.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	text-transform: uppercase;
}
.rodapeProdsWeb  a:hover {
	color: #BE025A;
	text-decoration: none;
}


.fundoBranco {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
}
.gaps {
	background-color: #F4F6F7;
	border: 1px solid #F4F6F7;
}
.celulaPortefolio {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #d9d9d9;
	padding-left: 8px;
}
.celulaPortefolio p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}

.celulaPortefolio .imgDtaSemBorda {
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-top: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
}
p.pDta {
	text-align: right;
}

p.citacao {
	font-size: 14px;
	font-style: italic;
	color: #666666;
	line-height: 18px;
	text-align: right;
}
p.citacaoAssinatura {
	font-size: 11px;
	font-style: normal;
	color: #333333;
	line-height: 12px;
	text-align: right;
	text-transform: uppercase;
}
.borda {
	border: 1px solid #D0D0D0;
}
.legendaProjsDestaque {
	font-weight: bold;
	color: #404040;
	font-size: 13px;
	margin: 0px;
	background-image: url(imagens/setinhaDown.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.notasAstericos {
	font-weight: normal;
	color: #9A9A9A;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	display: inline-block;
	margin-left: 10px;
	line-height: 13px;
}
