/* General Formatting - DO NOT TOUCH UNCOMMENTED LINES UNLESS YOU KNOW WHAT YOU ARE DOING! */

body {
/* Background Picture */
/*	background: url('fotos/taller_de_continuos.jpg');*/
  background-image: url("fotos/nevado-min.jpeg");
/*  background-position: 20% 800%; */

/* Font Color */
	color: #000000;
/* Font Type */
	font-family: Sans, sans-serif;

	font-size:20px;
	margin-left:150px;
	margin-right:100px;
	font-weight: bold;
}

h1 {color:#551A8B;}
h2 {color:#551A8B;}

