html, body {
	height: 100%;
}

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

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

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

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

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

.contenedor {
	min-height: 85%;
}

.frase {
	font-family: 'Lato', Sans-serif;
	font-weight: 400;
	font-size: 50px;
	color: #fff;
	position:absolute;
  	top: 30%;
  	left: 0;
  	right: 0;
}

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;
}

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