@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

* {box-sizing: border-box;}
	

	body {
    background-image: url(FONDO.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    font-family:"Ubuntu", sans-serif;
    }

header, footer {
    padding: 1em;   
}


	.logo {margin:auto;
        width: 960px;}
	

	header {background-color:#34b992; width:100%; height:130px;}

footer {clear: both;}

header h1 {
    font-size: 50px;
    float: left;
    margin-top: 20px;
    font-weight: 700;
    color:#dee4c3;
    height: 100%;
    display: block;
    border-bottom: #dee4c3 5px solid; 
}

header nav ul {list-style: none;
    float:right;}

header nav ul li {display: inline-block;
   margin-top: 50px;
margin-right: 20px;
} 

header nav ul li a {
    display: block;
    background-color: #dee4c3;
    color: #35b996;
    padding: 0 20px;
    text-decoration: none;
    line-height: 2em;
    font-weight: 700;
        }

header nav ul li a:hover {background-color:#dfe19f;
                        color:#5cc27c;
                        font-weight: 700;
box-shadow: 3px 3px 0px rgba(0,0,0,0.2)}

img {margin:20px;
    width: auto;}




