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

body {
    background-image: url(fondo.jpg);
    background-size: 1920px 1080px;
    background-repeat: repeat-y;
    text-align: center;
}
p {
    color: #ffffff;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
