@import url(http://fonts.googleapis.com/css?family=Dosis);
@import url(http://fonts.googleapis.com/css?family=Lato);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

#menu{
	position:relative;
	float:left;
	margin-top:  50px;
}
#menu .case {
	float:right;
	margin-left: 6px;
	padding: 5px 10px;
	text-align:center;
	color:#524B3D;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

#menu .case:hover {
	color: #95C14F;
}

#menu .case .nm {
	font-size:14px;	
}

.menu-case {
	float: right;
	position:relative;
	margin-top: 30px;
	margin-bottom: -10px;

}
#diferenciais{
	background: #f6f6f6;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#button{
	background: #acb65c; /* Old browsers */
	background: -moz-linear-gradient(top,  #acb65c 0%, #5c6a3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acb65c), color-stop(100%,#5c6a3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #acb65c 0%,#5c6a3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #acb65c 0%,#5c6a3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #acb65c 0%,#5c6a3c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #acb65c 0%,#5c6a3c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb65c', endColorstr='#5c6a3c',GradientType=0 ); /* IE6-9 */

	font-family: 'Segoe UI', Arial;
	font-size: 16px;
	color:#FFFFFF;
	padding: 5px 5px;
	border: 1px solid #CCCCCC;
}
#button:hover, .active, .visited{
	background: #5c6a3c; /* Old browsers */
	background: -moz-linear-gradient(top,  #5c6a3c 0%, #acb65c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c6a3c), color-stop(100%,#acb65c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5c6a3c 0%,#acb65c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5c6a3c 0%,#acb65c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5c6a3c 0%,#acb65c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5c6a3c 0%,#acb65c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6a3c', endColorstr='#acb65c',GradientType=0 ); /* IE6-9 */
}
a {
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
a:link {
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size:14;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.bdbot{
	border-bottom: 1px solid #CCCCCC;
}

.destaque{
	font-family: 'Dosis',Arial,Helvetica,sans-serif;
	font-size:32px;
	color: #5c6a3c;
}
.textos{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #5c6a3c;
}

.parceiros{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 50px;
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.style1{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}
.style2{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #5c6a3c;
}
.style3{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #5c6a3c;
}
.style4{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #5c6a3c;
}
.style5{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;
	font-style:italic;
}
.style6{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
}
.style7{
	font-family: 'Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FF0000;
}