    
* {
margin:0;
padding:0;
box-sizing: border-box;
}
body {
background-image: url(fondo.jpg);
    
}
header {
width:1000px;
height: 219px;
margin: auto;
margin-top: 2px;
    
}

main {
    width: 720px;
    margin: auto;
    margin-top: 110px;
}


.links {
width: 720px;
margin: auto;

}


h1 {
    font-size: 30px;
    margin: auto;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

h2 {
    font-size: 30px;
    margin: auto;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

h3 {
    font-size: 30px;
    margin: auto;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    
}

footer {

    width: 100%;
    height: 50px;
    bottom: 0;
    position: fixed;

}



footer p {
    font-size: 12px;
    color: darkblue;
    bottom: 0;
    position: inherit;
    
}



footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    }
