	  #bg{
        position:fixed;
        top:0;
        left:0;
         z-index:-1;        
        width:100%;
      }

	  header {
        position: relative;
        width: 1025px;
        height: 137px;
        background-color: white; /*transparent; */
      }

      .gwd-img-header {
    	position: relative;
  		margin-left: 0px;
      }

      #contenido {
        width: 1025px;
        margin: 0px auto;
        color: rgb(255, 255, 255);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -1, 0, 1);
        -webkit-transform-style: preserve-3d;
      }

/* Parte 1 */

      section#parte1 {
        background-color: white; /*transparent; */
        width: 1025px;
        height: 771px;  /*  771  */
      }
      .gwd-img-promo {
        position: absolute;
        margin-top: 4px;
        margin-left: 4px;
     }

/* Parte 2 */

      section#parte2 {
        background-color: red; /*transparent; */
        width: 1025px;
        height: 50px;
        text-align:center;
      }

      p.liFi {
        margin-top: 2px;
        font-family:'trebuchet MS';
        font-weight: bold;
        font-size: 110%;
        color: black;
      }


       div#enlace, div#enlace2 {
        position: absolute;
        margin-top: 10px;
        background-color: white;
        text-align: center;
        height: 25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
      }


      div#enlace {
        margin-left: 362px;
        width: 300px;
        max-width: 300px;
      }



/* Parte 3 */

      section#parte3 {
        background-color: white; /*transparent; */
        width: 1025px;
        height: 25px;
        text-align: center;
     }

      p.liF {
        position:absolute;
        font-family:'Trebuchet MS';
        font-size: 12px;
        margin-left: 170px;
        margin-top: 5px; 
        color: rgb(0, 78, 150);
      }

/* Footer */

      footer {
       
        text-align: center;
        width: 1025px;
        height: 34px;
        background-color: white;
      }
 
     .gwd-img-logo {
       margin-top: 0px;
     }
