body {
	margin-left     : 0px;
	margin-top      : 0px;
	margin-right    : 0px;
	margin-bottom   : 0px;
	background-image: url();
	background-color: #FFFFFF;
}
#foto {
	position  : absolute;
	left      : 13px;
	top       : 65px;
	width     : 94px;
	height    : 265px;
	z-index   : 2;
	visibility: visible;
}
#texto {
	position: absolute;
	left    : 140px;
	top     : 53px;
	width   : 340px;
	height  : 280px;
	z-index : 4;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: bold;
	color      : #000000;
	text-align : left;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
	color      : #000000;
	text-align : justify;
	font-style : normal;
	font-weight: normal;
}
.pie {
	font-family   : Verdana, Arial, Helvetica, sans-serif;
	font-size     : 11px;
	color         : #000000;
	text-align    : justify;
	font-style    : normal;
	font-weight   : normal;
	vertical-align: bottom;
	position      : relative;
}
