/*	from file --> base.html 	*/
body {
	background: black;
}
.navbar {
	background-color: #737373;
}
.navbar-brand {
	color: yellow;
	font-size: 135%;
}
.page-footer {
	background-color: #4f4f4f
}

/*	from file --> index.html
	background-position: left;
*/
#presentacion {
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(img/fondo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#objetivos {
	background-image: url(img/objetivos.gif);
	background-position: center;
	text-align: center;
	background-size: cover;
}
#objetivos-lista {
	/* background-color: rgba(0,0,0,0.3); */
	text-align: center;
	margin-bottom: 6%;
	margin-top: -8px;
	margin-right: 15px;
	font-size: 115%
}
#decidiste {
	background-image: url(img/razonesFondo.jpg);
	background-position: center;
	text-align: center;
	background-size: cover;
}
#decidiste-lista {
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 10%;
	text-align: left;
	margin-top: -8px;
	margin-left: 15px;
}

/*	from file --> preguntas.html	*/
.dropdown {
	margin-top: 3%;
}
.preguntas {
	text-align: center;
	margin-bottom: 9%;
}
.card {
	margin: 25px
}