/* CSS3 Document */
@charset "utf-8";
body {
  /*background-image: url(fondo.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: arial;
  font-size: 16px;
  height: 100%;*/
  background-color: #ffffff;*/
}
