*{
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}
form{
	margin:0px;
}
p{
	margin:5px 0;
}
img{
	border:0;
}
html,body{
	margin:0px;
	background:url(../images/bg-body.png) #333;
	color:white;
	overflow-x:hidden;
}
hr{
	height:0;
	margin:15px 0;
	border:0;
	border-bottom:1px dotted white;
}
#divGlobal{
	width:842px;
	position:absolute;
	left:50%;
	margin-left:-421px;
	margin-top:30px;
	z-index:1;
}
#divLogo{
	width:200px;
	height:100px;
	position:relative;
	margin-bottom:40px;
	margin-left:20px;
	float:left;
}


#divLogin{
	float:right;
	margin:30px 30px 0 0;}
	
	.divBlueBarLogin{
		background:url(../images/bg-blue-bar-login.png) repeat-x;
		line-height:20px;
		font-size:12px;
		font-weight:bold;
		color:#000;
		text-align:center;}
	
	.divFundoLogin{
		padding:10px;
		background:url(../images/bg-black-transp.png);}
	
	.textFieldLogin{
		background:url(../images/bg-text-field-login.png) repeat-x;
		border:1px solid #000;
		color:#34D8E5;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:100px;
		margin-right:1px;
		padding:2px;}
	
	.divBlueLineLogin{
		background:url(../images/bg-blue-line-login.png) repeat-x;
		width:254px;
		height:3px;}


#divFundoConteudo{
	background:url(../images/bg-black-transp.png);
	width:782px;
	padding:30px;
	position:relative;
}
#divConteudo li{
	list-style-image:url(../images/li-icon-arrow.png);
}
#divConteudo a:link, #divConteudo a:active, #divConteudo a:visited{
	color:#6DDFEB;
	text-decoration:none;
}
#divConteudo a:hover{
	color:#6DDFEB;
	text-decoration:underline;
}
#divDes{
	background:url(../images/des.png) no-repeat center;
	width:386px;
	height:200px;
	position:absolute;
	left:50%;
	margin-left:-193px;
	margin-top:150px;
	z-index:10;
}
.divTitWhite{
	font-size:18px;
	font-weight:bold;
	color:white;
}
.divTitBlue{
	font-size:18px;
	font-weight:bold;
	color:#6DDFEB;
}
.divTextos{
	text-align:justify;
	font-size:12px;
}
.textArea{
	background:url(../modelos/images/bg-text-area.png) repeat-x top white;
}
.textField{
	background:url(../modelos/images/bg-text-field.png) repeat-x top white;
}
.textArea, .textField{
	border:1px solid white;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}
.divBlueBar{
	width:842px;
	height:40px;
	color:black;
	clear:both;
	position:relative;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
}
.divBlueBar a:link, a:visited{
	color:#000;
	text-decoration:none;
}
.divMenuX{
	width:30px;
	height:40px;
	float:left;
}
.divMenuCenter{
	background:url(../images/bg-shape-menu.png) repeat-x;
	width:782px;
	height:40px;
	float:left;
	text-align:center;
}
.divBlueLine{
	background:url(../images/blue-line.png) no-repeat center;
	height:3px;
	width:842px;
	position:relative;
}
.divShadow{
	width:842px;
	height:30px;
	position:relative;
	margin-bottom:5px;
	text-align:center;
}
.divLoading{
	font-size:12px;
	width:115px;
	color:#9ff6fe;
}
.divHr{
	background:#666;
	margin:20px 0;
	height:1px;
	width:100%;
}
.tableClientes img{
	padding:10px 0;
}
/* Lava Lamp */
#lavaLamp {
	height:40px;
	padding:0 0 0 5px;
	position:relative;
	margin:0;
}
#lavaLamp li {
	float: left;
	list-style: none;
}
#lavaLamp li.back {
/*background:url(../images/lavaLamp-back.png) no-repeat center;*/
	width:10px;
	z-index:8;
	position:absolute;
}
#lavaLamp li a {
	background:url(../images/bg-none.png);
	padding:12px 19px 13px;
	z-index:10;
	float:left;
	position:relative;
	margin:0;
	z-index:9;
}
/* Form CSS */
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #FF6600;
	font-style:italic;
}
div.error { display: none; }
input:focus { border: 1px dotted black; }
input.error, textarea.error { border: 1px dotted #FF6600; }
form.cmxform .gray * { color: gray; }