@charset "utf-8";
/* CSS Document */

body{
	background-color:greenyellow;
	background-image: url("imagenes/imags-11.png");
	margin: 0;
	padding:0px;
	background-size: 100%;
	height: 600px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.texto{
	position: relative;
	top:-450px ;
	bottom: ;
	right:25px ;
	left:150px ;
}

.contenedorInferior{
background-color:#343A40;
	padding: 50px 0px 50px;
	text-align: center;
	position:static;
}

a.navbar-brand{
	font-family: 'Space Mono', monospace;
}

a.nav-link{
	font-family: 'Space Mono', monospace;
}

h5.card-title{
	font-family: 'Hind Siliguri', sans-serif;
}

p.card-text{
	font-family: 'Space Mono', monospace;
}

a:hover{
	color:#EAF6F6;
}

a{
	color:#02FF1F;
	font-family: 'Space Mono', monospace;
	margin: 10px 20px;
	text-decoration: none;
}
