/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);







a {
	color: #888;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

.titulo_cor {
	background-color: #F00;
	width: 100%;
	float: left;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}
