*{
    margin: 20; 
    padding: 20;
}

@font-face {
    font-family: 'pecitamedium';
    src: url('web fonts/Pecita-webfont.eot');
    src: url('web fonts/Pecita-webfont.eot?#iefix') format('embedded-opentype'),
         url('web fonts/Pecita-webfont.woff') format('woff'),
         url('web fonts/Pecita-webfont.ttf') format('truetype'),
         url('web fonts/Pecita-webfont.svg#pecitamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 30, 2014 */

@font-face {
    font-family: 'lobster_1.3regular';
    src: url('web fonts/lobster_1.3.eot');
    src: url('web fonts/lobster_1.3.eot?#iefix') format('embedded-opentype'),
         url('web fonts/lobster_1.3.woff2') format('woff2'),
         url('web fonts/lobster_1.3.woff') format('woff'),
         url('web fonts/lobster_1.3.ttf') format('truetype'),
         url('web fonts/lobster_1.3.svg#lobster_1.3regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
        /* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 30, 2014 */

@font-face {
    font-family: 'danielblack';
    src: url('web fonts/Daniel-Black-webfont.eot');
    src: url('web fonts/Daniel-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('web fonts/Daniel-Black-webfont.woff') format('woff'),
         url('web fonts/Daniel-Black-webfont.ttf') format('truetype'),
         url('web fonts/Daniel-Black-webfont.svg#danielblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'danielregular';
    src: url('web fonts/daniel-webfont.eot');
    src: url('web fonts/daniel-webfont.eot?#iefix') format('embedded-opentype'),
         url('web fonts/daniel-webfont.woff') format('woff'),
         url('web fonts/daniel-webfont.ttf') format('truetype'),
         url('web fonts/daniel-webfont.svg#danielregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    background-image: url(imagenes/fondo%20index.jpg);
    color: #FFF;
    font-family: Helvetica;
    font-size: 16px; 
    
}

nav{
    overflow:hidden;
    padding:10px;
    width:950px;
}

nav ul{
    list-style:none;
    margin:0 10px 0 10px;
    padding:0;
}
nav ul li{
    border-radius:5px;
    color: white;
    float:right;
    font-family: 'danielregular'; sans-serif;
    font-size:16px;
    font-weight:bold;
    margin-right:10px;
    text-align:right;
    
       text-shadow: 0px 1px 0px #FFF;
}

h1{
    margim: auto;
    text-align: left;
    text-shadow: 5px 5px 10px rgba (255,255,255,0.5);
    font-family: 'lobster_1.3regular', Helvetica, sans-serif;
    font-size: 150px
    
}
h2{ 
    margim: auto;
    text-align: left;
    text-shadow: 5px 5px 10px rgba (255,255,255,0.5);
    font-family: 'lobster_1.3regular', Helvetica, sans-serif;
    font-size: 50px

}

{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    line-height: 1;
}

p {
    font-size: 15px;
    font-size: 1.5rem;    
    line-height: 1.333333334;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: justify;
}

.three-columns {
    
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

        
    
