@charset "utf-8";
*{
	margin:0;
	padding:0;
}
.imagem_futuro{
	background: url(../images/background.jpg) no-repeat;
 	width:620px;
	height:737px;
}

.thumbs{
	width:50px;
	height:50px;
	float:left;
	cursor:pointer;
	margin:118px 16px 15px 20px;
}
.pouco_top{
	margin:9px 16px 30px 20px;
}

.image{
	width:600px;
	height:400px;
	float:left;
	margin: 0 5px 0 10px;
}
.border{
	border:2px #FFF solid;
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:590px;
	position: absolute;
	top:640px;
	left:17px;
}
h4{
	font_size:13px;
	color:#FF0000;
}

p a:link{
	color:#F00;
	text-decoration:underline;
}
p a:hover{
	color:#900;
	text-decoration:underline;
}
p a:visited{
	color:#F00;
	text-decoration:underline;
}