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

	  section#contenedor {
        background-color: white;
        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: 400px;
      }

	   /* Líneas verticales */

      .gwd-img-verI {
        position: absolute;
  		width: 1px;
  		height: 340px;
        margin-top: 0px;
        margin-left: 0px;
      }
      .gwd-img-verD {
        position: absolute;
  		width: 1px;
  		height: 340px;
        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 la imágen */

      .gwd-img-dani {
        position: absolute;
  		margin-top: 95px;
        margin-left: 5px;
      }
 
	  p.li1, p.li1-2 {
        width: 735px;
        position: absolute;
        line-height: 18px;
        margin-top: 111px;
        margin-left: 340px; 
        text-align: justify;
        font-family: 'verdana';   /*'Trebuchet MS';     */   
        font-weight: normal;

        font-size: 18px;
        color: black;
	  }

	  p.li1-2 {
  		width: 700px;
        margin-top: 140px;
        font-size: 15px;

	  }


/* Parte 2 */

      section#parte2 {
        background-color: white;
        width: 1100px;
        height: 100px;
      }


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

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


	   /* Líneas verticales */

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

/* Galería */

      section#galeria {
        background-color: white;
        width: 1100px;
        height: 450px;
      }

	   /* Líneas verticales */

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


/* Parte 3 */

      section#parte3 {
        background-color: white;
        width: 1100px;
        height: 100px;
      }

	  div#like {
        position: absolute;
        text-align: right;
  		margin-top: 15px;
        margin-left: 650px;
      
      }
