body{
	width:790px;
	height:700px;
	background-color:#9A004C;
	border:0px;
	margin: 0; padding: 0;
	/*border:1px solid yellow;*/
}

div#top{
	width:880px;
	height:64px;
	background-color:#852E45;
	/*border:1px solid yellow;*/
}
div#logo{
	width:79px;
	height:39px;
	position:relative;
	top:10px;
	left:18px;
}
div#linea{
	width:782px;
	height:1px;
	position:relative;
	top:21px;
}
div#principal{
	width:880px;
	height:700px;
	background-color:#9A004C;
/*	border:1px solid red;*/
}
div#hoja{
	width:480px;
	height:610px;
	position:relative;
	left:10px;
	top:-56px;
	text-align:center;
	/*border:1px solid blue;*/
}
div#iconos{
	width:400px;
	height:66px;
	position:relative;
	left:143px;
	top:-50px;
}
div#flechas{
	position:relative;
	top:-81px;
	left:573px;
	width:80px;
}

img.linea{
	width:880px;
	height:1px;
}
img.hoja{
	/*width:480px;
	height:660px;*/
	align:center;
}
img.icono{
	width:48px;
	height:66px;
	cursor: hand;
}

img.icono1{
	width:95px;
	height:66px;
	cursor: hand;
}

img.flecha{
	cursor:hand;
}

