/* css reset */
* {padding:0;margin:0;} 
html, body{height:100%;} 
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, label, form {padding:0;margin:0;}
a{text-decoration:none;outline:none;color:#000;}
a:hover{text-decoration:underline;}
img{border:0;}

/*----------------------------------------------- 
HEADER PORTAL
-----------------------------------------------*/
div#header_portal{
	background-image:url(../img/prt_hdr_bck.gif);
	background-repeat:repeat-x;
	height:138px;
}
div#header_portal div#header_top{height:113px;}
div#header_portal div#header_top #logo{float:left;display:block;}
div#header_portal div#header_top #banner{
	float:left;
	display:block;	
	margin-left:180px;
	padding-top:10px;
	position:absolute;
	z-index:2000;
	height:90px;
}

#logoA12{
	display: inline;
    float: left;
    height: 60px;
     margin: 28px 10px auto auto;
    width: 100px;
    position: relative;	
	background-image: url("../img/logo_a12_f_transp_.png");
	background-repeat:no-repeat;
}
#logoA12 a{
	display:block;
	width:100px;
	height:60px;
}

#txtLogo{
	position:relative;
	float:left;
	width:110px;
	height:30px;
	font-size:11px;
	color:#BCE8FF;
	font-weight: bolder;
	margin-top: 45px;
}

#superBanner{
	position:relative;
	float:right;
	width:728px;
	height:90px;
	margin-top: 12px;
}

div#header_portal div#header_top #banner span{ 
	float:right;
	margin-right:20px;
}
div#header_portal ul{height:25px; float:left;}
div#header_portal ul li{display:inline;float:left;}
div#header_portal ul li a{
	display:block;
	color:#FFF;
	line-height:23px;
	height:23px;
	border-right:1px solid #8b9cad;
	padding-left:10px;
	padding-right:10px;
	margin-top:1px;
	margin-bottom:1px;
}

div#header_portal ul li.selected{
	background-image:url(../img/prt_hdr_bck_bt.gif);
	background-repeat:repeat-x;
	text-decoration:none;
}

div#header_portal .busca{
	display:block;
	float:right;
	padding-top:2px;
}
div#header_portal .busca input.key_field{
	background-color:#d7e0ed;
	border:1px solid #a7b3be;
	margin:0;
	width:160px;
	float:left;
	height:18px;
	color:#666;
	font-size:10px;
	line-height:18px;
	padding-left:2px;
}
div#header_portal .busca .img_field{
	padding:0;
	margin:0;
}

/*----------------------------------------------- 
HEADER PORTAL MIN
-----------------------------------------------*/
div#header_portal.min{
	background-image:url(../img/prt_hdr_bck_min.gif);
	height:25px
}

/* formularios geral 
***********************************/
#mainTxt .form_geral label{
	display:block;
}
#mainTxt .form_geral span{
	display:block;
	float:left;
	margin-bottom:6px;
	margin-right:10px;
}

#mainTxt .form_geral small{
	color:#F00;
	font-weight:bold;	
}

#mainTxt .form_geral span.memo_len{
	float:none;	
}
