@charset "utf-8";
/* CSS Document */

/*body{overflow-x: hidden;}*/

a {
	text-decoration:none;
	color:inherit;}
		
		
.pattern {
	width:100%;
	height:100%;
	background-attachment:fixed;
	background-image:url(../../images/cliente/pattern.png);
	background-repeat:repeat;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
}

#base{
	background-image:url(../../images/cliente/base2.png);
	background-position:right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:fixed;
	right:0px;
	height:100%;	
	width:1111px;
	/*opacity:0.95;*/
	z-index:2;
}

#container{
	
    width: 100%;
	text-align: left;
    position: relative;
    height: 80%;
	min-height: 80%;
    background-color: transparent;
	padding-bottom:20px;

	z-index:3;
}


#content{
	width:600px;
	height:auto;
	right:0px;
	padding:20px;
	position:absolute;

	
}	

.logo{
	position: relative;
	margin-bottom:40px;
}

.idiomas{
	position: relative;
	width:auto;
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transitcion: color 0.3s ease;
} 

.idiomas:hover{
	color:#09c;
	cursor:pointer;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transition: color 0.3s ease;
}



#cabecalho{
	width:560px;
	height:40px;
	position:relative;
	float:left;
	margin-bottom:40px;
	
}

#cabecalho .idiomas{ 
	float:right; 
	width:auto; 
	margin-right:px;
	margin-right:5px;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transition: color 0.3s ease;
}

#cabecalho .idiomas:hover{ 
	cursor:pointer;
	color:#09c;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transition: color 0.3s ease;
}
#cabecalho .idiomas.selected{
	color:#09c;
}
	
.login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0;
	width:120px;
	height:15px;
	background-color:transparent;
	border:1px dotted #09C;
	float:left;
	position:relative;
	color:#09c;
	margin-top:2px;
	}	
.login_btn{
	padding-top:1px;
	padding-bottom:1px;
	height:auto;
	background-color:#09c;
	border:0;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff; 
	
}
.form_link{font-family:Arial, Helvetica, sans-serif; color:#09c; font-size:12px; padding-left:10px; padding-top:15px; text-decoration:underline;}
.logo_cont{
	height:auto;
	width:560px;
	position:relative;
	float:left;
	text-align:center;
	margin-bottom:20px;
	margin-top:0px;
}

.ftp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	letter-spacing:1px;
	border:0;
	width:120px;
	height:15px;
	background-color:#999;
	float:left;
	position:relative;
	color:#fff;
	margin-top:2px;
	cursor:pointer;
	margin-left:-200px;
	padding-top:2px;
	padding-bottom:1px;
	}

.ftp:hover{
	background-color:#09c;
}

#nav{
	width:560px;
	height:40px;
	position:relative;
	float:left;
	margin-bottom:0px;
}
	
#nav ul{
	padding:5px;
	width:560px;
	height:auto;
	margin-bottom:20px;	
	tex-align:center;
}

#nav ul li{
	float:left;
	list-style:none;
	width:auto;
	margin-right:14px;
	margin-left:14px;
}
#nav ul li.no_login{
	display:none;
}

#nav ul li a{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transition:color 0.3s ease;
}


#nav ul li a:hover{
	color:#09c;
	cursor:pointer;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transition: color 0.3s ease;
}



#nav ul li a.selected{
	color:#09c;
	
}


#slogan{
	width:560px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#999;
	position:relative;
	z-index:3;
	float:left;
	text-align:center;
	padding-top:20px;
	margin-top:10px;
	padding-bottom:20px;
	border-bottom:0px dotted #999;
}

#slogan .title{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#09c;
	text-align:left;
	margin-top:30px;
	
}

#slogan .text{
	text-align:justify;
	font-weight:normal;
	line-height:18px;
	width:560px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	
}

#news{
	width:560px;
	height:auto;
	position:relative;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	
}

#news .title{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#09c;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

#news .item{
	width:260px; 
	margin-right:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	opacity:1px;
	float:left;
	position:relative;
	text-align:left;
	line-height:18px;
}

#news .item img{
	width:260px;
	height:100px;
	border:0;
	margin-bottom:10px;
}

#news .more{
	color:#09C;
	font-weight:bold;
	font-size:14px;
	width:260px; 
	height:auto;
	text-align:right;
	}
	
#subnews{
	width:560px;
	height:auto;
	position:relative;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}

#subnews .title{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#09c;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

#subnews .item{
	width:560px; 
	margin-right:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	opacity:1px;
	float:left;
	position:relative;
	text-align:left;
	line-height:18px;
}

#subnews .item img{
	width:560px;
	height:250px;
	border:0;
	margin-bottom:10px;
}	
	

	

#footer{
	text-align:left;
	font: 11px Arial,sans-serif;
	color:#fff;
	/*color:#09c;*/
	position: fixed;
	padding-top:30px;
	margin-left:10px;
	bottom: 0;
	padding:0px;
	width:100%;
	height:20px;
	clear: both;
	z-index:3;
	} 



#content2{
	width:280px; 
	height:auto;
	position:absolute;
	right:250px;
	
	top:50%;
	margin-top:-54px;
	text-align:center;
	z-index:5;
	}
	
#nav2{
	width:150px;
	margin-right:20px;
	height:auto;
	float:left;
	position:relative;
	margin-bottom:30px;
	margin-top:40px;
}
	

	
#nav2 ul{
	float:left;
	width:150px;
	position:relative;
	height:auto;
	text-align:left;
	padding:0px; font-size:12px;}
	
#nav2 ul li{
	list-style:none;}

#nav2 ul li ul li{
	margin-bottom:10px;
	padding-left:10px;
	color:#666666;
	cursor:pointer;
	}
	
#nav2 ul li ul li:hover{
	color:#0099CC}
	

	
	
	
#nav2 ul li a{
	list-style:none;
	float:left;
	position:relative;
	width:250px;
	padding:0px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	color:#09c;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transition: color 0.3s ease;
	}
	
#nav2 ul li a.normal{
	
	color:#09c;
	
	}	
	
#nav2 ul li a.normal:hover{
	cursor:pointer;
	color:#900;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease; 
	transition: color 0.3s ease;
	}
	


	
#nav2 ul li a.selecteds{
	
	color:#900;
	
	}		
	

.content3, .cont_form{
	margin-top:20px;
	width:390px;
	margin-right:20px;
	height:200px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:30px;
	padding:0;
	
	}
	
.content3 .item{
	width:120px;
	height:120px;
	padding:5px;
	float:left;
	position:relative;
	margin-right:5px;
	margin-bottom:5px;
	
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease; 
	transition: background 0.3s ease;
	}
	

	
.content3 .item:hover{
	cursor:pointer;
	background: #09c;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease; 
	transition: background 0.3s ease;
}

.content3 .item .image{
	position:absolute;
	z-index:99;
	width:120px;
	height:120px;
	opacity:1}

.content3 .item .lupa{
	position:absolute;
	
	opacity:0;
	z-index:999;
	width:120px;
	height:120px;
	background-image:url(../../images/cliente/lupa.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease; 
	transition: opacity 0.3s ease;
}
.content3 .item .lupa:hover{
	opacity:1;
	
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease; 
	transition: opacity 0.3s ease;
}


.address{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	width:150px;
	margin-right:20px;
	height:auto;
	float:left;
	position:relative;
	margin-bottom:30px;
	margin-top:20px;
}


.form_contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0;
	width:380px;
	height:15px;
	background-color:transparent;
	border:1px dotted #999;
	float:left;
	position:relative;
	color:#666;
	margin-top:2px;
	margin-bottom:10px;
	margin-left:0px;
	}


.gallery {
	width: 520px;
    }
.gallery ul { 
    list-style: none; 
}

.gallery ul li {
    display: inline;
}


#slider{
	width:560px;
	height:200px;}

.table{
	background-color:#666;
	color:#fff;
	font-size:11px;
	padding:5px;
	width:120px;
	height:12px;
	position:absolute;
	cursor:pointer;
	top:420px;
	float:left;
	 }
	
.software{
	background-color:#666;
	color:#fff;
	font-size:11px;
	padding:5px;
	width:80px;
	height:12px;
	position:absolute;
	cursor:pointer;
	top:420px;
	float:left;
	left:150px;
	 }

.table:hover{
	background-color:#0099CC;}


.software:hover{
	background-color:#0099CC;}




