@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0; }

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
p {	color:#585858;}
a {
	text-decoration:none;
	color:#585858;
}

.clear { clear:both; }

/*topo do site*/
#header { background:url(../images/bgs/bg_header.png) repeat-x; }
#header_box {
	width:960px;
	height:145px;
	margin:0 auto;
}

/*marca pronova*/
#header_box h1 {
	background:url(../images/logos/logo_informark.png) no-repeat left top;
	width:317px;
	height:126px;
	float:left;
}
#header_box h1 a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:317px;
	height:126px;
}

/* marca da tv crc*/
#header_box h2 {
	background:url(../images/logos/logo_tvcrc.png) no-repeat left top;
	width:134px;
	height:48px;
	margin:40px 0 0 0;
	float:right;
}
#header_box h2 a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:134px;
	height:48px;
}

/* menu superior */
#header_box .nav {
	width:643px;
	height:30px;
	display:block;
	float:right;
	font-size:1.5em;
	margin:15px 0 0 0;
}
#header_box .nav li {
	display:block;
	float:right;
	padding:0 10px 5px 25px;
}
#header_box .nav li:hover {
	color:#2c2c2c;
	border-bottom:5px solid #2c2c2c;
}

/*ativa o sublinhado fixo da página ativa */
#header_box .nav .menu_ativo {
	color:#2c2c2c;
	border-bottom:5px solid #671113;
}

/*ÍCONES DO MENU*/
#header_box .nav .home {	background:url(../images/icons/icon.png) 0px 0px no-repeat;}
#header_box .nav .servicos {	background:url(../images/icons/icon.png) 0px -90px no-repeat;}
#header_box .nav .quemsomos {	background:url(../images/icons/icon.png) 0px -180px  no-repeat;}
#header_box .nav .contato {	background:url(../images/icons/icon.png) 0px -270px  no-repeat;}
#header_box .nav .trabalhe {background:url(../images/icons/icon.png) 0px -360px  no-repeat;}
#header_box .nav .artigo {background:url(../images/icons/icon.png) 0px -450px  no-repeat;}
#header_box .nav .videos {background:url(../images/icons/icon.png) 0px -540px  no-repeat;}

/*ÍCONES HOVER DO MENU*/
#header_box .nav .home:hover {	background:url(../images/icons/icon.png) 0px -60px  no-repeat;}
#header_box .nav .servicos:hover {	background:url(../images/icons/icon.png) 0px -150px no-repeat;}
#header_box .nav .quemsomos:hover {	background:url(../images/icons/icon.png) 0px -240px  no-repeat;}
#header_box .nav .contato:hover {	background:url(../images/icons/icon.png) 0px -330px  no-repeat;}
#header_box .nav .trabalhe:hover {	background:url(../images/icons/icon.png) 0px -420px  no-repeat;}
#header_box .nav .artigo:hover {	background:url(../images/icons/icon.png) 0px -510px  no-repeat;}
#header_box .nav .videos:hover {	background:url(../images/icons/icon.png) 0px -600px  no-repeat;}


/*ícones fixos da página ativa */
#header_box .nav .home_ativo {	background:url(../images/icons/icon.png) 0px -30px  no-repeat; }
#header_box .nav .servicos_ativo {	background:url(../images/icons/icon.png) 0px -120px no-repeat;}
#header_box .nav .quemsomos_ativo {	background:url(../images/icons/icon.png) 0px -210px  no-repeat;}
#header_box .nav .contato_ativo {	background:url(../images/icons/icon.png) 0px -300px  no-repeat;}
#header_box .nav .trabalhe_ativo {	background:url(../images/icons/icon.png) 0px -390px  no-repeat;}
#header_box .nav .artigo_ativo {	background:url(../images/icons/icon.png) 0px -480px  no-repeat;}
#header_box .nav .videos_ativo {	background:url(../images/icons/icon.png) 0px -570px  no-repeat;}



/*///////////// banner rotativo ////////////*/
#banner_box {
	width:980px;
	margin:0 auto;
	overflow:auto;
}
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:288px;
	width:980px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	/*border-top:5px #d6d6d6 solid;
	border-bottom:5px #d6d6d6 solid;*/
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
#paging_container {
	width:980px;
	padding-top:25px;
	background:url(../images/bgs/bg_paging_container.png) no-repeat center top;
}
.paging {
	margin:0 auto;
	width: 80px; height:20px;
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	float:left;
	margin:0 2px;
	display:block;
	height:14px;
	width:14px;
	background:url(../images/icons/icon_paging.png);
}
.paging a.active {	background:url(../images/icons/icon_paging_active.png);}
.paging a:hover {	font-weight: bold;}

#banner p {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	color:#666;
	font-style:italic;
	height:30px;
	line-height:30px;
	margin-bottom:40px;
}

#titulo2 {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	color:#671113;
	font-style:italic;
	height:30px;
	line-height:30px;
	cursor:pointer;
}

#titulo3 {
	width:940px;
	height:40px;
	margin:0 auto;
	text-align:center;
	font-size:2.5em;
	font-weight:bold;
	color:#671113;
	height:30px;
	cursor:pointer;
}

#outros_servicos { width:940px; height:30px; border:1px #671113 solid; padding-top:5px; cursor:pointer; }

#box2 { margin-bottom:30px; }

#main #titulo_outros {
	margin:0 auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	color:#666;
	font-style:italic;
	height:30px;
	line-height:30px;
	margin-bottom:40px;
	clear:both;
}

#contato_citacao { font-size:20px; }

/* setor principal do site */
#main_content {
	width:940px;
	margin:0 auto;
	margin-bottom:40px;
}
#destaque {
	width:940px;
	margin:0 auto;
}

#main_content h3{
	color:#671113;
	font-size:3em;
	font-weight:bold;
	margin:40px 0 20px 0;
	border-left:4px solid #671113;
	padding-left:10px;
}
#main_content p{
	font-size:1.2em;
	line-height:1.5em;
	color:#333333;
	margin-bottom:20px;
}
#main_content ul{
	background:#E4E2E2;
	font-size:1.2em;
	color:#333333;
}
#main_content ul li{
	padding:15px ;
	border-top:1px #FFF dashed;
}

/* página vídeos */
.box-video { width:190px; float:left; margin-left:40px;  }

.box-video h4 { color:#000; font-size:22px; margin-bottom:20px; }

.box-video img { margin-bottom:20px; }

/* página artigos */

#main_content table { font-size:14px; }

#main_content table th { border:3px #671113 solid; padding-bottom:15px; padding-top:15px; text-align:center; }

#main_content table td { text-align:center; padding:8px; border-bottom:1px solid #000; border-left:1px solid #000; border-right:1px solid #000; }

.negrito { font-weight:bold; }

.box_accordion_artigo{
	font-size:1.2em;
	line-height:1.5em;
}

.header_artigo{
	width:940px;
	height:20px;
	display:block;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:10px;
	cursor:pointer;
}
 
.descricao_artigo{	
 	width:940px;
	padding:5px 0 15px 0;
	text-align:justify;
 }

/* página principal - serviços em destaque */
/* destaques maiores */
#line1 {
	margin-bottom:20px;
	overflow:auto;
}
#line1 .box_line1 {
	width:460px;
	height:150px;
	background:#CCC;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	overflow:auto;
	margin-top:20px;
}
#line1 .right{float:right;} 
#line1 .left {float:left;}
#line1 .box_line1 .header {
	height:65px;
	background:url(../images/bgs/bg_box_line1_header.png) repeat;
	position:relative;
	top:85px;
	padding:0 20px;
	overflow:hidden;
}
#line1 .descricao {
	width:460px;
	padding:15px 0;
	text-align:justify;
}
#line1 .descricao p {
	color:#333;
	font-size:1.3em;
	width:420px;
	margin:0 auto;
	display:block;
	line-height:1.4em;
}
#line1 .box_line1 h3 a {
	letter-spacing:-1.6px;
	font-size:3em;
	font-weight:bold;
	color:#671113;
	float:right;
	margin-top:10px;
	margin-left:10px;
}

#line1 .box_line1 h3 a .pequeno {
	font-size:12px;
	color:#666;
}

#line1 .box_line1 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#3c3c3c;
	display:block;
	padding:20px 0;
}

#line1 .descricao .solicitar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#990000;
	font-style:italic;
	display:block;
	margin-top:20px;
	padding:20px 10px;
	border-top:dashed 1px #ccc;
}
#line1 .descricao .solicitar:hover {
	background:#eee;
}

/* destaques menores */
#line2 {
	margin-bottom:50px;
	overflow:auto;
}

#line2 .descricao{
	width:300px;
	padding:20px 0;
	text-align:justify;
}

#line2 .descricao p{
	width:260px;
	margin:0 auto;
	color:#333;
	font-size:1.3em;
	margin:0 auto;
	display:block;
	line-height:1.3em;
}

#line2 .left {	float:left;}
#line2 .right{	float:right;}
#line2 .center{
	float:right;
	margin-right:20px;
}

#line2 .box_line2 {
	background:#e4e2e2 url(../images/icons/icon_arrow_line2.png) no-repeat 250px 42px;
	width:300px;
	height:150px;
	margin-top:20px;
	overflow:hidden;
}

#line2 .box_line2 h3 {
	width:100%;
	height:42px;
	line-height:42px;
	background:#671113;
	overflow:hidden;
}
#line2 .box_line2 h3 a {
	height:42px;
	line-height:42px;
	float:right;
	padding:0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	letter-spacing:-1px;
	font-weight:bold;
	color:#fff;
}
#line2 .box_line2 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	display:block;
	margin:25px;
	color:#3c3c3c;
	line-height:1.3em;
}
#line2 .descricao .solicitar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#990000;
	font-style:italic;
	display:block;
	margin-top:20px;
	padding:20px 10px;
	border-top:dashed 1px #ccc;
}
#line2 .descricao .solicitar:hover {
	background:#eee;
}

/* formulário de contato */
#contato {
	background:#f1efef;
	margin-bottom:60px;
}
#contato .header {
	height:43px;
	background:url(../images/bgs/bg_contato_header.png) repeat-x;
	margin-bottom:20px;
}
#contato .bottom {
	background:url(../images/bgs/bg_contato_bottom.png) repeat-x;
	height:18px;
	clear:both;
	margin-top:40px;
}

#form_contato{
	float:left;
	width:610px;
	margin:0 auto;
}

#contato_box {
	width:840px;
	margin:0 auto;
	color:#585858;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-style:italic;
}

#contato_box .titulos { width:840px; }

#contato_box .titulo_contato { font-size:24px; margin-bottom:20px; margin-right:280px; color:#333; float:right; }

#contato_box .topo {
	font-size:1.3em;
	margin-bottom:50px;
	color:#585858;
	line-height:30px;
	text-align:center;
}

#contato_box .topo .servico {
	font-size:1.4em;
	color:#671113;
}

#contato_box .mensagem{
	width:360px;
	float:right;
}
#contato_box .mensagem .left {
	text-align:right;
	float:left;
}
#contato_box .mensagem .right {
	text-align:right;
	float:right;
}
#contato_box .mensagem input {
	height:36px;
	width:240px;
	margin-bottom:6px;
}

#contato_box .mensagem textarea {
	width:240px;
	height:85px;
}

#contato_box .mensagem button {
	width:140px;
	height:34px;
	background:#ab3b35;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
	cursor:pointer;
	color:#FFF;
	float:left;
	margin-top:6px;
}

#contato_box  label {
	line-height:67px;
}

/* rodapé */
#footer {
	background:url(../images/bgs/bg_footer.jpg) repeat;
	padding:20px 0 40px 0;
	color:#c2c2c2;
}
#footer h4 {
	font-size:1.2em;
	font-weight:bold;
}
#footer a, p {
	color:#c2c2c2;
}

/* conteúdo do rodapé */
#footer_box {
	width:960px;
	margin:0 auto;
	overflow:auto;
	border-bottom:#111517 1px solid;
	padding-bottom:10px;
}

/* regras para as listas do rodapé */
#footer_box h4 {	margin-left:20px;}
#footer_box ul {	margin:20px 0 20px 60px;}
#footer_box li {
	font-size:1.1em;
	line-height:25px;
}
#footer_box li a {
	display:block;
}
#footer_box li a:hover {	background:#22282b;}

/* box esquerdo do rodapé */
#footer_box .left {
	width:310px;
	float:left;
	border-right:#1e2428 1px solid;
}
/* #footer_box .left li {	list-style-image:url(../images/icons/icon_check.png);} */
#footer_box .left li a {	width:230px; padding-left:5px;}

#footer_box .left ul#associados { list-style-image:url(../images/icons/icon_circle_list.png); }

/* box central do rodapé */
#footer_box .center {
	/*sempre deve-se descontar os 4px das bordas dos 3 boxes*/
	width:316px; 
	float:left;
	border-left:#111517 1px solid;
}
#footer_box /*.center*/ .twitter {	list-style-image:url(../images/icons/icon_twitter.png);}
#footer_box /*.center*/ .facebook {	list-style-image:url(../images/icons/icon_fb.png);}
#footer_box /*.center*/ .linkedin {	list-style-image:url(../images/icons/icon_likedin.png); }
#footer_box .center .contato {	list-style-image:url(../images/icons/icon_contato.png);}
#footer_box .center li a {	width:235px; padding-left:5px;}

/* box direito do rodapé */
#footer_box .right {
	width:330px;
	float:right;
	border-left:#111517 1px solid;
}

#footer_box .right ul#associados { list-style-image:url(../images/icons/icon_circle_list.png); }

#footer_box .right ul #parceiros {	margin-left:40px;}
#footer_box .right #parceiros li a {
	width:78px;
	height:78px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#footer_box .right li a:hover {	}

/* fechamento do rodapé */
#footer #footer_bottom {
	clear:both;
	width:960px;
	height:10px;
	margin:0 auto;
	border-top:#1e2428 1px solid;
	padding-top:10px;
}

/* assinatura copyright */
#footer_bottom .copyright {
	float:left;
	display:block;
	height:20px;
	line-height:20px;
	padding:0 10px;
}

/* assinatura ad5 */
#footer_bottom .ad5 {
	text-indent:-9999px;
	float:right;
	background:url(../images/logos/marcaAD5.png);
	width:75px;
	height:27px;
}
#footer_bottom .ad5 a {
	display:block;
	width:75px;
	height:27px;
}

/* navegação no rodapé */
#footer_bottom .nav {
	height:30px;
	float:left;
}
#footer_bottom .nav li {
	display:block;
	float:left;
	border-right:1px solid #111517;
}
#footer_bottom .nav li a {
	display:block;
	padding:5px 10px;
}
#footer_bottom .nav li a:hover {	text-decoration:underline;}

/* rodape2 */

#footer2 {
	background:url(../images/bgs/bg_footer2.jpg) top repeat-x;
	color:#000;
}

#footer2 h1 { font-size:1.2em; }
	
#footer_box2 {
	width:710px;
	margin:0 auto;
	overflow:auto;
	padding-bottom:30px;
}

.imagem { margin-top:10px; margin-left:5px; }

.box { float:left; margin-left:20px; }

#footer_box2 #parceiros { float:left; margin-top:20px; margin-right:30px; }

#footer_box2 #filiacoes { float:left; margin-top:20px; }