@charset "utf-8";
#pie {
	font-size: .75rem;
	background-color: #D85F60;
	color: white;
	box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 1px;
}
#pie a {
	color: white;
	text-decoration: none;
}
#pie a:hover {
	color: #DCCBCB;
}
#pie table {
	width: 100%;
}
#pie img {
	height: 20px;
	width: auto;
	cursor: pointer;
}
#pie p {
	margin-left: .5rem;
	margin-right: .5rem;
}
#pie table td {
	width: 38%;
}
#pie #piederecha {
	text-align: right;	
}
#pie #piecentro {
	text-align: center;
	width: 24%;
	
}
#pie.fijarabajo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#parrafopower {
	font-size: smaller;
	text-align: center;
}
@media (max-width: 620px) {
	#pie #pieizquierda, #pie #piederecha, #pie #piecentro {		
		display: block;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
}
