html, body {
	height: 100%;
}

h1 {
	font-family: 'Lato', Sans-serif;
	font-weight: 700;
}

p {
	font-family: 'Lato', Sans-serif;
	font-weight: 400;
}

h3 {
	font-family: 'Lato', Sans-serif;
	font-weight: 700;
}

ul li a {
	font-family: 'Lato', Sans-serif;
	font-weight: 300;
}

#fondo {
    background: url('imagenes/bg.jpg') repeat; /*center center fixed*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:100% cover;
}

.brand {
	font-family: 'Lato', Sans-serif;
	font-weight: 700;
}

.img-center {
	margin:0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

.grupo {
	margin-bottom: 20px;
	font-family: 'Lato', Sans-serif;
	font-weight: 400;
	color: #fff;
}

.top-buffer {
	margin-top: 10px;
}

#footer {
	background: #151D26;
	color: #fff;
	font-size: 12px;
	padding: 20px;
	position: relative;
	font-family: 'Lato', Sans-serif;
	font-weight: 400;
}

.frase {
	font-family: 'Lato', Sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #000;
}

/* Para que el footer no flote si no alcanza el contenido */
.contenedor {
	min-height: 85%;
}