/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */




body,
 
blockquote, pre, dl, dt, dd, ol,ul, li, hr,
fieldset, form, legend, th,
article, aside, figure, footer, header, hgroup, menu, nav,
summary, hgroup,p,h1,h2,h4,h3 {
font-family: 'Trebuchet MS', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  color: #0A5F55;
  font-weight: lighter;
 
}


body {
	background-color:#FFF0C7;
}


p{
	font-family: 'Trebuchet', sans-serif;
	color: #0A5F55;
}


#cab {
	background-color:#00995D;
	
}

.button {
	background-color:#00995D;
	color:white;
	border: none;
    height: 30px;
    line-height: 5px;
    padding: 0 10px;
	 border-radius: 30px;
}
.img {
	margin: 30;
  padding: 30;
  border: 30;"
}
#corp {
	margin: 10;
  padding: 10;
  border: 10;
}


a {
   color: white;
}
/* link que foi visitado */
a:visited {
    color: white;
}
/* quando o ponteiro do mouse passa no link */
a:hover {
    color: white;
}
/* quando o link for selecionado */
a:active {
    color: white;
}