
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
/*font-family: 'Roboto', sans-serif;*/
body{
	color: #9b9b9b;
	font-size:1.2em;
	align-content: center;
}

.logo{
	width: 40px;
	height: auto;
	margin-top: 5px;	
}

.navbar-brand {
	font-family: 'Roboto', sans-serif;
	color: whitesmoke;
	font-size: 1.5em;
	 
}

header nav div ul li {
	font-family: 'Roboto', sans-serif;
	color: #7f8c8d;
	font-size: 1.8em;
}


.jumbotron {
	width: 100%;
	height: 100vh;
	background-image: url(../img/head_ojos.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

section>article>img {
	position: relative;
	top:30vh;
	margin: 0 auto;/*
	border-radius: 50%;
	box-shadow: 2px 2px 12px black;*/
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: #7f8c8d;

}
/*
.circulo {
	width: 200px;
	height: 200px;
	background-color: grey;
	border-radius: 100%;
	align-content: center;
	*/

}

section .container {
	align-content: center;
}



.jumbotron2 {
	width: 100%;
	height: 100vh;
	background-color: #cde2f2;
	background-image: url(../img/bg_atrib_.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	text-align: center;
	color: #7f8c8d;
}

section>div>p>a {
	position: relative;
	left: 42%;
	right: 50%;
	margin: 0 auto;
	width: 200px;
}

section div article {
	margin-bottom: 40px;
}

.container_final {
	width: 100%;
	height: 100vh;
	background-image: url(../img/footer_.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	color: white;
}

#atribuciones{
	width: 100%;
	height: 100vh;
	align-content: center;
}


section>footer>h2 {
	color: white;
}

#botones li {
 float:left;
 position:relative;
 right:50%;
}


section>div>li {
		

}

footer {
	text-align: center;
}