body {
  font: 15px/1.5 Arial, helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
}

footer {
  padding: 20px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #35424a;
  text-align: center;
}

/*background picture*/
#bg {
  min-height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/showcase.jpg') no-repeat -100px -400px;
  text-align: center;
  color: #ffffff;
}

#bg header {
  min-height: 100px;
  background-color: #fff;
}

#bg img {
  float: left;
  padding-left: 100px;
  width: 300px;
  /*padding-top: 5px;*/
}

#bg .p {
  min-height: 350px;
}

#bg p {
  float: right;
  width: 35%;
  height: 35%;
  padding-top: 100px;
  padding-right: 170px;
  font-size: 20px;
}

/*common header*/
#header {
  background-color: #fff;
  min-height: 100px;
  height: 100px;
}

#header img {
  width: 300px;
  padding-left: 100px;
}

ul {
  float: right;
}

li {
  display: inline;
  padding: 20px 40px 10px 40px;
  float: left;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  font-weight: bold;
}

.title {
  background-color: #000000;
  min-height: 125px;
}

.title p {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #A9B8CC;
  margin: 0;
  line-height: 125px;
}

/*TRANSVERSAL*/
#bioruta img {
  float: left;
  width: 600px;
  margin: 70px;
}

#bioruta p {
  float: right;
  width: 450px;
  margin: 60px;
}

.wrapper {
  margin: 0 auto;
  width: 1100px;
  min-height: 1100px;
}

.wrapperequipo {
  margin: 0 auto;
  width: 1100px;
  min-height: 4600px;
}

.vidwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.page-title {
  padding: 20px;
}

.vidwrap iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#cuadro {
  width: 75%;
  padding-left: 12.5%;
  padding-right: 12.5%;
}

/* Services */
ul#services li {
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6;
}

#services h3 {
  padding-left: 50px;
}

#services p {
  padding-left: 50px;
}

#boxes {
  margin-top: 20px;
  margin-left: 100px;
}

#boxes .box {
  float: left;
  text-align: center;
  width: 30%;
  padding: 10px;
}

#boxes .box img {
  height: 150px;
}

h3 {
  padding: 20px;
}

#img img {
  width: 1100px;
}