* {
	box-sizing: border-box;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a img {
	border: none;
}

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

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 100%;
	text-align: center;
}

/* --------------Modulo 2 - Iframe Página Cambiada ---@media 1920--------------*/

#modulo2 {
	height: auto;
	margin-left: 5%;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom:0px;
	position:relative;
	text-align: center;
	width: 95%;
}

#modulo2 iframe {
	width: 100%;
}
