@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
body{
	margin: auto;
	padding: 0;
	width: 90%;
	font-family: 'Comfortaa', cursive;iurde1vx<
	font-size: 18px;
}
.geko{
	color: #6d6e71;
}
.geko a{
	color: #6d6e71;
}
/* COTIZA */
.contenedormega iframe{
    margin: auto;
    width: 100%;
    overflow: hidden;
    font-family: "Comfortaa", cursive;
}
/* FRIKIN MOBILE */
@media only screen and (max-width: 736px) {
	body{
		width: 100%;
	}
}