/* TIPOGRAFIA */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v11/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* ESTILOS */

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: inherit;

    
}

body {
    font-size: 19px;
    line-height: 1em;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    background-image:url(back3.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    
    
    
    
    color: white


    

}

#logo { 
 
    text-align: left;
    margin: 20px;
    
    image-orientation: 
	width: 150px;
	height: 150px;
	border-radius: 100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 100px;
}

h1 {
    margin: 10px;
    color: #ffffff;
font-size: 40px;
padding: 12px;
text-align: center;
}

    h2 {
        color: #96d9f2;
        font-size: 20px;
        padding: 2px;
        text-align:
}
    h4 {
        color: #96d9f2;
        font-size: 20px;
        padding: 2px;
        text-align:     
}

h5 {
    margin: 50px;
    color: #ffffff;
font-size: 40px;
padding: 12px;
text-align: left;
    
    align-items: center
        
        
}


p{
    margin: 20px;
    font-size: 100
}

a { text-decoration: none;
    color: #ffffff;
}

a:hover{
    color: black;
    
}

nav {
    text-align: left;
        background-color:#199ed9;
        border: 3px solid #ffffff;


}

nav li {
    
    padding: 1px 1px;
     margin: 10px;
    
}
nav ul li { list-style: none;
         display: inline-block;
         text-align: center;
         position: relative;

}

footer {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1;
    padding: 10px;
}

.abajo {
    color: #ffffff;
    background-color: #199ed9;
    padding: 20px;
    position: 
}