body{
margin: 0;
font-family: 'Gafata', sans-serif;
background-color:#bdc3c7;
}
#principal{
	width: 900px;
	height:1200px;
	margin: auto;
	border-radius:10px;
background-color:#bdc3c7;
}
#menu, #cont_faixa, #chamada{
width: 900px;
margin: auto;
}
#menu img{
	float: left;
}
#menu nav{
float: right;
}

#menu nav ul{
margin-top: 100px;
padding: 0;
}
#menu nav ul li{
display: inline;
margin: 10px;
font-size: 25px;
}
#menu nav ul li a{
text-decoration: none;
color:#25547b; 
}
#menu nav ul li a:hover {
text-decoration:overline;
}

#banner img{
	width: 900px;
	height: 300px;
	border-radius: 10px;
}
#faixa{
	
	width:100%;
	padding: 3px 0;
	margin-top: 700px;
	background-color:#c0392b;

}
#cont_faixa h2{
padding:0;
margin: 23px;
color: white;
font-weight: normal;
}
#cont_faixa h3{
padding: 0;
margin: 23px;
color: white;
font-weight: normal;
}
#cont_faixa a{
margin-top: 20px;
margin-right:20px;
float: right;
padding: 5px;

color:#fff ;
font-size: 20px;
text-decoration: none;
-webkit-trasition: 0.4s;
-moz-trasition: 0.4s;
-ms-trasition: 0.4s;
-o-trasition: 0.4s;
-html-trasition: 0.4s;
-hktml-trasition: 0.4s;
trasition: 0.4s;
border-radius: 2px;

}

#texto img {
	margin-left: 251px;	
}
#texto h2 {
	color: #25547b;
}
#texto h4{
	text-align: center;
}
#texto p {
 text-align: center;


/* form */


}


}

#formulario{
	width: 400px;
	float: right;
}

form { 
	 font-family: Verdana,Tahoma,sans-serif;
	 font-size: 15px; 
	 background-color: blue		 
	 margin-top: 200px;
	 text-align: center;
	 
} 

h1 { 
	margin-bottom: 20px; 
	margin-left: 20px; 
	color: #000;
	text-shadow: 1px 1px 1px #ecf0f1; 

} input, textarea { 
	width: 400px; 
	padding: 10px; 
	color: black; 
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border: 1px solid; 

} input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #000066; 
	
	
	color: black; 
	font-weight: bold;
} 

.submit input {

	 height: 40px; 
	 width: 100px; 
	 font-weight: bold; 
	 border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 -moz-border-radius: 5px; 
	 border: 1px solid; 
	 color: black; 
}

textarea { 
	width: 400px; 
	height: 120px;
	line-height: 20px;
	max-width: 400px; 
} 

form label { 
	margin-left: 20px;
	color: #FFFFFF; 
	font-weight: bold;
} 

/* fim do form */


#rodape{
	margin-top:515px;
	text-align: center;
}


.telefones{
	width:200px;
	height:180px;
	float: left;
	border:groove;
	margin-right:10px;
}
#logo img{
margin-left:px;
margin-top:40px;
width: 285px;
height: 100px;
border-radius: 10px;
}