
/*Modificaciones del footer para incluir el sello pyme*/

.contenedor_footer{
	height:310px; 
}

.info_footer{
	 height: auto ;
}

.info_footer2{
	margin-top: 20px auto;  width: 1200px; height: auto ;
}

.sello_pyme{
float: left; width: 15%; height: auto; margin-right: 20px; 
}

.sello_pyme_movil{
float: right; margin-bottom: 20px; display: none;
}

.columna2_footer{
float: left; width: 37%;
}

.direccion{
	width: 100%; margin-left:0px; margin-top: 83px;
}

.iconos_iso{
	width: 100%;  margin-top:30px;
}

.menu_legal{
	margin-top: 0px; width: 37%; margin-top: 235px;
}

@media only screen and (max-width:1140px){
.columna2_footer{
width: 50%; margin-left: 20px;
}

}

@media only screen and (max-width:850px){
.columna2_footer{
  width:60%; margin-left:30px;
  }
}

@media only screen and (max-width:715px){
.sello_pyme{
width: 100%;
}
.columna2_footer{
  width:100%; margin-left:0px; 
  }

.direccion{
	 margin-top: 40px;
}

}