/* Home
*************************************/
.destaque{
	background: #E8E7ED;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px 20px 7px 7px;
}

.destaque:first-of-type{
	margin-bottom: 30px;
}

.destaque p{
	width: 465px;
	text-align: justify;
}

.destaque a{
	float:right;
}


/* Categorias
*************************************/
.categorias li{
	display: inline-block;
	margin: 0 50px 20px 0;
	float: left;
}

.categorias a{
	width: 260px;
	height: 55px;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#000;
	padding-top: 50px;
	font-weight: normal;
}

#content.categorias a:hover{
	text-decoration: none;
}

.categorias a span{
	background: #fff;
	opacity: 0.9;
	font-size: 13px;
	padding: 8px;
	line-height: 21px;
}


/* Contato
*************************************/
.contato form li input[type=submit]{
	margin-right: 27px;
}