*{margin: 0px;
padding: 0px;}

html {
    background-color:rgba(143, 231, 234, 0.65);   
}

body {
               @import url(http://fonts.googleapis.com/css?family=Oswald);
               color: #112e4a;
               font-family: 'Oswald', sans-serif; 
               width: 900px;
               height: 800px;
               margin-left: 150px;
               margin-right: 150px;
}

header  {      background-color: #7a97b2;
               width: 1024px;
               height: 200px;
               text-align: center;
               padding-top: 20px;
}

nav    {
               background-color: #f67459;
               width: 1024px;
               height: 80px;
               text-align: center;
               padding-top: 1px;
               margin-right: 5px;   
}

ul      {
      
               list-style: none;
               text-align: center;     
}

nav ul li    {
                    width: 140px;
                    height: 100px;
                    float: left;    
                    color: #6bcbce;
                    line-height: 50px;
                    font-size: 12px;
                    align-content: center;
}
nav ul li a {       text-decoration: none;
                    color: #101010;
                    list-style: none;
    }

h1 {
    color: #112e4a;
    font-weight: 100;
    margin-right: 700px;
    padding-bottom: 30px;
}

h2 {
        font-size: 25px;
        margin-top: 10px;
        color:#112e4a;
        margin-right: auto;
        padding-top: 10%;
        }




.fotos {
   float: left;
    margin-bottom: -1500px;
    margin-right: 150px;
    height:  650px;
    width: 900px;
}

