#texto {
	position:absolute;
	width:350px;
	height:455px;
	z-index:5;
	left: 10px;
	top: 10px;
	background-color: #7E8862;
}
#Informacion {
	position:absolute;
	width:370px;
	height:475px;
	z-index:5;
	left: 280px;
	top: 43px;
	visibility: hidden;
}
#bordeIzq {
	position:absolute;
	width:10px;
	height:455px;
	z-index:5;
	top: 10px;
	left: 0px;
}

#bordeDer {
	position:absolute;
	width:10px;
	height:455px;
	z-index:5;
	left: 360px;
	top: 10px;
}
#bordeSup {
	position:absolute;
	width:350px;
	height:10px;
	z-index:5;
	left: 10px;
}
#bordeInf {
	position:absolute;
	width:350px;
	height:10px;
	left: 10px;
	top: 465px;
	z-index: 5;
}
#esquina1 {
	position:absolute;
	width:10px;
	height:10px;
	z-index:5;
}
#esquina2 {
	position:absolute;
	width:10px;
	height:10px;
	z-index:5;
	left: 360px;
}
#esquina3 {
	position:absolute;
	width:10px;
	height:10px;
	z-index:5;
	top: 465px;
}
#esquina4 {
	position:absolute;
	width:10px;
	height:10px;
	z-index:5;
	top: 465px;
	left: 360px;
}
