
div.conteudo div.lista1 ul{
	float: left;
	width: 215px;
	margin-left: 15px;
	margin-right: 15px;
}

div.conteudo div.lista1 ul>li{
	list-style-image:url(../images/arrow.png) no-repeat;
}

div.conteudo div.lista2 ul{
	float: left;
	width: 215px;

}

div.conteudo div.lista2 ul>li{
	list-style-image: url(../images/arrow.png) no-repeat;
}

 div.paletas{
 	background: transparent;
 	/*height: auto;*/
 }

 ul.menu-lateral li{
 	color: #00A1DD;
 	list-style-type: square;
 	margin-bottom: 14px;
 	list-style-position: inside;
 	margin-top: 5px;
 }

 ul.menu-lateral li.active{
 	background: #00347F;
/*	background: -moz-linear-gradient(left, #0ca239 0%, #a6d73f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0ca239), color-stop(100%,#a6d73f));
	background: -webkit-linear-gradient(left, #0ca239 0%,#a6d73f 100%);
	background: -o-linear-gradient(left, #0ca239 0%,#a6d73f 100%);
	background: -ms-linear-gradient(left, #0ca239 0%,#a6d73f 100%);
	background: linear-gradient(to right, #0ca239 0%,#a6d73f 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca239', endColorstr='#a6d73f',GradientType=1 );
 }

 ul.menu-lateral li a{
 	color: #00347F;
 	font-size: 12px;
 }

 ul.menu-lateral li.active a{
 	color: #fff;
 }

 div.paletas h3{
 	font-family: Arial;
 	display: block;
	transform: scale(1,1.2);
	-webkit-transform: scale(1,1.2);
	-moz-transform: scale(1,1.2);
	-ms-transform: scale(1,1.2);
	-o-transform: scale(1,1.2);
	text-transform: uppercase;
	font-size: 13px;
	color: #FF3636;

 }

 div.pro{
	height: 275px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.pro a.produto{
	height: 225px;
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
	display: block;
	overflow: hidden;
}

div.pro a.produto:hover{
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

div.pro a.produto img{
	max-width: none;
	height: 225px;
	min-width: 215px;
	width: 217px;
}

div.pro a.produto img:hover{
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
	

div.pro a.legenda{
	height: 50px;
	width: 100%;
	display: block;
	background: #00A1DD;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial;
	/*border-radius: 0 0 0 30px;*/
}

div.pro a.legenda span{
	font-weight: bold;
}

div.pro a.legenda span.sub{
	font-size: 10px;
	line-height: 25px;
	font-weight: normal;
}

.cidades{
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	width: 230px;
	margin-left: 16px;
}

.trabalhe2 {
	float: right;
}
.formulario{
	width:400px;
}

a.voltar{
	display: block;
	float: left;
	text-decoration: none;
	width: 64px;
	height: 64px;
	background-image: url(../imagens/back.png);
	background-repeat: no-repeat;
	background-position: center;
}

.pativo, .n_pativo{
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-moz-border-radius: 100%;
	margin: 10px 3px;
}
.pativo{
	background-color: #00A1DD;
	color: #FFF;
	
}
.n_pativo{
	box-shadow: 0px 0px 4px #CCCCCC;
	-moz-box-shadow: 0px 0px 4px #CCCCCC;
	-ms-box-shadow: 0px 0px 4px #CCCCCC;
	-o-box-shadow: 0px 0px 4px #CCCCCC;
	-webkit-box-shadow: 0px 0px 4px #CCCCCC;
	color: #000;
	z-index: 1000;
	position: relative;
}
.n_pativo a{
	color: #000;
	text-decoration: none;
}

h2.title{
	text-transform: uppercase;
font-size: 14px;
font-family: Ebrima;
font-weight: normal;
margin-top: 5px;
padding-bottom: 16px;
position: relative;
width: 100%;
text-align: center;
padding-top: 16px;
background-color: #3A2D7B;
color: #fff;
}

h3{
font-size: 22px;
color: #000;
font-family: Ebrima;
font-weight: normal;
float: left;
margin-bottom: 20px;
padding-bottom: 8px;
margin-top: -15px;
clear: both;
text-transform: uppercase;
}