/* Las barras laterales */

#lateral1, #lateral2, #lateral3, #lateral4, #lateral5, #lateral6, #lateral7, #lateral8 {
	position:absolute;
	left:15px;
}
#lateral1 {
	top:164px;
}
#lateral2 {
	position:absolute;
	top:200px;
	left:5px;
}
#lateral3 {
	top:220px;
}
#lateral4 {
	top:248px;
}
#lateral5 {
	top:276px;
}
#lateral6 {
	top:304px;
}
#lateral7 {
	top:332px;
}
#lateral8 {
	top:360px;
}
#lateral9 {
	position:absolute;
	top:395px;
	left:5px;
}


/* Los colores  */


body {
	background-color: #F7E2E2;
}

h1,h2 {
	color: #F44242;
}

p {
}

#nav {
	color: #F44242;
}

