.separadores {
	position: relative;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	padding-top: 15px;
    margin-bottom: 20px;
}

.separador-categoria {
	width: 100%;
	position: absolute;
	text-align: center;
}

.separador-categoria a {
	text-decoration: none;
	color: #fff;
	background: #CCCCCC;
	padding: 5px 15px;
	/*border-radius: 5px;*/
	font-size: 12px;
	text-transform: uppercase;
}
