body{
	background: url(../imagenes/1.jpg) no-repeat center center fixed;
    -webkit-background-size: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-max-lenght: 200%;
	font-family: 'Lato', sans-serif;
}
img{
	max-width: 100%;
}
.fixed-bg {
    
}
.quitar-float{
	float: none;
}
.espacio-arriba{
	margin-top: 50px;
}
.oswald{
	font-family: "Oswald", sans-serif;
}
.retraso-2{
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.retraso-1{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.se-gris{
	background-color: #B4B4B4;
}
.padding-largo{
	padding: 5px 10px;
}
.grande{
	font-size: 3em
}
.grande2{
	font-size: 1.5em
}
.pequeño{
	font-size: 0.5em
}
.rojo{
	color: #850000;
}
.no-lista{
	margin: 0px;
	padding: 0px;
}
.inline-block{
	float: none;
	display: inline-block;
}
.no-lista li{
	list-style-type: none;
}
.espacio-derecha{
	margin-right: 2em;
}
.espacio-izq{
	margin-left: 2em;
}
a{
	color: #850000;
}
.color-letra{
	color: #FFFFFF;
}
.color-letra2{
	color: #000000;
}