
#decContenedorHome #decMenuSup {
	width:100%;
	margin: 0;	
}

#decContenedorHome #decContenidoPrincipal {
	width: 100%;
	margin: 0 auto;
}

#decContenedorHome #decCotizacionBolsa {
	width: 100%;
	margin: 0 auto;
	height: 50px;
}

#decContenedorHome #decContenidosSup {
/* 	max-width: 1440px; */
	width: 100%;
   	margin: -5px auto 0 auto;	
}

#decContenedorHome footer {
	width: 100%;
	margin: 0 auto;
	float: left;	
}

#decContenedorHome footer #decFooter {
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
}

#decContenedorHome footer #decPie {
	width: 100%;
	height: auto;
    float: left;
}

/* Para pantallas inferior a 959px pero superior a 768px (tablet) */
@media screen and (max-width: 70em) and (min-width: 60em) {
	#decContenedorHome #decContenidosSup {
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
}
/* Para pantallas inferior a 959px pero superior a 768px (tablet) */
@media screen and (max-width: 59.94em) and (min-width: 47.95em) {
	#decContenedorHome footer #decPie {
		background-color: transparent;
		height: auto;
	}
}
/* Para pantallas inferior a 768px(mobile) */
@media screen and (max-width: 47.95em) {
	#decContenedorHome footer #decPie{
		background-color: transparent;
		height: auto;
	}
	#decContenedorHome #decCotizacionBolsa{
		background-color:#f6f4f5
	}
}

/*ticker gris buscar home-ticker-gris*/
.home-ticker-gris div.bolsa {
	background-color: #f6f4f5;
	margin-bottom: 0;
	margin-top:0;
}
/***********************/
/***** MEDIA QUERY *****/
/***********************/
/* Para pantallas inferior a 959px */
@media screen and (max-width: 59.94em){	
	.home-ticker-gris .contMover {
		width: auto;
		height: 50px;
	}
	.home-ticker-gris .scroll-left{
		background-color: #f6f4f5;
	}
	.home-ticker-gris div.bolsa {
		padding-top: 1em;
	}
}
/* Para pantallas inferior a 768px(mobile) */
@media screen and (max-width: 47.95em) {
	#decContenedorHome.home-ticker-gris #decCotizacionBolsa {
    	min-height: 50px;
    	margin-top: 0;
    }
	.home-ticker-gris .contMover {
		margin-top: 0;
	    width: 150%;
	}
	.home-ticker-gris div.bolsa {
 	    padding: 1em 0 0.71em 0; 
	}
	.home-ticker-gris .scroll-left {
		 height: 50px;	
	}
}