@charset "utf-8";
body   {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 14px;

	color: #FFF;

	background-image: url(images/bg.jpg);

	background-repeat: repeat-x;

	background-color: #cbeece;

}

a {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 15px;

}



#wrap {

	margin: auto;

	width: 880px;

	

	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);

	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);

}

#menu {

	height: 35px;
	width: 881px;
	background-color:#fff;

}

#menu ul {

	list-style: none;

	width: 880px;

	height: 35px;

	padding-left: 10px;

}



#menu ul li {

	float: left;
background-color:#fff;
	-webkit-transition: background 0.5s ease;

	-moz-transition: background 0.5s ease;

	-o-transition: background 0.5s ease;

	transition: background 0.5s ease;

	height: 35px;

}



#menu a   {

	font-family: Verdana, Geneva, sans-serif;

	display: block;

	color: #e44738;

	font-size: 14px;

	text-transform: uppercase;

	padding-left: 10px;

	padding-right: 12px;

	padding-top: 10px;

	padding-bottom: 10px;

}

#menu a:hover {

	color: #FFFFFF;

	background-color: #D53829;

	text-decoration: none;

}

#banner {

	padding-left: 10px;

}

#coluna {

	float: left;

	width: 280px;

	height: 210px;

	padding-left: 10px;

}




#titulo{

	color:#D53829;
	font-size:20px;
	padding-left:10px;
	padding-top:5px;


}
#titulo_contato {
	color:#D53829;
	font-size:20px;
	padding-top:5px;
	padding-bottom:10px;
}
.texto_desenvolvimento {
	color:#D53829;
	font-size:20px;
	text-align:center;
	margin:auto;
}

#texto{

color: black;
width: 490px;
float: left;
padding-left: 10px;
padding-right: 10px;
padding-bottom:5px;

	

}
.texto{

	color:#000;
	text-align:center;
	

}

#copyright {

	text-align: center;
	margin-top: 5px;

	height: 25px;

	padding-top: 5px;

	width: 880px;

	color: #c83426;

	font-size: 12px;
    margin-top:10px;
	clear: both;

}


#copyright a {

	color: #c83426;
    	font-size: 12px;

}
#div_contato {
	color: #000;
	width:500px;
	float: left;
	padding-left: 10px;
	
}
#div_contato img {
	float: right;
}
