

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'html' -->
<!-- FILE NAME SUGGESTIONS:
   * html--front.html.twig
   * html--node--105.html.twig
   * html--node--%.html.twig
   * html--node.html.twig
   x html.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/html.html.twig' -->
<!DOCTYPE html>
<html  lang="en" dir="ltr">
  <head>
    <meta charset="utf-8" />
<link rel="canonical" href="http://practicas-externas.upm.es/" />
<link rel="shortlink" href="http://practicas-externas.upm.es/" />
<meta name="Generator" content="Drupal 10 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="text/javascript" data-toolbar-anti-flicker-loading>(function() {
  const toolbarState = sessionStorage.getItem('Drupal.toolbar.toolbarState')
    ? JSON.parse(sessionStorage.getItem('Drupal.toolbar.toolbarState'))
    : false;
  // These are classes that toolbar typically adds to <body>, but this code
  // executes before the first paint, when <body> is not yet present. The
  // classes are added to <html> so styling immediately reflects the current
  // toolbar state. The classes are removed after the toolbar completes
  // initialization.
  const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker'];
  if (toolbarState) {
    const {
      orientation,
      hasActiveTab,
      isFixed,
      activeTray,
      activeTabId,
      isOriented,
      userButtonMinWidth
    } = toolbarState;

    classesToAdd.push(
      orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal',
    );
    if (hasActiveTab !== false) {
      classesToAdd.push('toolbar-tray-open');
    }
    if (isFixed) {
      classesToAdd.push('toolbar-fixed');
    }
    if (isOriented) {
      classesToAdd.push('toolbar-oriented');
    }

    if (activeTray) {
      // These styles are added so the active tab/tray styles are present
      // immediately instead of "flickering" on as the toolbar initializes. In
      // instances where a tray is lazy loaded, these styles facilitate the
      // lazy loaded tray appearing gracefully and without reflow.
      const styleContent = `
      .toolbar-loading #` + activeTabId + ` {
        background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
      }
      .toolbar-loading #` + activeTabId + `-tray {
        display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%);
        border-right: 1px solid #aaa; background-color: #f5f5f5;
        z-index: 0;
      }
      .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray {
        width: 15rem; height: 100vh;
      }
     .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`;

      const style = document.createElement('style');
      style.textContent = styleContent;
      style.setAttribute('data-toolbar-anti-flicker-loading', true);
      document.querySelector('head').appendChild(style);

      if (userButtonMinWidth) {
        const userButtonStyle = document.createElement('style');
        userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}`
        document.querySelector('head').appendChild(userButtonStyle);
      }
    }
  }
  document.querySelector('html').classList.add(...classesToAdd);
})();</script>
<link rel="icon" href="/themes/custom/foundry/favicon.ico" type="image/vnd.microsoft.icon" />
<script>window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};</script>

    <title>Prácticas | UPM Talent - Portal de Gestión de Prácticas</title>
	
	<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,500,600" rel="stylesheet">
	<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300,300italic' rel='stylesheet' type='text/css' />
	<link href='http://fonts.googleapis.com/css?family=Lato:300,400%7CRaleway:100,400,300,500,600,700' rel='stylesheet' type='text/css'>
	<link href="https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> 
	
    <link rel="stylesheet" media="all" href="/core/modules/system/css/components/align.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/fieldgroup.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/container-inline.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/clearfix.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/details.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/hidden.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/item-list.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/js.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/nowrap.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/position-container.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/progress.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/reset-appearance.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/resize.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/sticky-header.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-counter.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-counters.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-general-info.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/tablesort.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/tree-child.module.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/modules/contrib/addtoany/css/addtoany.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/modules/contrib/paragraphs/css/paragraphs.unpublished.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/themify-icons.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/flexslider.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/lightbox.min.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/ytplayer.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/theme.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/custom.css?s0vhwm" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/local.css?s0vhwm" />
<link rel="stylesheet" media="all" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.css" integrity="sha256-0XAFLBbK7DgQ8t7mRWU5BF2OMm9tjtfH945Z7TTeNIo=" crossorigin="anonymous" />
<link rel="stylesheet" media="all" href="/themes/custom/foundry/css/theme-nature.css?s0vhwm" />

    
  </head>
  <body class="path-frontpage page-node-type-full-page has-glyphicons">
    <a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
    
    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'off_canvas_page_wrapper' -->
<!-- BEGIN OUTPUT from 'core/modules/system/templates/off-canvas-page-wrapper.html.twig' -->
  <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'page' -->
<!-- FILE NAME SUGGESTIONS:
   x page--fullwidth.html.twig
   * page--front.html.twig
   * page--node--105.html.twig
   * page--node--%.html.twig
   * page--node.html.twig
   * page.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/page--fullwidth.html.twig' -->



<div class="nav-container">
  <a id="top"></a>
          <nav class="bg-dark" id="navbar" role="banner">
		<div class="nav-utility">
	  	  <div class="module left">
	    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'region' -->
<!-- FILE NAME SUGGESTIONS:
   * region--user-left.html.twig
   x region.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->
  <div class="region region-user-left">
    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'block' -->
<!-- FILE NAME SUGGESTIONS:
   * block--basic.html.twig
   * block--postscriptblockbottomfooter.html.twig
   * block--block-content--2c140283-4221-4bd3-ab73-a11df2bfbd8c.html.twig
   * block--block-content.html.twig
   x block.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/block.html.twig' -->
<div id="block-postscriptblockbottomfooter" class="block block-block-content block-block-content2c140283-4221-4bd3-ab73-a11df2bfbd8c clearfix">
<div class="block-inner">
  
    

      

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'field' -->
<!-- FILE NAME SUGGESTIONS:
   * field--block-content--body--basic.html.twig
   * field--block-content--body.html.twig
   * field--block-content--basic.html.twig
   * field--body.html.twig
   * field--text-with-summary.html.twig
   x field.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/field.html.twig' -->

            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><div class="row"><ul class="list-inline social-list"><li><a href="https://twitter.com/#!/La_UPM/"><em><i class="ti-twitter">‌</i></em></a></li><li><a href="https://www.facebook.com/universidadpolitecnicademadrid"><em><i class="ti-facebook">‌</i></em></a></li><li><a href="https://es.linkedin.com/school/universidad-politecnica-de-madrid/"><em><i class="ti-linkedin">‌</i></em></a></li></ul></div></div>
      
<!-- END OUTPUT from 'themes/custom/foundry/templates/field.html.twig' -->


  </div>
</div>


<!-- END OUTPUT from 'themes/custom/foundry/templates/block.html.twig' -->


  </div>

<!-- END OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->


	  </div>
             
	  	</div>
    	
	<div class="nav-bar">     
	  <div class="branding col-md-4 module left">
	    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'region' -->
<!-- FILE NAME SUGGESTIONS:
   * region--branding.html.twig
   x region.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->
  <div class="region region-branding">
    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'block' -->
<!-- FILE NAME SUGGESTIONS:
   * block--foundry-branding.html.twig
   x block--system-branding-block.html.twig
   * block--system.html.twig
   * block.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/block--system-branding-block.html.twig' -->
<div class="site-branding"  id="block-foundry-branding">
      <a class="logo navbar-btn pull-left" href="/" title="Home" rel="home">
      <img class="logo logo-dark" src="/sites/portal-gestion-practicas/files/logo_upm.png" alt="Inicio" />
      <img class="logo logo-light" src="/sites/portal-gestion-practicas/files/logo_upm.png" alt="Home" />
    </a>
      </div>

<!-- END OUTPUT from 'themes/custom/foundry/templates/block--system-branding-block.html.twig' -->


  </div>

<!-- END OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->


      </div>
	  <div class="module mobile-toggle right visible-sm visible-xs">		
					  </div>
      <div class="module-group right">        
                        
	  </div>
	</div>
  </nav>
  </div>




  <div role="main" id="main-container" class="main-container js-quickedit-main-content">
      <div>
		
                
                
                          <a id="main-content"></a>
          

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'region' -->
<!-- FILE NAME SUGGESTIONS:
   * region--content.html.twig
   x region.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->
  <div class="region region-content">
    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'block' -->
<!-- FILE NAME SUGGESTIONS:
   * block--foundry-content.html.twig
   * block--system-main-block.html.twig
   x block--system.html.twig
   * block.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/contrib/bootstrap/templates/block/block--system.html.twig' -->
  

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'node' -->
<!-- FILE NAME SUGGESTIONS:
   * node--105--full.html.twig
   * node--105.html.twig
   * node--full-page--full.html.twig
   x node--full-page.html.twig
   * node--full.html.twig
   * node.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/node--full-page.html.twig' -->


<!-- THEME DEBUG -->
<!-- THEME HOOK: 'links__node' -->
<!-- FILE NAME SUGGESTIONS:
   * links--node.html.twig
   x links.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/contrib/bootstrap/templates/system/links.html.twig' -->

<!-- END OUTPUT from 'themes/contrib/bootstrap/templates/system/links.html.twig' -->



<!-- THEME DEBUG -->
<!-- THEME HOOK: 'field' -->
<!-- FILE NAME SUGGESTIONS:
   * field--node--field-paragraphs--full-page.html.twig
   * field--node--field-paragraphs.html.twig
   * field--node--full-page.html.twig
   * field--field-paragraphs.html.twig
   * field--entity-reference-revisions.html.twig
   * field.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/field--field_paragraphs.html.twig' -->

            

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'paragraph' -->
<!-- FILE NAME SUGGESTIONS:
   * paragraph--paragraph-image-bg-block--default.html.twig
   * paragraph--paragraph-image-bg-block.html.twig
   * paragraph--default.html.twig
   * paragraph.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/paragraph--paragraph_image_bg_block.html.twig' -->
	
  <section class="paragraph image-bg paragraph--type--paragraph-image-bg-block overlay parallax paragraph--view-mode--default"
  >
    	<div class="background-image-holder ">
       <img alt="background" class="background-image" src="/sites/portal-gestion-practicas/files/image/interns_v2.jpg" />
    </div>
	    <div class="container  ">
    	
      

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'field' -->
<!-- FILE NAME SUGGESTIONS:
   * field--paragraph--field-paragraph-content--paragraph-image-bg-block.html.twig
   * field--paragraph--field-paragraph-content.html.twig
   * field--paragraph--paragraph-image-bg-block.html.twig
   * field--field-paragraph-content.html.twig
   * field--text-long.html.twig
   * field.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/field--field_paragraph_content.html.twig' -->

            <div class="row"><div class="col-sm-12 text-center"><h1><strong>Portal de Gestión de Prácticas</strong></h1></div><div class="row"><div class="col-sm-12 text-center"><p> </p><p><a class="btn btn-lg btn-rounded btn-filled" href="https://empleo.upm.es/login" target="_blank"><span style="font-size:20px;"><strong>Estudiantes</strong></span></a></p></div><div class="col-sm-12 text-center"> </div><div class="col-sm-12 text-center"><a class="btn btn-lg btn-rounded btn-filled" href="https://empleo.upm.es/login/empresas" target="_blank"><span style="font-size:20px;"><strong>Empresas</strong></span></a></div><div class="col-sm-12 text-center"> </div><div class="col-sm-12 text-center"><a class="btn btn-lg btn-rounded btn-filled" href="https://tutores-empleo.upm.es/login" target="_blank"><span style="font-size:20px;"><strong>Tutores</strong></span></a></div><div class="col-sm-12 text-center"> </div><div class="col-sm-12 text-center"><a class="btn btn-lg btn-rounded btn-filled" href="http://gestion-empleo.upm.es/" target="_blank"><span style="font-size:20px;"><strong>Gestores</strong></span></a></div><div class="col-sm-12 text-center"> </div><div class="col-sm-12 text-center"> </div></div></div>
    
<!-- END OUTPUT from 'themes/custom/foundry/templates/field--field_paragraph_content.html.twig' -->


    	</div>
  </section>

<!-- END OUTPUT from 'themes/custom/foundry/templates/paragraph--paragraph_image_bg_block.html.twig' -->


    
<!-- END OUTPUT from 'themes/custom/foundry/templates/field--field_paragraphs.html.twig' -->



<!-- END OUTPUT from 'themes/custom/foundry/templates/node--full-page.html.twig' -->



<!-- END OUTPUT from 'themes/contrib/bootstrap/templates/block/block--system.html.twig' -->


  </div>

<!-- END OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->


              </div>

  </div>


<footer class="footer-1 bg-dark" role="contentinfo">
  <div class=" container">
	<!-- postscript -->
		
    	<div class="row">
	  

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'region' -->
<!-- FILE NAME SUGGESTIONS:
   * region--footer.html.twig
   x region.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->
  <div class="region region-footer">
    

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'block' -->
<!-- FILE NAME SUGGESTIONS:
   * block--footer-block.html.twig
   * block--top.html.twig
   * block--block-content--029e9e8c-1e92-4871-9230-16ee93da5e22.html.twig
   * block--block-content.html.twig
   * block.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/block--footer_block.html.twig' -->
		

  <div class="block-inner">
    
    
  </div>
  <footer id="block-top" class="block block-block-content block-block-content029e9e8c-1e92-4871-9230-16ee93da5e22 clearfix"> 
          

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'field' -->
<!-- FILE NAME SUGGESTIONS:
   * field--block-content--body--footer-block.html.twig
   * field--block-content--body.html.twig
   * field--block-content--footer-block.html.twig
   * field--body.html.twig
   * field--text-with-summary.html.twig
   x field.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/custom/foundry/templates/field.html.twig' -->

            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><h5 class="text-align-center"><a href="https://www.upm.es" target="_blank">Universidad Politécnica de Madrid</a> © 2023</h5><div class="text-align-center"><a class="btn btn-sm fade-half back-to-top inner-link" href="#top">Top</a></div></div>
      
<!-- END OUTPUT from 'themes/custom/foundry/templates/field.html.twig' -->


      </footer>







<!-- END OUTPUT from 'themes/custom/foundry/templates/block--footer_block.html.twig' -->


  </div>

<!-- END OUTPUT from 'themes/contrib/bootstrap/templates/system/region.html.twig' -->


	</div>
	  </div>
</footer>


<!-- END OUTPUT from 'themes/custom/foundry/templates/page--fullwidth.html.twig' -->


  </div>

<!-- END OUTPUT from 'core/modules/system/templates/off-canvas-page-wrapper.html.twig' -->


    
    <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","scriptPath":null,"pathPrefix":"","currentPath":"node\/105","currentPathIsAdmin":false,"isFront":true,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"bootstrap":{"forms_has_error_value_toggle":1,"modal_animation":1,"modal_backdrop":"true","modal_focus_input":1,"modal_keyboard":1,"modal_select_text":1,"modal_show":1,"modal_size":"","popover_enabled":1,"popover_animation":1,"popover_auto_close":1,"popover_container":"body","popover_content":"","popover_delay":"0","popover_html":0,"popover_placement":"right","popover_selector":"","popover_title":"","popover_trigger":"click","tooltip_enabled":1,"tooltip_animation":1,"tooltip_container":"body","tooltip_delay":"0","tooltip_html":0,"tooltip_placement":"auto left","tooltip_selector":"","tooltip_trigger":"hover"},"user":{"uid":0,"permissionsHash":"85cedc4f30f88b6b8d2bdf515eac52ca7561efcb8d033512d6b94709908c3353"}}</script>
<script src="/themes/custom/foundry/js/jquery.min.js?v=3.7.0"></script>
<script src="/core/assets/vendor/underscore/underscore-min.js?v=1.13.6"></script>
<script src="/core/misc/drupalSettingsLoader.js?v=10.1.2"></script>
<script src="/core/misc/drupal.js?v=10.1.2"></script>
<script src="/core/misc/drupal.init.js?v=10.1.2"></script>
<script src="https://static.addtoany.com/menu/page.js" async></script>
<script src="/modules/contrib/addtoany/js/addtoany.js?v=10.1.2"></script>
<script src="/themes/custom/foundry/js/masonry.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/flexslider.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/lightbox.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/twitterfetcher.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/spectragram.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/ytplayer.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/countdown.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/smooth-scroll.min.js?v=8"></script>
<script src="/themes/custom/foundry/js/parallax.js?v=8"></script>
<script src="/themes/custom/foundry/js/scripts.js?v=8"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/js/bootstrap.js" integrity="sha256-29KjXnLtx9a95INIGpEvHDiqV/qydH2bBx0xcznuA6I=" crossorigin="anonymous"></script>
<script src="/themes/contrib/bootstrap/js/drupal.bootstrap.js?s0vhwm"></script>
<script src="/themes/contrib/bootstrap/js/attributes.js?s0vhwm"></script>
<script src="/themes/contrib/bootstrap/js/theme.js?s0vhwm"></script>
<script src="/themes/contrib/bootstrap/js/popover.js?s0vhwm"></script>
<script src="/themes/contrib/bootstrap/js/tooltip.js?s0vhwm"></script>

  </body>
</html>

<!-- END OUTPUT from 'themes/custom/foundry/templates/html.html.twig' -->

