.contenedorCentrar {
    width: 100%
	}
header {
	/*width: 101%;
background-size: 115%;
height: 242px;*/
width: 100%;
    background-size: auto 200px;
    background-position: top right;
	height: 208px;
}
nav {
	top: 72px;
}
div#menuMobil {

    display: block;
	top: 30%;
    right: 20px;
}
nav a img {
    width: 62%;
}
ul.nav {
    position: absolute;
    right: 0;
    top: 86px;
        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: 69px;
	top: 8px;

	}
  .item-page {
    padding: 0px 17px;
  }

  .textInterno {
      width: 100%;
      padding: 0;
    }
  .fotoNuestroEquipo {
    width: 100%;
    position: relative;
    display: block;
  }
  .nombreRojoHorizontal {
      width: 100%;
    margin-top: 3px;
        margin-bottom: 31px;
  }
  .foto > img {
      height: 100%;
      width: 100%;
  }
    footer .last_data .custom {
width: 100%;
}
.page-header h2{
    width: 99%;
    box-sizing: border-box;
        padding: 5px 30px 5px 8px;
	}
  .formularioContacto {
      width: 100%;
    }
  .formularioContacto form.formulario input {
    width: 100%;
}
.formularioContacto form.formulario textarea {
    width: 100%;
  }
  footer {
    height: auto;
	padding: 20px;
  }
  footer .data_footer .custom {
    display: block;
  }
  footer .data_footer {
      height: auto;
	  margin-right: 0;
    	margin-bottom: 20px;
    }
    footer .data_footer:nth-child(3) {
    padding-left: 0;
            width: 64%;
  }
.fotoNuestroEquipo > img {
	width:100%;
	height:auto;
}
footer a.adone {
	display:block;
	text-align: right;
}
footer a.adone img {
	height: auto;
    position: relative;
    bottom: 0;
    right: 0;
}