#foto {
	position: absolute;
	left:100;
	z-index:0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Gray;
}
#inicio {
	position: absolute;
	top: 38px;
	left: 20px;
	z-index: 1;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : Silver;
}
#text {
	position: absolute;
	top: 75px;
	left:43px;
	width:250px;
	z-index: 1;
	line-height: 18px;
	text-indent : 10px;
	padding: 100px 5px 5px 0px;
	font-family : Georgia,Helvetica;
	font-size : 24px;
	color : #B22222;
	border: solid;
   	border-top-width: 0px;
	border-left-width : 2px;
	border-bottom-width : 1px;
	border-right-width : 0px;
	border-color : silver;
}
#pie{
	text-align : right;
}

