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

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

