@charset "utf-8";
/* CSS Document */

/* Reset CSS */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/*fin del reset css*/
@font-face {
      font-family: 'Copaseti';
      src: url('../fonts/COPASETI.ttf');
      font-weight: normal;
      font-style: normal;
    }
    html{
      background-image:url(../images/PhotoGray_browser_bg-2.jpg);
      margin: 0; padding: 0; height: 100%;
      font-family: Arial, sans-serif;
      overflow-x: hidden;
    }
h1{
      color:#FFF;
      font-size:100px;
      font-family: "Copaseti";
      margin-bottom:0;
    }
