footer{
	padding-top: 10px;
	background-position: bottom;
	/*background-image: URL("../images/pie.png");
	background-repeat: repeat-x;*/
	width: 100%;
	height: 190px;
	text-align: center;
	color: #fff;
	clear: both;
	background-color: #001236;
}

@media all and (max-width: 1000px) {
	footer{height: 350px; }
}

@media all and (max-width: 520px) {
	footer{height: 450px; }
}

@media all and (max-width: 630px) {
	footer{height: 430px;}
}

@media all and (max-width: 480px) {
	footer{height: 580px}
}

@media all and (max-width: 360px) {
	footer{height: 580px}
}



#pie{
	border-left: 1px solid #001e59;
	margin-top: 40px;
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;	
}
ul.pie_donde{
	font-size: 13px;
	margin: 10px 0px 0px 40px;
}
h5{
	color: #D84A0E;
	margin-left: 40px;
	margin-bottom: -5px;
}
a.pie{
	color: #fff;
	font-size: 13px;} 
a.pie:hover{color: #385aab;}

img.pie{
	margin-left: 36px;
}