#contenedor{
	text-align: left;
	width: 700px;
	margin: auto;
	top: 300px;


} 

.pos1 {
	position: relative;
	left: 80px;
	top: 175px;
}
.pos2 {
	left: 120px;
	top: 30px;
	position: relative;
}
.pos3 {
	position: relative;
	left: -150px;
	top: 160px;
}
.pos4 {
	position: relative;
	left: 80px;
	top: 180px;
}
.pos5 {
	position: relative;
	left: 200px;
	top: 180px;
}
.poshistorias {

	position: relative;
	left: 320px;
	top: -50px;
}
body {
	background-image: url(imagenes/fondo.gif);
	background-repeat:  repeat-y;
	background-position: center top;
}

