@charset "utf-8";
/* CSS Document */

body{
background-color:#5bd359;	
}


#conteudo{
width:1000px;
height:auto;
margin: 0 auto;
background-color:#FFF;
box-shadow: 1px 1px 30px 1px #000;
margin-top:-40px;
margin-bottom:-20px;
}


h1{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#ffc50b;
	font-size:30px;	
	text-transform:uppercase;
}


h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#ffc50b;
	font-size:22px;	
	text-transform:uppercase;
	font-weight:lighter;
	letter-spacing:1px;
}


h3{
	font-family:'Segoe UI';
	font-size:14px;
	color:#333;
font-weight:normal;
}


h3 a{
	font-family:'Segoe UI';
	font-size:14px;
	color:#333;
font-weight:normal;
text-decoration:none;
}

h3 a:hover{
	font-family:'Segoe UI';
	font-size:14px;
	color:#333;
font-weight:normal;
text-decoration:underline;
}

p{
	font-family:'Segoe UI';
	font-size:14px;
	color:#333;
	line-height:30px;
}

#cont{
	width:960px;
	height:auto;
	margin-left:30px;
	padding-top: 60px;
	clear: both;
}


#logo{
	background-image: url(img/logo.png);
	width:363px;
	height:125px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	margin-right: 15px;
}

#menu{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#ffc50b;
	font-size:36px;
	width:auto;

	}
	
#menu ul{
	list-style:none;
	}
	

#menu ul li{
	list-style:none;
	float:left;
	margin-top: 55px;
	text-transform:uppercase;
	padding-left:30px;
}

#menu ul li a{
	text-decoration:none;
	color:#ffc50b;
	}

#menu ul li a:hover{
	text-decoration: none;
	border-bottom: 3px solid #3b9239;
	}
	
.active{
	text-decoration: none;
	border-bottom: 3px solid #3b9239;
}
	
#menu ul li a:visited{
	text-decoration: none;
	color:#ffc50b;
	}



#slider{}

#chamada{
	background-image:url(img/chamada.png);
	width:628px;
	height:115px;
	float:left;
	margin-left: 20px;
}

#solicite{
	width:auto;
	height:auto;
	float:right;
	margin-right: 80px;
	padding-top: 30px;
}

#footer{
margin:0 auto;
width:50%;
height:50%;
padding-bottom:5px;
}
