@charset "utf-8";

*{margin:0; padding:0;}

body, html{
	background-image: url(../../imagens/back.jpg);
}
#site{
	width:1000px; height:620px;
	position:relative;
	overflow:hidden;
	z-index:0;
}
#conteudo{
	width:1000px; height:424px;
	background:url(../../imagens/img-servicos-recopy.jpg) no-repeat right #FFF;
}
#conteudo #texto{
	width:560px; height:150px;
	font-family: 'eras';
	color:#000;
	font-size:18px;
	float:left;
	margin:20px 0 0 50px;
}
#texto a{
	text-decoration:none;
	color:#d60a0a;
}
#conteudo #contato{
	font-family:Verdana, Geneva, sans-serif;
	background:url(../../imagens/back-servicos.jpg) repeat-x;
	width:560px; height:225px;
	color:#FFF;
	font-size:14px;
	float:left;
	margin:10px 0 0 50px;
}
#contato #labels{
	font-size:14px;
	margin:20px 0 0 20px;
	width:80px; height:150px;
	float:left;
	text-align:right;
}
#contato #boxs{
	font-size:14px;
	margin:20px 20px 0 0;
	width:430px; height:150px;
	float:right;
}
#labels span.lab-cont{
	display:block;
	margin:6px 0 0 0;
}
#boxs .box-cont{
	margin:5px 0 0 0;
	width:425px;
}
#boxs .box-msg{
	margin:5px 0 0 0;
	min-height:50px; max-height:50px;
	min-width:425px; max-width:425px;
}
.erro{
    color: #D60A0A;
    font-family: 'eras';
    font-size: 18px;
    margin: 20px 0 0 -5px;
    width: 367px;
}
#boxs .botao{
	cursor:pointer;
	margin:15px 10px 0 0;
	float:right;
	background:none;
	font-family: 'eras';
	font-size:18px;
	color:#000;
	border:none;
}
