body{
    background-image: url('../imagenes/fondoindex.jpg');
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    z-index: auto;
    width: 100%;
    height: 100%;
}

#fondcarga{
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 100;
	display: none;
}
#dvimgcarga{
	width: 20%;
	height: 15%;
	margin: 17% auto;
	border: 0px solid #000;
}
#dvimgcarga img{
	width: 40%;
	margin: 0 30%
}


#navbody{
	width: 35%;
	height: 600px;
	margin: 5% auto 0;
	border: 1px solid #2c88e6;
	background-color: rgba(255, 255, 255, 0.9);
}
#title-nav{
	width: 100%;
	color: #149c06;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	padding-top: 15%;
	font-style: italic;
}
#subtitle{
	width: 100%;
	font-size: 1em;
	text-align: center;
	color: #555;
	padding-top: 3%;
}

#form-nav{
	width: 90%;
	height: auto;
	margin: 7% auto 0;
}
.input-group{
	border: 1px solid #149c06;
	height: 60px;
	margin-bottom: 5%;
}
.input-group-text{
	border-radius: 0;
	background-color: #149c06;
	border: 0;
	padding: 0 4%;
}
.fas{
	color: #FFF;
	font-size: 1.5em;
}
.form-control{
	border-radius: 0;
}
#btnval{
	width: 100%;
	font-size: 1.4em;
}

#resultado{
	width: 90%;
	margin: 10px auto 0;
}

/*****  PARA DISPOSITIVOS MOVILES ****/
@media only screen and (max-width:700px){

	#navbody{
		width: 60%;
		height: 600px;
		margin: 5% auto;
	}
}