*{
	box-sizing: border-box;
	font-family:'Mochiy Pop P One', sans-serif;
}
body{
	background-image: url('fondo.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.contenedor{
	max-width: 1000px;
	width: 85%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 50px auto;
}
.enlaces{
	color: white;
	margin-right: 20px;
}
.cabecera{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0px;
}
.sección{
	padding: 20px 20px;
	width: 70%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: white;
}
.parrafo{
	line-height: 1.6;
}
aside{
	width: 30%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: space-between;
	background-color: rgb(59,131,189);
}
.asideDiv{
	background-color: rgba(0,49,83,0.4);
	align-items: center;
	padding: 60px 20px;
	margin: 20px 20px;
}
.blanco{
	color: white;
	margin: 0 auto;
	width: 40px;
	font-size: 2em;
}

footer{
	background-color: rgba(365,365,365,0.4);
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.a{
	color: white;
	margin-left: 20px;
}
