#fondo {
  background: url("../imagenes/prism1.png") repeat;
  background-attachment: fixed;
  color: white;
}

#header {
  background-attachment: fixed;
}

#Contactar {
  text-align: center;
}

a:link {
	color: white;
	font-family: arial;
	text-decoration: none
	}
	
a:hover {
	color: white;
	font-family: arial;
	text-decoration: none
	}
a:visited {
	color: white;
	font-family: arial;
	text-decoration: none
	}
	
.ir-arriba {
	display:none;
	border-radius: 50%;
	padding:20px;
	background:black;
	font-size:20px;
	color:white;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
