/* 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/SanMiguel.jpg");
  background-position: 50% 50%;

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

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

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

