body { font-family: 'Roboto', sans-serif; }
        table {
            max-width: 1000px;
        }

        .titulo {
            color: #007938;
            width: 18%;
        }

        .marca {
            color:darkgreen;
            font-weight: bolder;
        }

        thead {
            /*background-color: #007938;*/
            background-color: rgb(0 121 56 / 60%);
            text-align: center;
            color: aliceblue;
        }
        .titazul {
            /*background-color: #007938;*/
            background-color: rgba(123, 165, 236, 0.6);
            text-align: center;
            color: aliceblue;
        }
        .titulover {
            /*background-color: #007938;*/
            background-color: rgba(122, 213, 146, 0.6);
            text-align: center;
            color: aliceblue;
        }
        .tituloros {
            /*background-color: #007938;*/
            background-color: rgba(234, 163, 221, 0.6);
            text-align: center;
            color: aliceblue;
        }
        .titulonar {
            /*background-color: #007938;*/
            background-color: rgba(251, 188, 4, 0.6);
            text-align: center;
            color: aliceblue;
        }
        .titulogris {
            /*background-color: #007938;*/
            background-color: rgba(85, 84, 83, 0.6);
            text-align: center;
            color: aliceblue;
        }


        .nar {
            /*background-color: #f5e7ba;*/
            background-color: rgb(255 165 74 / 20%);
            /*background-color: lighten(orange, 80%);*/
            text-align: center;
            color: rgb(8, 8, 8);
        }
            div, iframe {
      width: 100%;
      height: 800px;
      margin: 0 auto;
    }
    iframe {
      display: block;
      border-style: none;
    }
 