.contenedorCentrar {
    width: 100%
	}
header {
	   /* width: 100%;
background-size: 100%;
    height: 308px;*/
	width: 100%;
    background-size: auto 384px;
    background-position: top right;
	height: 400px;
}
div#menuMobil {
	top: 41px;
    display: block;
}
ul.nav {
    position: absolute;
    right: 0;
    top: 106px;
        display: none;
    width: 100%;
		background-color: #143458d4;
    text-align: center;
    z-index: 1;
}

ul.nav > li {
    display: block;
    width: 100%;

}
ul.nav > li:hover {
	background-color:	#143458f0;
}
ul.nav > li > a {
    width: 100%;
    display: block;
}
ul.nav > li > ul {
    display: block;
    position: relative;
    padding-top: 0;
	}
	ul.nav > li:hover ul {
    animation: none;
	}
.menuIdioma {
        right: 168px;
	}
  .foto img {
      height: 389px;
  }
.textInterno {
    width: 100%;
    padding: 0;
  }
  .fotoNuestroEquipo {
    width: 100%;
    position: relative;
    display: block;
  }
  .nombreRojoHorizontal {
      width: 100%;
    margin-top: 3px;
        margin-bottom: 31px;
  }
  .fotoNuestroEquipo > img {
      height: auto;
      width: 100%;
  }
  footer .data_footer .custom {
    display: flex;
    flex-wrap: nowrap;
}
  footer .data_footer {
    height: 193px;
}
			footer .data_footer:nth-child(3) {
			    width: 24%;
				}
				footer .last_data .custom {
    width: 60%;
	}

  .page-header h1 {
      width: 99%;
      box-sizing: border-box;
  	}
