footer{
	width: 100%;
	background: #B22E20;
}
#creditos{
	background: #991305;
	box-sizing: border-box;
	padding: .5em 5em;
	color: white;
	text-align: right;
	width: 100%;
}
#pie{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: white;
	box-sizing: border-box;
	padding: .5em 5em;
}
#pie img{
	width: 5vw;
	height: auto;
	margin: 0 1vw;
}
#mapItems{
	list-style: none;
} 
#mapItems a{
	text-decoration: none;
	color: white;
}
/************************************************************************
// PC
************************************************************************/  
@media all and (min-width: 600px){
	.pieItem{
		box-sizing: border-box;
		width: 25vw;
		padding: .5em;
		margin: .5em auto;
		border-top: solid white .25em;
	}
}
/************************************************************************
// iPhone
************************************************************************/  
@media all and (max-width:599px) {
	.pieItem{
		width: 65vw;
		padding: 0em 1em;
		border-top: solid white .25em;
	}
}