@charset "utf-8";
/* CSS Document */

/* columnas */
.columnsContainer {
	position: center;
	z-index: 1;
	    width: 70%;

}
.ContenedorArticuloFlotante {	float: left; }
.ContenedorArticuloFlotante3Col {	float: left; }

/* common and top level styles */
@media screen and (min-width: 900px ) {
.columnsContainer {
		position: center;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
 .ContenedorArticuloFlotante {	float: left; width: 25%;}
 .ContenedorArticuloFlotante3Col {	float: left; width: 33%;}

}
@media screen and (max-width: 900px ) {
.columnsContainer {
		position: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
  .ContenedorArticuloFlotante {	float: left; width: 100%;}
  .ContenedorArticuloFlotante3Col {	float: left; width: 100%;}
}
