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

* {
	margin:0px;
	padding:0px;
}
.hidden-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header {
	background-color:#C2151B;
	width:100%;
	height:77px;
	padding-top:10px;
	margin-top:40px;
	clear:both;
	margin-bottom:30px;
}
.header .info1 {
	background-image:url(../imagens/site-em-construcao.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:304px;
	height:41px;
	clear:both;
	margin:auto;
}
.header .info2 {
	background-image:url(../imagens/info.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:578px;
	height:20px;
	clear:both;
	margin:auto;
}
.corpo {
	margin:auto;
	width:880px;
	height:auto;
	display:table;
	margin-bottom:30px;
}
.left {
	width:520px;
	height:auto;
	display:table;
	float:left;
	clear:left;
}
.left .logo {
	width:375px;
	height:166px;
	background-image:url(../imagens/vertice.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin-left:145px;
}
.left .imagem {
	background-image:url(../imagens/imagem.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:182px;
	height:120px;
	float:left;
	clear:left;
	margin-top:-25px;
}
.left .conteudo {
	background-image:url(../imagens/conteudo.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:234px;
	height:142px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.left .servicos {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-top:30px;
}
.left .servico-limpeza {
	background-image:url(../imagens/servico-limpeza.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:132px;
	height:122px;
	float:left;
	margin-left:10px;
}
.left .servico-recepcao {
	background-image:url(../imagens/servico-recepcao.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:136px;
	height:106px;
	float:left;
	margin-left:10px;
}
.left .servico-administrativo {
	background-image:url(../imagens/servico-administrativo.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:127px;
	height:119px;
	float:left;
	margin-left:10px;
}
.right {
	width:360px;
	height:auto;
	display:table;
	float:right;
	clear:right;
}
.right h1 {
	background-image:url(../imagens/formulario-de-contato.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:188px;
	height:31px;
	margin-left:-11px;
	margin-top:25px;
}
.right .formulario {
	width:332px;
	height:417px;
	background-color:#F4F4F5;
	float:right;
	margin-top:50px;
}
.right fieldset {
	border:none;
}
.right .formulario-contato {
	width:231px;
	height:auto;
	margin-left:15px;
	margin-top:15px;
}
.right .label {
	clear:both;
}
.right .nome {
	background-image:url(../imagens/form-nome.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:23px;
	height:6px;
	float:left;
	clear:left;
	margin-bottom:4px;
}
.right .email {
	background-image:url(../imagens/form-email.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:24px;
	height:7px;
	float:left;
	clear:left;
	margin-bottom:4px;
}
.right .assunto {
	background-image:url(../imagens/form-assunto.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:6px;
	float:left;
	clear:left;
	margin-bottom:4px;
}
.right .mensagem {
	background-image:url(../imagens/form-mensagem.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:44px;
	height:8px;
	float:left;
	clear:left;
	margin-bottom:4px;
}
.right .campo {
	float:left;
	clear:both;
	width:231px;
	height:auto;
	background-color:transparent;
	border:#A5A7AA 1px solid;
	margin-bottom:7px;
	color:#A5A7A !important;
}
.right .campo-texto {
	float:left;
	clear:both;
	width:231px;
	height:87px;
	background-color:transparent;
	border:#A5A7AA 1px solid;
	margin-bottom:7px;
	color:#A5A7A !important;
}
.right .botao {
	border:#A5A7AA 1px solid;
	background-color:#A5A7AA;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFF;
	float:left;
	clear:left;
}
.right .botao:hover {
	border:#FFF 1px solid;
	cursor:pointer;
}
.right .contato {
	background-image:url(../imagens/form-contato.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:199px;
	height:78px;
	float:left;
	clear:left;
	margin-left:15px;
	margin-top:30px;
}