@charset "utf-8";
/* CSS Document */
body{
	margin: 0px 0px;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	
	background-color:#FFF;
	
}

a:link{
	text-decoration: none;
	color: #FFF;
}

a:visited{
	text-decoration: none;
	color: #FFF;

}

a:hover{
	text-decoration: none;
}

.txt_solucoesHOME{
	position: relative;
	top: -3px;
	left:  25px;
	color: #FFF;
	
	font-weight: bold;

}

.txt_menuProdTIT{
	position: relative;
	top: 0px;
	left:  10px;
	color: #FFF;

}

.txt_menuProdITN{
	position: relative;
	top: 0px;
	right: 	26px;
	color: #000;
	
}

p{
	margin: 10px 10px;
	
	text-align: justify;
}

.form{
	border: 1px #CCC solid;
}

.pos-botao{
	position: absolute;
	left: 545px;
	top: 191px;
	width: 111px;
}

#descricao{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	
	color:#666;
	
	margin: 10px 10px;
}

.content-login{
	position: relative;
	left: 50%;
	margin-left: -373px;
	margin-top: 10px;
	
	background-color:#FFF;
		
	width: 745px;
	height: 780px;
}

.pos-login{
	position: absolute;
	left: 354px;
	top: 92px;
	width: 111px;
}

.conteudo{
	position: absolute;
	left: -8px;
	top: 171px;
	width: 744px;
	margin: 0px 10px 0px 10px;
	height: 541px;
}

#pos-tad{
	padding-left: 14px;
	font-weight: bold;
	
	width: 155px;
}

.texto_paginacao{
	color: #000;
	}
.borderIMG{
	border: #CCC solid 1px;
}