@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

html {
	height: 100%;
}
body {
	margin: 0 0;
	height: 100%;
	background-color: #007984;
}
/*a:link, a:visited, a:active, a:hover {
	text-decoration: none;

}*/

header {
	background-color: #f2f2f2;
	box-shadow: 0px 4px 10px rgb(0, 0, 0, 0.3);
	height: 100px;
	width: 100%;
	display: flex;
}

header img {
	height: 3,5%;
	width: 3,5%;
	margin: 10px;
}

header h1 {
	color: #004c71;
	vertical-align: center;
	font-family:  'Oswald', sans-serif;
	font-weight: lighter;
}

.floating {
	background-color: #004c71;
	margin-top: 15px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 10px;
	text-align: center;
	box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.2);
/*	position: relative;
*/}

.floating-body {
	border-radius: 5px;
	height: 75%;
	width: 96%;
	margin: 0 auto;
	vertical-align: bottom;
	background-color: #f2f2f2;
	padding: 5px;
	text-align: left;
	position: relative;
	bottom: -5%;
}

.floating-body a, .floating-body li{
	font-family: arial;
	margin-left: 0;
	/*text-decoration: underline;*/
	font-size: 18px;
}



.floating-body a:link, a:visited, a:active {
	color: black;
	transition: color, 0.4s;
}

.floating-body a:hover {
	color: #007984;
	transition: color, 0.4s;
}

.floating-body li {
	margin-top: 20px;
}

#ley {
	background-color: #D64045;
	width: 57%;
	height: 200px;
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}

#ley p {
	font-family: arial;
}

#ley-boton {
	background-color: #D64045;
	height: 35px;
	width: auto;
	padding: 5px 10px;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

#objetivos {
	background-color: #F96E46;
	width: 27%;
	height: 180px;
	margin-left: 6.3%;
	margin-right: 6.3%;
	display: inline-block;
	position: relative;
	top: -250px;
}

#objetivos .floating-body{
	height: 55%;
	width: 92%;
}


#ayuntamientos {
	width: 27%;
	height: 220px;
	margin-left: 6.3%;
	margin-right: 6.3%;
	display: inline-block;
	position: relative;
	top: -250px;
}

#ayuntamientos .floating-body{
	height: 65%;
	width: 92%;
}

#guardianes {
	margin-top: 10px;
	width: 47%;
	height: 420px;
	margin-left: 6.3%;
	margin-right: 6.3%;
	display: inline-block;
}

#guardianes .floating-body{
	height: 80%;
}

.floating h3 {
/*	top: -50px;
*/	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Work Sans';
	font-size: 24px;
	position: relative;
	color: #f2f2f2;
}



.text {
/*	width: 100%;
*/	text-align: center;
	margin-right: auto;
	margin-left: auto;
		position: relative;

}

footer {
	background-color: #282828;
	height: 100px;
	width: 100%;
	box-shadow: 0px -4px 10px rgb(0, 0, 0, 0.3);
	margin-top: 60px;
	margin-bottom: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	bottom: 0;
}
footer a {
	height: 17px;
}

footer div {
	display: inline;
}


#twitter {

}

#twitter img {
	height: 24px;
	width: 24px;
}

#twitter p {
	margin-left: 5px;
	color: white;
	display: inline;
	position: relative;
	top: -8px;
}

#facebook {

}

#facebook img {
	height: 24px;
	width: 24px;
}

#facebook p {
	margin-left: 5px;
	color: white;
	display: inline;
	position: relative;
	top: -8px;
}

#instagram {

}

#instagram img {
	height: 24px;
	width: 24px;
}

#instagram p {
	margin-left: 5px;
	color: white;
	display: inline;
	position: relative;
	top: -8px;
}

#mail {

}

#mail img {
	height: 24px;
	width: 24px;
}

#mail p {
	margin-left: 5px;
	color: white;
	display: inline;
	position: relative;
	top: -8px;
}

