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

body{background-color: cadetblue;
text-transform: uppercase;}

p{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}

#fulanito{
    color: green;
    text-transform: uppercase;
}

.subrayado{
    text-decoration: underline;
}