/************************/
/*	 FOOTER - PIE	*/
/************************/


.footer-pie-arriba,
.footer-pie{
    width: 100%;
    max-width: 1200px;
     margin: 0 auto;
     display: block;
     float: none;

}
.fpieperso{
	background-color: #00402A;
    bottom: 0;
    position: relative;
    width: 100%;
    height:140px;
	}
.volver-arriba {
	margin-top: 1.15em;
	margin-bottom: 1.15em;
}
.footer-pie .pie{
	width: 100%;
	float: left;
}
.footer-pie ul{
    list-style-type: none;
}
.enlaces-footer {
	text-align:right;
	margin-top: 2.8em;
    font-family: IberPangea";
}
.enlaces-footer{
    margin-left: 6%;
    margin-right: 3%;
}
.enlaces-footer,
.redes-footer {
	width: auto;
	float: left;
}
.redes-footer {
	text-align:left;
	margin-top: 2.3em;
	float: right;
	margin-right: 15.5%;
}
.redes-footer.en {
	margin-right: 17.5%;
}
.redes-footer ul,
.enlaces-footer ul {
	list-style: none;
	padding: 0;
	font-size: 0.9em;
}
.redes-footer ul li, 
.enlaces-footer ul li {
	display: inline-block;	
}
.redes-footer ul li:last-child a{
	margin-right: 0;
	margin-left: 1em;
}
.redes-footer a.mas img{
	margin-top: 1em;
	float: left;
}
.redes-footer ul li a {
	margin-right: 1em;
    margin-left: 1em;
}
.enlaces-footer ul li a {
	float: left;
	color: #ffffff;/*Cambio Gris #454545 22-03-2017*/
	border-right: 1px #2C2C2C solid;
	padding: 0 0.5em;
	line-height: 1em;
}
.enlaces-footer ul li:last-child a {
	border-right: 0;
}
.enlaces-footer ul li a:hover,
.enlaces-footer ul li a:focus {
	color: #00A443;
	text-decoration:none;
}
/************************/
/*	 FOOTER - Derechos	*/
/************************/
/*jctd*/
.derechos-footer {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
    width: auto;
    
    padding: 0 0.5em;
	line-height: 1em;
}
.derechos-footer.en {
    margin-left: 18%;
}
.derechos-footer span {
	color: #00A443;
	font-size: 0.86em;
	font-family: IberPangea;
}
/* Para pantallas inferior a 1232px  */
@media screen and (max-width: 77em) {
	.enlaces-footer {
	    margin-left: 3%;
	}
}
/* Para pantallas inferior a 1130px pero superior a 1113px  */
@media screen and (max-width: 70.625em) and (min-width: 69.563em) {
	.enlaces-footer {
    	margin-left: 1% !important;
    	margin-right: 1% !important;
	}   
}
.volver-arriba{
    padding-right: 1em;
}
.enlaces-footer,
.redes-footer {
   	text-align: center !important;
}
.enlaces-footer {
    width: 100% !important;
    margin-top: 2.8em;
    margin-left: 0 !important;
}
.footer-pie{
	width: 100% !important;
	float:none !important;
	text-align: center;
}
.footer-pie .pie {
	background-color:#f4f4f4;
}
/* Para pantallas inferior a 1024px(mobile) */
@media screen and (max-width: 64em) {
	.derechos-footer {
    	margin-left: 11.5%;
    }
	.redes-footer {
    	margin-right: 10.5%;
    }
    .derechos-footer.en {
    	margin-left: 15.5%;
	}
	.redes-footer.en {
    	margin-right: 14%;
    }
}
/* Para pantallas inferior a 959px pero superior a 768px (tablet) */
@media screen and (max-width: 59.94em) and (min-width: 48em) {
	.derechos-footer,
    .derechos-footer.en {
	    margin-left: 8.5%;
	}
	.redes-footer,
	.redes-footer.en  {
	    margin-right: 8.5%;
	 }
}
/* Para pantallas inferior a 768px(mobile) */
@media screen and (max-width: 47.95em) {
	.redes-footer,
	.derechos-footer{
		width: 100% !important;
		float: left;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.volver-arriba img{
		width: 10.5%;
	}
}