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

body{ background-color:#000; margin:0; }
section{ width:1280px; height:960px; margin:auto; }
.fullscreen{ z-index:999; position:absolute; width:64px; height:64px; top:10px; right:10px; opacity:0.3; }
.fullscreen:hover{ cursor:pointer; opacity:1; }
.instrucciones{ z-index:999; position:fixed; width:150px; height:120px; bottom:0; left:0; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:0.8em; background:rgba(255, 255, 255, 0.2); border:0; border-right:rgba(255, 255, 255, 0.4) 1px solid; border-top:rgba(255, 255, 255, 0.5) 1px solid; padding:4px; }
