@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:50px;
	font-family: 'eras';
	color:#000;
	font-size:18px;
	float:left;
	margin:20px 0 0 50px;
}
#texto span.dest{
	color:#d60a0a;
}
#conteudo #infos{
	background:url(../../imagens/back-servicos.jpg) repeat-x;
	width:560px; height:310px;
	font-family: 'eras';
	color:#000;
	font-size:18px;
	float:left;
	margin:20px 0 0 50px;
}
#infos span.txt1{
	font-size:14px;
	margin:40px 0 0 50px;
	display:block;
	width:220px;
	float:left;
}
#infos span.txt2{
	font-size:14px;
	margin:40px 50px 0 0;
	display:block;
	width:200px;
	float:right;
}
#infos span.dest{
	color:#FFF;
}
