h1 {
	font-size:1em;
	float: left;
	margin:0 0 1.7em 40px;
}
p {
	line-height:1.8;
	float: left;
	padding-left: 40px;
	width: 34em;
}

#foto{
	float:left;
	text-align:center;
}
#pie {margin-top:3em;}
#indice  {
	float:left;
	width: 100%;
}
#indice ul {
	float:left;
	width:20%;
	margin:4em 2.2% 0;
	text-transform: uppercase;
}

#indice li {
	margin-bottom:0.6em;
	list-style:none;
}

#indice a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	border-bottom:#c1c1c1 1px solid;
	display:block;
	width:100%;
}

#indice a:hover{
	background:#e6e6e6;
	display:block;
	width:100%;
	text-decoration:none;
}

