#central h1{
	font-size: 24px;
	color: #F0F0F0;
	margin: 2px 10px 2px 40px;
	font-weight: normal;
}
#central h2{
	font-size: 18px;
	color: #FF7420;
	margin: 6px 10px 6px 60px;
	font-weight: normal;
}
#central p{
	text-indent: 2em;
	margin: 0 10px 10px 10px;
	font-size: 14px;
}
#central p a{
	color: #FF7420;
}
.destacado{
	color: #FF7420;
	font-weight: bold;
}
.foto {
	position: relative;
	float: right;
	margin: 20px;
	text-align: center;
	background: #1D2232;
	width: 220px;
	height: 200px;
}

.foto a img{
	margin: 10px 10px 0 10px;
	color: #FF7420;
}
.controles {
	position: absolute;
	left: 0px;
	display:block;
	width: 100%;
	text-align: center;
	bottom: 10px;
	margin: 0;
	font-size: 14px;
	color: #FF7420;
	font-weight: bold;
}
.controles img{
	margin: 0 20px 0 20px;
}
