@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans&display=swap');
*{
	font-family: 'Merriweather Sans', Tahoma, sans-serif;
}
.header{
	background-color: #070039;
	height: 90px;
	margin-bottom: 25px;
}
.header img{
	display: block;
	max-height: 67px;
	margin-top: 10px;
}

html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 75px;
	background-color: #EEF2F4;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #fff;
}
#footer img{
	max-width: 50px;
	padding: 10px;
}
#footer p{
	font-size: 10px;
	line-height: 30px;
	text-align: center;
}

#login{
	padding-bottom: 50px;
}
.contenido{
	text-align: center;
}
.btnsmenu{
	padding-top: 30px;
	color: #fff;
}