@charset "utf-8";
/* CSS Document */


*{
	padding:0;
	margin:0;
	list-style:none;
	border:none;	
}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#512A7B;
	font-size:18px;
	color:#231F20;
}

a{
	text-decoration:none;	
}

.geral{
	background:#FFF;
	margin-top:20px;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
}

.conteudo{
	width:1000px;
	margin:auto;
	padding-top:5px;
	min-height:450px;
	height:450px;
	overflow:hidden;
}


.menu{
	width:100%;	
	height:31px;
	text-align:center;
	padding-top:3px;
	margin-bottom:10px;
	background:#8DC63F;	
}


.menu li{
	display:inline;	
}

.menu li a{
	font-size:15px;
	color:#FFF;
	text-transform:uppercase;
	padding:6px 15px 5px 15px;	
	margin-top:-1px;
}

.menu li img{
	margin-bottom:-1px;	
}

.menu li a:hover{
	font-size:15px;
	background:#512A7B;
}

.menu li a.hover{
	font-size:15px;
	background:#512A7B;
}
.menu li a.wow{
	height:20px;
	width:120px;
	text-indent:-9999px;
	overflow:auto;
	background:url(../img/logo_wow.png) center top no-repeat;
}




.sub_menu{
	text-align:center;
	height:18px;
	text-align:center;
	background:url(../img/bg_50.png) repeat;
	padding-bottom:5px;
	margin-top:-5px;
	}
	
.sub_menu li{
	display:inline;
	}	
.sub_menu li a{
	font-size:13px;
	color:#333;	
	padding:1px 10px;
	}		
	
.sub_menu li a:hover{
	background:#8DC63F;
	color:#FFF;
	}		

.anterior{
	float:left;
	width:200px;
	display:block;
	text-indent:-9999px;
	background:url(../img/anterior1.png) center center no-repeat;		
	height:100px;
	margin-top:5%;
}
.anterior:hover{
	background:url(../img/anterior_hover1.png) center center no-repeat;		
}



.proxima{
	float:left;
	width:200px;
	display:block;
	text-indent:-9999px;
	background:url(../img/proxima1.png) center center no-repeat;		
	height:100px;
	margin-top:5%;
}
.proxima:hover{
	background:url(../img/proxima_hover1.png) center center no-repeat;		
}

.box_nav{
	float:left;
	width:600px;	
	margin-top:50px;
}



.box_clientes{
	float:left;
	width:600px;	
	margin-top:-50px;
}

.box_clientes div{
	float:left;	
	padding:10px;
}

.box_clientes div a{
	width:130px;
	height:130px;
	display:block;
	position:absolute;
	margin-top:-130px;
}
.box_clientes div a img{display:none;}
.box_clientes div a:hover img{display:block;}


.box_works {
	float:left;
	width:600px;	
}

.box_works div{
	float:left;
	width:160px;
	padding:10px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#6b6d74;
	margin:0 10px 10px 10px;
	border-bottom:1px dashed #000;
	height:171px;
}
.box_works div h4{
	color:#000;	
}


.box_works div:hover {
	background:#000;
	border-bottom:1px dashed #FFF;
}
.box_works div:hover h4{
	color:#FFF;
}

.contato{
	background:url(../img/ete.png) right bottom no-repeat;
	padding:110px 0 180px 320px;	
}
.contato .end{
	font-size:12px;
	color:#FFF;
	
}
.contato .end a{
	color:#FFF;	
}
.contato .end a:hover{
	font-weight:bold;
}


h2{
	color:#512A7B;
	font-weight:normal;
	margin-bottom:20px;
}
h3{
	color:#8DC63F;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:uppercase;
}

.tit_cms{
	line-height:24px;
	margin-bottom:0;
}
