@font-face {
    font-family: 'Silkscreen';
    src: url('../fonts/slkscr-webfont.eot');
    src: url('../fonts/slkscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/slkscr-webfont.woff') format('woff'),
         url('../fonts/slkscr-webfont.ttf') format('truetype'),
         url('../fonts/slkscr-webfont.svg#SilkscreenNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{ width: 100%; font-family: Courier, monospace; background-color: #C1C1C1;}
div#contenedor {margin: 50px auto; width: 70%; padding: 20px; background-color: white;}
h1{font-family: Verdana, sans-serif;}
