footer {
    bottom: 0;
    width: 100%;
    height: 30px;
    margin-top:15%;
}
.btn-acciones-footer{
	border-radius   : 0;
	text-decoration: none;
	width: 200px;
}
.btn-acciones-footer:hover{
	background-color: #ccc;
	color           : #000;
	width: 200px;
}
.enlace_footer{
	color: #fff;
}
.enlace_footer:hover{
	text-decoration: none;
	font-weight    : bold;
	color          : #fff;
}

#footer {
	display: flex;
	width: 100%;
	height: 75px;
	background-color: #000000;
	position: absolute;
	  right: 0;
	  bottom: 0;
	  left: 0;
}
/*
#footer {
	
	display: block;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #000000;
	/ * 		    background-color: #3E3D40; #aaa299 * /
}
*/
#banderaMexico{
	width: 21px;
}
.padding-izq{
	padding-left: 20px;
}
.margen-esp-superior{
	margin-top: 170px;
}
.img-btn-especial{
	width: 180px;
}
.gris{
	border-top: 3px solid #999999;
    color: #333;
    background-color: #e2e2e2;
	height:90px;
	
}
/*--------------------------*\
      Pie
	\*--------------------------*/
@media screen and (max-width:372px){
.inelogoI {
    width:80%;	
}
	
}


@media (max-width: 767px) {
	
	footer {
	    margin-top:0%;
	}
	.margen-sup-responsive{
		margin-top: 30px;
	}
	.leyenda-pie{
		text-align: center;
	}
	.borde-inf-responsive{
		border-bottom: 1px solid #333;
		padding-bottom: 15px;
	}
	.margen-esp-superior{
		margin-top: 30px;
	}
	.margen-radios-btn{
		margin-top: 15px;
	}
	.circulo1 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 50%;
     background: #FF99CC;
	 display: inline-block;
	 font-size:12px;

	}
	.circulo2 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 50%;
     background: #868789;
	 display: inline-block;
	 font-size:12px;
	}
	.circulo3 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 50%;
     background: #E53D89;
	 display: inline-block;
	 font-size:12px;
	}
	
	#footer {
	
	display: block;
    width: 100%;
    height: 170px;
    background-color: #000000;
    bottom: 0 !important;
	
}

	 
.gris{
	border-top: 3px solid #999999;
    color: #333;
    background-color: #e2e2e2;
	height:140px;
	}

	#cau2{
	
	 text-align:center !important;
	 
}
}

	@media (min-width: 768px) and (max-width: 991px) {
    
	    #aImgLogoINE {
		    width: 140px;
		    margin-top: 3px;
		    margin-right: 10px;
		}
		
#footer2 {
	
	display: block;
	width: 100%;
	height: 200%;
	background-color: #000000;
	bottom: 0 !important;
	
}


#cau2 {
    
     text-align:center !important;
	 
   
}

	}
	
	@media (min-width: 992px) and (max-width: 1199px) {
	
	}

	@media (min-width: 1200px) {
		footer {
		    margin-top:19%;
		}
	}


	
