html, body {
	background: url('../img/background-home.png') center top no-repeat #e3e3e3;
}

.geral {
	width: 100%;
	float: left;
}

.content {
	float: left;
	width: 100%;
}

.title {
    float: left;
	
    width: 100%;
    margin-top: 55px;
    font-size: 27px;
    font-weight: bold;
    margin-left: 13%;
    margin-bottom: 30px;
}

.center {
	width: 1011px;
	margin: 0 auto;
}

.destaques {
	float: left;
	width: 100%;
	height: 458px;
	background: url("../img/background-fukuoka.png") no-repeat left top rgba(110, 108, 109, 0.76);
	border-radius: 4px;
	margin-top: 30px;
	color: #FFF;
	font-family: "Segoe UI Light", "Segoe UI";
}

.destaques .texto {
	float: center;
	font-size: 14px;
	margin-left: 79px;
	width: 898px;
	line-height: 20px;
	margin-bottom: 25px;
	font-family: "Segoe UI Light", "Segoe UI";
}

.destaques .equipe {
    float: left;
	
    clear: both;
    margin-left: 78px;
}

.destaques .equipe span {
	margin-bottom: 25px;
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: engravers_gothicregular;
}

.destaques .equipe ul {
	float: left;
	margin-right: 17px;
	font-family: "Segoe UI Light", "Segoe UI";
}

.destaques .equipe li {
    float: left;
	
    clear: both;
    font-size: 13px;
    margin-bottom: 5px;
}

.destaques li {
	float: left;
	margin-right: 5px;
}

.destaques li:last-child {
	margin-right: 0;
}

.destaques li:hover {
	opacity: 0.9;
	font-family: "Segoe UI Light", "Segoe UI";
}

h1 {
	float: left;
	display: block;
	background: url('../img/logo-new.png');
	width: 119px;
	height: 97px;
	text-indent: -99999em;
	overflow: hidden;
	margin-top: 63px;
}


.menu {
	float: left;
	font-family: 'engravers_gothicregular';
	margin-top: 64px;
	margin-left: 28px;
}

.menu li {
	margin-bottom: 6px;
	float: left;
	clear: both;
	background: url("../img/borda-menu.png") left bottom no-repeat;
	width: 100px;
	text-align: left;
	padding-bottom: 2px;
}

.menu li:nth-child(3) { 
	background: none;
}

.menu li:nth-child(4) { 
	background: none;
}


.menu li a {
	font-size: 18px;
	color: #373435;
	padding-left: 9px;
	font-family: engravers_gothicregular;
}

.menu li:hover {
    list-style: initial;
    list-style-type: square;
    color: #373435;
}

.footer {
	font-family: "Segoe UI Light", "Segoe UI";
	float: left;
	width: 100%;
	margin-top: 45px;
	color: #373435;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}
