 /* Sección contenedora de la páginas */

	  section#contenedor {
        background-color: transparent;
        width: 1100px;
        max-width: 1100px;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -webkit-transform-style: preserve-3d;
      }

/* Parte 1 */

      section#parte1 {
        background-color: white;
        width: 1100px;
        height: 340px;
      }

	   /* Líneas verticales */

      .gwd-img-verI {
        position: absolute;
  		width: 1px;
  		height: 1990px;
        margin-top: 0px;
        margin-left: 0px;
      }
      .gwd-img-verD {
        position: absolute;
  		width: 1px;
  		height: 1990px;
        margin-top: 0px;
        margin-left: 1099px;
      }

      /* Líneas horizontales */

	  .gwd-img-hor1 {
        position: absolute;
  		height: 1px;
  		width: 1100px;
        margin-top: 0px;
        margin-left: 0px;
      }
	  .gwd-img-hor2 {
        position: absolute;
  		height: 1px;
  		width: 1100px;
        margin-top: 26px;
        margin-left: 0px;
      }

	/* Título de la página */

      p.ltit {
        position: absolute;
        margin-top: 6px;
        margin-left: 4px;
        text-align: left;
        font-family: 'Arial';           
        font-weight: normal;
        font-size: 92%;
        color: black;
      }

	/* Subtítulo de la página */

	  div#subtitulo {
        position: absolute;
        text-align: center;
  		margin-top: 50px;
        margin-left: 0px;
        width: 1100px;
        max-width: 1100px;
  	    height:38px;
        background-color: #666666;

      }
      p.lStit {
        margin-top:0px;
        font-family: 'Trebuchet MS';           
        font-weight: normal;
        font-size: 200%;
        color: white; /*#333333; */
      }

	/* display de las 2 imágenes */

      .gwd-img-dron {
        position: absolute;
  		margin-top: 111px;
        margin-left: 563px;
      }
      .gwd-img-cama {
        position: absolute;
  		margin-top: 111px;
        margin-left: 840px;
      }

	  P.li1-1, p.li1-2 {
        position: absolute;
        line-height: 18px;
        margin-top: 111px;
        margin-left: 10px; 
        text-align: left;
        font-family: 'Trebuchet MS';      
        font-weight: normal;
        font-size: 18px;
        color: black;
	  }

	  p.li1-2 {
        margin-top: 151px;
        font-size: 15px;

	  }

/* Vídeos */

      section#videos {
        background-color: white;
        width: 1100px;
        height: 330px;
      }
 	  .gwd-img-hori {
        position: absolute;
  		height: 1px;
  		width: 1100px;
        margin-top: 0px;
        margin-left: 0px;
      }
    
	  .gwd-img-verC {
        position: absolute;
  		width: 1px;
  		height: 310px;
        margin-top: 10px;
        margin-left: 549px;
      }

	  .gwd-youtube-1 {
        position: absolute;
        margin-left: 10px;
        margin-top: 15px;
        width: 529px;
        height: 291px;
      }
 	  .gwd-youtube-2 { 
        position: absolute;
        margin-left: 563px;
        margin-top: 15px;
        width: 529px;
        height: 291px;
      }


