            @font-face {
            font-family:Super;
            src: url(fonts/Super.ttf);
            }

            @font-face {
            font-family:Allison;
            src: url(Allison.ttf);
            }


            @font-face {
            font-family:Markazi;
            src: url(fonts/Markazi.ttf);
            }


            @font-face {
            font-family:prosto;
            src: url(prosto.ttf);
            }

           
            body{
            width: 1364px;
            height: 1064px;
            margin: 0 auto;
            }

            .contenedora{
            display: grid;
            grid-template-columns: 55% 10% 10% 10% 15%;
            grid-template-rows: 30px;
            gap: 5px;
            background-color: black;
            }

            .columnas{
            display: grid;
            grid-template-columns: 25% 25% 25% 25%;
            grid-template-rows: 120px;
            gap: 5px;
            }


            .columnas1{
            display: grid;
            grid-template-columns: 25% 25% 7% 18% 25%;
            grid-template-rows: 120px;
            gap: 5px;
            }

            .columnas2{
            display: grid;
            grid-template-columns:600px 600px;
            grid-template-rows: 120px;
            gap: 5px;
            }

            .ubic{
             text-align: center;
             }

            .ubil{
             text-align: left;
            }


            .ubir{
             text-align: right;
            }


             h1 {             
             font-family:Super;
             font-size: 50;
             font-weight:bold;
             color: black;
             text-align: center;
             }


 
             h2 {             
             font-family: italic;
             font-size: 30;
             font-weight:bold;
             color: white;
             text-align: center;
             background-color: black;
             margin-top:20;
             margin-bottom:40;
             }



           
             p1 {
             font-family: arial;
             font-size: 15;
             font-weight:bold;
             color: black;
             line-height:2;
             }

             p2 {
             font-family: arial;
             font-size: 12;
             font-weight:bold;
             color: white;
             line-height:2;
             }

             p3 {
             font-family: arial;
             font-size: 15;
             font-weight:bold;
             color: black;
             line-height:1.5;
             }


             p4 {
             font-family: arial;
             font-size: 12;
             font-weight:bold;
             color: black;
             line-height:1.5;
             }

             div{
             text-align: center;
             }

             #divborde{
             margin: 20;
             border:3px solid black;
             border-radius:20px;
             padding: 30 10 0 10;
             }


             #divborde1{
             margin: 0.5;
             border:3px solid black;
             border-radius:30px;
             padding: 5px 5px 5px 5px;
             text-align: center;
             }






             
