#left{
float:left;
width:49%;
padding:20px 5%;
height:auto;
}
#right{
float:right;
width:49%;
padding:20px 5%;
height:auto;
}
#clear{
clear:both;
}
@media screen and (max-width: 800px){
#left, #right{
width:100%;
padding:12px 2%;
}
}
/*newsletter*/
.form-newsletter {
	text-align: center;	
	width: 280px;
	margin: 0 auto;
}
.input-newsletter {
	font-family: 'Abel', sans-serif;
	width: 100%;
	padding:10px;
	border: 0;
	color: #000;
	font-style: italic;
	border-radius:5px;
	margin-bottom:6px;
}
.textarea-newsletter {
	font-family: 'Abel', sans-serif;
	margin-bottom:6px;
	width: 100%;
	padding:10px;
	border: 0;
	color: #000;
	font-style: italic;
	border-radius:5px;
}
.botao-newsletter {
	font-family: 'Abel', sans-serif;
	width: 70px;
	height: 38px;
	float: right;
	background-color: #CEB453;
	color: #FFF;
	border: 0;
	border-radius:5px;
	cursor: pointer;
}
	.botao-newsletter:hover {
		background-color:#06f;
	}
	.input-newsletter:hover, .textarea:hover{box-shadow: 0 0 12px #333; background:#eee;}
@media screen and (max-width: 800px) {
.textarea-newsletter,.input-newsletter{width:80%;}
}
/*fim newsletter*/
.zape, .email{
width:100px!important; height:80px!important; margin-top:10px; margin-bottom:10px;
border:0!important;
background:url(imagens/envie_z.png) center center no-repeat!important;
display:inline-block;
}
.email{
background:url(imagens/envie_m.png) center center no-repeat!important;
}