	body {
		font-family: Monospace;
		background-color: #f4f4f4;
		margin: 0px;
		overflow: hidden;
	}
	.logo-adriano {
	    height: 50px;
	    width: auto;
	    /*position: absolute;*/
	    z-index: 100;
	}
	div#infosilo3d {
	    padding-left: 10px;
            z-index: 10;
	}
        span.netoOK {
            font-size: xx-large;
            color: green;
        }
	span.netoOK.SOMBRA,
        span.netoOK.obstaculosSinSalvar {
	   text-decoration-style: dotted;
	   text-decoration-line: line-through;
	   text-decoration-color: red;
           text-decoration-thickness: 1.4px;
	}
        span.netoOK.netoNegativo {
            color: red;
        }
        span.nombreSilonetoOK {
            font-size: x-large;
            color: green;
        }
        span.conNetoOK {
            color: green;
        }
        span.sinNeto {
            font-size: large;
            color: red;
        }
	div#bottomloading {
	    position: fixed;
	    z-index: 100;
	    background: #8080807d;
	    width: 100%;
	    height: 100%;
	}
        div#infosilo3d {
            max-width: 350px;
        }
