body	{
	font-family: 'Lato', sans-serif;

}


/*modifica el tamaño de la imagen */
img{
	max-width: 100%;
}


/*cuando llevan el . significa que es una clase*/
.quitar-flotar{
	float: none;
}

/*es un margen que hay entre la cabecera*/
.espacio-arriba{
	margin-top: 100px;
}
/*clase fuente*/
.Pacifico{

	font-family: 'Pacifico', cursive;
}


/*clase tamaño de la fuente*/
.grande{
	font-size: 3em;
}


.rojo {
	color: #FF0000;
}

.a,.azul{

	color: #0000B7;
}

.espacio-derecha{
	margin-right: 1em;
}

/*es un sleector dice que va quitar algunas propiedade del li*/
.no-lista li{
	list-style-type: none;
}

.no-lista {
margin: 0px;
padding: 0px;
}



.inline-block{
	float: none;
	display: inline-block;
	margin-right:  -4px;
}

.se-gris{
	background: #eee;
}

.padding-largo{
	padding: 5px 10 px;
}
.dimensiones{ height: 120px; width: 200px; }

.retraso-1{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
animation-delay: 1s;
}

.retraso-2{
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
animation-delay: 2s;
}