/* CSS Document */

body{
	text-align:center;
	background-color: #FFBF9F;
	font-family: "Comic Sans MS";
}
#contenedor {
	position: relative;
	text-align: left;
	width: 790px;
}
a:link {
	color: #669966;
	text-decoration:none
}
a:hover {
	color: #848442;
	background-color: #E0E0C2;
}
a:visited {
	color: #669999;
	text-decoration: none;
}
#titulo {
	font-family: "Comic Sans MS";
	font-size: 44px;
	position: absolute;
	width: 775px;
	cursor: crosshair;
	letter-spacing: 10px;
	text-indent: 50px;
	text-align: center;
	color: #993300;
	font-weight: bold;
	height: 50px;
}
#indice {
	position: absolute;
	width: 475px;
	top: 150px;
	left: 300px;
}	
#foto {
	position: absolute;
	top: 150px;
	width: 275px;
}
#pie {
	position: absolute;
	top: 425px;
}


#navegacion {
	position: absolute;
	top: 75px;
	width: 775px;
	text-align: center;
}
