/* PIE */
footer{
	background-color: #276f61;
	font-family: proximaNova !important;
	color:#e6e6e6;
	font-size: 13px !important; 
	clear: both;
}

footer ul#datosBasicos{
	height: 67px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
footer #datosBasicos li{
	display: inline;
	text-align: center;
}
@media only screen and (min-width: 781px){
	footer #datosBasicos li{
		height: 100%;
	}
}
@media only screen and (max-device-width: 780px){
	footer #datosBasicos li{
		height: 42px;
	}
}
footer #datosBasicos li:hover{
	background-color: #327669;
	margin: 0px;
	padding: 0px;
}
footer #datosBasicos li a{
	color: #e6e6e6;
	font-size: 13px;
	text-decoration: none;
	display: block;
	height: 37px;
	padding-top: 30px;
	width: 12%;
	float:left;
}

footer #datosBasicos li a:hover{
	color: #fff;
	background-color: #327669;
	height: 37px;
	display: inline-block; 
}

footer #otrosDatos{
	height: 28px;
	background-color: #4f5055;
	font-family: proximaNova !important;
	color:#fff;
	font-size: 12.5px;
	text-align: center;
	padding-top: 12px;
	margin: 0px;
}