* {padding:0; margin:0}

body{
	font-family: Calibri;
	color: #2b2b2b;
	}
	
.geral{
	width: 994px;
	height: auto;
	margin-lefT: auto;
	margin-right: auto;
	}
	
#top{
	width: 100%;
	height: 125px;
	}

#logo{
	margin-top: 26px;
	}

#topoconttato{
	margin-top: 18px;
	float: right;
	}
	
#tel1{
	font-weight: bold;
	font-size: 32px;
	}

#email{
	font-size: 14px;
	}
	
#menup{
width: 100%;
height: 54px;
background: #EDEDED;
border-bottom:4px solid #EA0000;
	}

#menu ul {
	padding:0px;
	margin:0px;
	background-color:#EDEDED;
	list-style:none;
	font-size: 18px;
	font-weight: bold;
	}
	
#menu ul li { display: inline; }

#menu ul li a {
	padding: 14px 14px;
	display: inline-block;
	text-align: center;

	background-color:#EDEDED;
	color: #8A8A8A;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
}	

#menu ul li a:hover {
	color: #000;
}

#conteudo{
	width: 100%;
	height: 300px;
	}

.content{
	float: left;
	background-image: url('../images/txtbg.png');
	width: 350px;
	height: 242px;
	margin: 0 52px;
	padding: 15px;
	}
	
.contentserv{
	float: left;
	width: 440px;
	height: 520px;
	margin: 0 10px;
	padding: 15px;
	}
	
.titulo{
	color: #EA0000;
	font-size: 16px;
	font-weight: bold;
	}

#rodape{
	background: #EDEDED;
	width: 100%;
	height: 80px;
	padding-top: 10px;
	}

.inp{
width: 270px;
margin-bottom: 7px;
}	

#inp{
width: 270px;
height: 110px;
margin-bottom: 7px;
}

#btn{
border: 0;
background: #8a8a8a;
color: #fff;
width: 70px;
height: 30px;
}

#btn:hover{
background: #cc353a;
cursor: pointer;
}