/** Globales **/
.contenedor
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/*Header*/
.site-header
{
  background-image: url(../img/back.jpg);
  background-size: cover;
  height: 100vh;
  min-height: 500px;
}

.barra
{
	display: flex;
	justify-content: space-between;
	align-items: center; 
	padding-top: 30px;
}

/** Navegacion **/
.navegacion a
{
	color: black;
	text-decoration: none;
	font-size: 18px;
	margin-right: 20px;
}

.navegacion a:last-of-type
{
	margin: 0;
}
