* {
    /*background:  rgb(red, green, blue);*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* html {
    background-color: rgba(6, 168, 6, 0.2); 
} */

h1 {
    padding: 10px;
    background-image: url("http://www.microdelta.net/src/Img/mic_sistemes.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    height: 40px;
}

.logo {
    /*background: rgba(6, 168, 6, 1);*/
    padding: 10px;
    background-image: url("http://www.microdelta.net/src/Img/prova_logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.FilaOculta {
    visibility: hidden;
    /*display: none;*/
}

h3 {
    background: rgba(6, 168, 6, 0.6);
    padding: 10px;
    text-align: center;
}

.titulo {
    text-align: left;
    color: red;
    font-weight: bold;
    font-size: 200%;
}

.CabTabla {
    text-align: center;
    color: white;
    background: rgba(246, 27, 27, 0.979);
}

.CabModulo {
    /*text-align: center;*/
    color: red;
    font-weight: bold;
    /*background: rgba(246, 27, 27, 0.979);*/
}

.Precios {
    color: black;
    font-weight: bold;
    font-size: 80%;
}

.bold {
    font-weight: bold;
}

.col1 {
    text-align: left;
}

.colx {
    text-align: center;
    color: black;
}

.letrapequenya {
    font-size: 70%;
}


/*li {
    font-family: sans-serif;
}*/

table,
th,
td {
    border: 1px solid gray;
    border-collapse: collapse;
}

th,
td {
    padding: 5px;
    text-align: center;
    color: black;
}

.SinMarco {
    border: none;
}

.SinBordeIzquierdo {
    border-left: none;
}

ul {
    list-style-type: disc;
}

li {
    line-height: 175%;
}

ol::after {
    content: "\A\A";
    white-space: pre-wrap;
}

img {
    position: center right;
}

@media print {
    .saltopagina {
        display: block;
        page-break-before: always;
    }
}

.fondoEsquina {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px; /* ajusta el tamaño a tu gusto */
    height: auto;
    z-index: -1; /* detrás de todo */
    opacity: 0.9; /* para que no moleste visualmente */
    pointer-events: none; /* no capta clics ni interfiere */
}