
/*---------------- Título de la página */
 section#parte_1 {
    position: relative;
    background-color: white;
    margin-top:0px;
    width: 1100px;
    height: 1070px;      /*Cambiar el tamaño, dependiendo de la altura de las imágenes terales/*/
    }
 
/* Imagen lateral */
.gwd-img-lateral{
    position: absolute;	
    margin-top: 100px;
    margin-left: 1px;    
    }

/* Texto informativo */
p.lv {
    margin-top: 97px;  
    position: absolute;
    line-height: 18px;
    text-align: justify;
    margin-left: 405px;      
    width: 680px;
    font-family: 'arial'; 
    font-size: 15px;
    background-color: white;
    }








/* Galería       Altura del contenido de la galería*/
section#galeria {
    position: relative;   
    margin-top: 10px;
    background-color: white;
    width: 1100px;
    height: 500px;         
    }

p.lStitimag {
    margin-top:0px;
    font-family: 'Trebuchet MS';           
    font-weight: normal;
    font-size: 200%;
    text-align: center;
    background-color: #666666;
    color: white
    }


/* Presentacion del vídeo */

section#videopie {
    position: relative;   
    margin-top: 10px;
    background-color:white;
    text-align:center;
    width: 1100px;
    height: 550px;   /*550*/       
    }


p.lStitvideo {
    margin-top:0px;
    font-family: 'Trebuchet MS';           
    font-weight: normal;
    font-size: 200%;
    text-align: center;
    background-color: #666666;
    color: white
    }

/* Botón de enlace a página exterior */
div#btnlink{
    position: relative; 
    margin-top:50px;
    text-align:center;
}

.gwd-img-btlink:hover {
    background-color: #0056b3; /* Azul más oscuro */
    transform: scale(1.05); /* Ligeramente más grande */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
}

