header .banda_superior{
	height: 300px;
	background: url(https://solucionclic.com/media/baner-xl.png) no-repeat center;
	background-color: #42a5f5;
	display:none;
}
header .banda_intermedia{
	height: 75px;
	background:#333745;
	box-shadow: 0px 5px 10px rgba(0,0,0, 0.4);
}
header .banda_intermedia .logo{
	max-height: 94%;
	margin-right: 1rem;
	float: right;
}
header .banda_inferior{
	height: 40px;
}
.row{
	margin-right: 0px !important;
}

main .contenedor-titulo-formulario .titulo-formulario{
	color: white;
	text-align: center;
	font-size: 25px;
	margin-top: 25px;
	margin-bottom: 40px;
	padding: 1vh;
	background:#5c6bc0;
}
main .contenedor-formulario form{
	width: 90%;
	margin-left: 5%;
}
main .contenedor-formulario form .control-label{
	text-align: left !important;
}
main .contenedor-formulario form .boton-ejecutar{
	margin-top: 20px;
}
.menu{
	position: fixed;
	top: 1rem;
	left: 1rem;
}
.modal_gnesis{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
}
.pantalla_modal_gnesis{
	width: 80%;
	margin: 1% auto auto auto;
	background: white;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.5);
	padding: 1rem;
}
.img_linea_multiple {
    max-width: 250px;
    max-height: 75px;
}
.boton_ejecutar{
	width: 60%;
	margin-left: 20%;
	margin-bottom: 1rem;
}
.boton_extra{
	width: 60%;
	margin-left: 20%;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) and (min-width: 801px){
    header .banda_superior{
		background: url(https://solucionclic.com/media/baner-md.png) no-repeat center;
		background-color: #42a5f5;
	}
}
@media only screen and (max-width: 800px) {
    header .banda_superior{
		background: url(https://solucionclic.com/media/baner-sl.png) no-repeat center;
		background-color: #42a5f5;
	}
}