        body {
            font-family: Arial, serif;
        }

        .clear {
            width: 100%;
            clear: both;
            text-align: left;
        }
     

/**/

        nav {
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
            margin-bottom: 10px;
        }

      

/*Flecha para hacer la pagina hacia arriba*/
        .ir-arriba {
            display: none;
            background-repeat: no-repeat;
            font-size: 20px;
            color: black;
            cursor: pointer;
            position: fixed;
            bottom: 10px;
            right: 10px;
            z-index: 2;
        }

    a:link, a:visited, a:active {
            text-decoration:none;
        }
a:hover {
color:blue;
}
