
body{
	font-family: 'Lato';
	background: #8dc63f;
}
img{

	max-width: 100%;
}

.quitar-float{
	float: none;
}
.espacio-arriba{
	margin-top: 100px;
}

.pacifico {
	font-family: 'Pacifico',cursive;
}

.grande{
	font-size:4em;
}

.verde{
	color:#fff;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
}
.no-lista{
	margin:0px;
	padding: 0px;
}
.no-lista li{
	list-style-type: none;
}

.espacio-derecha{
	margin-right:1em; 
}
.mediano{
	font-size: 1.5em;
}
.se-gris{
	background: #eee;
}

.padding-largo{
	padding: 5px 10px;
}
.inline-block{
	float: none;
	display: inline-block;
	margin-right: -4px;
}

.vete-arriba{
	vertical-align: top;
}

.retraso-1{
	-webkit-animation-delay:1s;

	animation-delay:1s;
}

.retraso-2{
	-webkit-animation-delay:2s;

	animation-delay:2s;
}


a, .azul{
	color:#4d7391;
	font-size: .8em;
}

p{
	color:#fff;
	font-size: 1.2em;
}

footer{
	background:#4d7391;
	 width: 100%;
	 height: 2em;
	 position: relative;
	 clear:both;
	 bottom: 0;
}


@media screen and (min-width:570px){


	

footer{
	background:#4d7391;
	 width: 100%;
	 height: 2em;
	 position: fixed;

}


}












