/*
CSS da capa do site
*/
body {
	color:#fed800;
	text-align:center;
	font-size:13px;
}
#col-left {
	width:300px;
}

#col-right {
	width:275px;
}

#col-mid {
	width:300px;
	margin-left:35px;
}

.percurso {
	background: url('../../imgs/bgs/bg-percurso.png') no-repeat scroll top left;
	width: 296px;
	height: 296px;
	text-align:center;
}
#percurso .titulo-bloco {
	margin-bottom:4px;
}
.percurso img {
	padding-top:21px;
}

#col-mid .titulo-bloco {
	margin-bottom:20px;
}
.texto{
	color:#ffffff;
	font-size:12px;
}
#data {
	margin-top: 0 auto;
}
