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

html, body {
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	background: #00c18a;
}

/*#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;
}

a {
	cursor: pointer;
}

img {
	width: 120%;
	height: auto;
	margin-left: -50px;
}

/* 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;
	}
}