@charset "utf-8";
/* Plantillas Pantallas */

body {
  background:#000;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#fff;
  font-size:14pt;
  }
  
#container {
  margin:0 auto;
  width:700px;
  }

  
#1, #2 {
  height:500px;
  }

#foot {
  color:#CCC;
  font-size:10pt;
  }

#foot a {
  text-decoration:none;
  color:#CCC
  }

#foot a:hover {
  color:#FFF;
  }
  
