@charset "iso-8859-1";

/* links  */
a, a:link, a:visited {
	color: #3d424c;
	font-weight:bold;  
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.h2_prod{
	background:url(../img/h2_prod_bg.png) no-repeat;
}

.h2_nov{
	background:url(../img/h2_nov_bg.png) no-repeat;
}

.h2_rep{
	background:url(../img/h2_rep_bg.png) no-repeat;
}

.h2_art{
	background:url(../img/h2_art_bg.png) no-repeat;
}

.h2_cont{
	background:url(../img/h2_cont_bg.png) no-repeat;
}

.h2_ulanc{
	background:url(../img/h2_ulanc_bg.png) no-repeat;
}

.h2_agi{
	background:url(../img/h2_agi_bg.png) no-repeat;
}

.h2_cli{
	background:url(../img/h2_cli_bg.png) no-repeat;
}


.hr{
	background:url(../img/hr_bg.png) no-repeat;
	height:10px;
    margin: 0;
	padding-bottom:30px;		
}

/* login */
.boxlogin_title{
	display:block;
	font-size:1.3em !important;	
	padding-left:10px;
	padding-bottom:10px;
	padding-top:2px;
	text-align:left;
	font-weight:bold;
	width:199px !important;
	
}

p { margin: 0 0 14px 0; } 

img{ border:none;}


.header_login_textfield{
	float:left;
    font-size:1.2em;
	display:block;
	border: 1px solid #4f5435 !important;
	margin-bottom:5px;
	width:120px;
} 

.header_login_input_bt{
	color:#fff;
	 background-color:#606060;
 	 border: 1px solid #4f5435 !important;
	 float:right !important;
	 font-size:0.82em;
	 left:-4px;
	 position:relative;
	 width:25px;
	 top:1px;
}

.li_first{
	background:url(../img/li_first_bg.png) no-repeat !important ;	
	display:block;
	padding-left:10px;

	left:0px;	
	width:188px;
	z-index:2 !important;
}
/* ícones */
.ico_lancamentos, .ico_agilidade, .ico_clientes{
	padding-left:43px !important;
}
.ico_lancamentos{
	background:url(../img/ico_lancamentos_bg.png) 2px 12px  no-repeat ;
}
.ico_agilidade{
	background:url(../img/ico_agilidade_bg.png) 2px 12px  no-repeat ;
}
.ico_clientes{
	background:url(../img/ico_clientes_bg.png) 2px 12px  no-repeat ;
}
