body {
  margin:0px;
  margin botton:0px,
  background-color: #FFFFFF;
  background-image: url("imagenes/fondo.jpg");
  Background-repeat: repeat-x;
  Background-position: top;
}
p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, sans-serif;
}
h1 {
	font-style: bold;
	font-weight: normal;
	font-size: 16px;
	font-family: arial, sans-serif;
}

a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: blue;
	text-decoration:none;
}

a:hover {
	color:purple;
	text-decoration:none;
}


