/* CSS Document */

.fig {
	width: 400px;
	text-align: center;
	height: 500px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006600;
	text-decoration: none;
	float: left;
}
 .preco {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	width: 720px;
	float: left;
}
.preco a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_preco.jpg);
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: medium double #009900;
	color: #003300;
	font-size: 18px;
}
.bolet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-align: center;
}
body {
	margin-top: 0px;
}

