@charset "utf-8";
/* CSS Document */
/* latin-ext */
@font-face {
  font-family: 'Happy Monkey';
  font-style: normal;
  font-weight: 400;
  src: local('Happy Monkey'), local('HappyMonkey-Regular'), url(http://fonts.gstatic.com/s/happymonkey/v5/c2o0ps8nkBmaOYctqBq1rT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
*{
	margin:0;
	padding:0;
	border:none;
	color:inherit;
	font-family: 'Happy Monkey', sans-serif;
	text-decoration:none;
	list-style:none;
}
body, html{
	background-image:url(Imagens_BG/fundo.gif);
	font-family: 'Happy Monkey', sans-serif;
}
input{
	width:40%;
	min-width:230px;
	height:25px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
}
select{
	width:40%;
	min-width:230px;
	height:25px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
}
textarea{
	width:40%;
	min-width:230px;
	height:75px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
}
.centra{
	width:1000px;
	margin:0 auto;
	display:block;
	clear:both;
	position:relative;
	overflow:hidden;
}
#topo{
	width:100%;
	height:auto;
	display:block;
	float:left;
	position:relative;
}
#topo #logo{
	margin:28px 5px 0 10px;
	float:left;
}
#topo p{
	margin:10px 10px;
	float:right;
	font-weight:700;
	line-height:140%;
	color:#9F9740;
	text-align:right;
	font-size:14px;
}
#menu{
	background-color:rgb(216,201,53);
	width:680px;
	height:60px;
	/* Firefox v1.0+ */
	-moz-border-radius:3px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:3px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	float:left;
	margin:5px 0 0 40px;
	font-size:16px;
	overflow:hidden;
}
#menu li{
	background-color:#F3EFC3;
	height:44px;
	line-height:46px;
	font-weight:bold;
	padding:0 20px;
	padding:0 18px\9;
	margin:7px;
	color:#9F9740;
	/* Firefox v1.0+ */
	-moz-border-radius:3px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:3px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	float:left;,
	transition:all 0.5s ease; 
}
#menu li:hover{
	background:#DCD06B;
	transition:all 0.8s linear;
	color:#fff;
	box-shadow:0px 0px 4px #fff;
}
#content{
	width:100%;
	height:auto;
	float:left;
	display:table;
	padding-bottom:25px;
	position:relative;
}
#slide{
	margin:25px auto 0 auto;
	width:960px;
	height:450px;
	overflow:hidden;
	display:block;
	position:relative;
	box-shadow:0px 0px 6px #000;
}
#slide img{
	width:960px;
	height:450px;
}
#slide .fundo_slide{
	background-color:#000;
	background-color:rgba(0,0,0,0.85);
	color:#fff;
	width:960px;
	height:50px;
	margin-top:-53px;
	z-index:2;
	position:relative;
}
#slide .fundo_slide p{
	width:900px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0 30px;
}
#controles{
	width:940px;
	height:50px;
	z-index:0;
	margin:-38px auto 0 auto;
	position:relative;
	z-index:1000 !important;
}
.prev{
	float:left;
	height:27px;
	width:25px;
	background-image:url(Imagens_BG/setas.png);
	background-position:left;
	cursor:pointer;
}
.next{
	float:right;
	height:27px;
	width:25px;
	background-image:url(Imagens_BG/setas.png);
	background-position:right;
	cursor:pointer;
}

#base{
	width:100%;
	height:394px;
	display:block;
	float:left;
	margin:0;
	position:relative;
}

#tp_gramas{
	background-color:rgb(238,238,238);
	width:375px;
	height:350px;
	border-color:rgb(214,214,214);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	margin-left:15px;
	float:left;
}
#tp_gramas .tp_grama{
	width:100%;
	height:auto;
	display:block;
	float:left;
	margin-bottom:5px;
}
#tp_gramas .tp_grama img{
	float:left;
	margin:5px;
}
#tp_gramas .tp_grama h4{
	color:#7EB200;
	font-size:17px;
	margin-top:2px;
}
#tp_gramas .tp_grama p{
	font-size:12px;
	color:#333;
}
#inf_base{
	background-color:rgb(238,238,238);
	width:553px;
	margin-left:50px;
	height:207px;
	border-color:rgb(214,214,214);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	float:left;
}
#inf_base img{
	width:230px;
	height:188px;
	margin:10px;
	float:left;
}
#inf_base h3{
	text-align:center;
	margin-top:10px;
	color:#7EB200;
	margin-bottom:10px;
}
#redes{
	background-color:rgb(238,238,238);
	width:553px;
	height:125px;
	border-color:rgb(214,214,214);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	float:left;
	margin:15px 0 0 50px;
}
#redes h2{
	width:150px;
	height:75px;
	float:left;
	margin:25px 10px;
	color:#7EB200;
	font-size:20px;
}
#autor{
	width:1000px;
	margin:55px 0 40px 0;
	font-size:11px;
	color:#000;
	text-align:center;
	float:left;
}
#autor a{
	color:#7EB200;
	font-weight:600;
	font-size:12px;
}
.padd{
	width:960px;
	height:auto;
	display:table;
	padding:10px;
	background-color:rgb(238,238,238);
	border-color:rgb(214,214,214);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	margin:10px auto;
}
.tit{
	margin:15px 5px;
	color:#7EB200;
}
.ims{
	width: 200px;
	height:200px;
	float:left;
	margin:16px;
	border:4px solid #fff;
	box-shadow:2px 0px 6px #000;
}
	