@import 'https://fonts.googleapis.com/css?family=Rajdhani|Source+Sans+Pro';
@import url(logos_clientes.css);

html, body {
  overflow-x: hidden;
  background-color: rgb(255, 255, 255);
}

/*body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}*/

#body_inicio {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	/*background: url(../imagenes/meetings.jpg) no-repeat fixed top center;
	background-size: cover;*/
}

.contenedor {
	width: 98%;
	margin: auto;
}

img {
	width: 100%;
	height: auto;
}

/* MEDIA QUERYS */

@media screen and (min-width: 468px) {

	.contenedor {
		width: 100%;
		margin: auto;
	}

	img {
	width: 80%;
	height: auto;
}
}

@media (min-width: 1128px) {



	.contenedor {
		width: 1128px;
	}
}