body {
  background-color: #f6f6f6;
  font-family: 'Open Sans';
}
header {
  height: 160px;
  padding-top: 30px;
  text-align: center;
}
nav {
  margin-left: 300px;
  display: inline-block;
}
nav ul {
  list-style: none;
}
nav ul li {
  text-align: right;
  width: 110px;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bbb #fff;
}
footer {
  color: #fff;
  background-color: #222;
  padding-top: 30px;
  width: 100%;
  height: 100px;
  text-align: center;
}
p {
  font-size: 18px;
}
#logo {
  display: inline-block;
  position: left;
}
#logo img {
  width: 300px;
}
#servicios {
  background-color: #00a586;
  height: 200px;
  text-align: center;
}
#servicios .itemServicios {
  background-color: #333;
  display: inline-block;
  width: 250px;
  margin: 70px 30px 0 30px;
  text-align: center;
  vertical-align: middle;
  transition: 0.4s;
}
#servicios .itemServicios h3 {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
}
#servicios .itemServicios p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
}
#servicios .itemServicios a {
  text-decoration: none;
  color: #fff;
}
#servicios .itemServicios:hover {
  background-color: #666;
  cursor: pointer;
  transition: 0.8s;
}
#servicios .itemServicios:hover p {
  color: #fa0;
}
#formularioContacto {
  text-align: center;
}
#formularioContacto .divContacto {
  vertical-align: top;
  text-align: justify;
  width: 400px;
  height: 800px;
  display: inline-block;
}
#formularioContacto #tablaContacto {
  margin: 20px 0 0 50px;
  font-size: 16px;
}
#formularioContacto #tablaContacto .tdTitulo {
  background-color: #00a586;
  color: #fff;
  padding: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff #fff #fff #fff;
}
#formularioContacto iframe {
  margin-left: 52px;
  margin-top: 20px;
}
#misionVision {
  text-align: center;
}
#misionVision div {
  margin: 10px;
  padding: 10px;
  height: 600px;
  text-align: justify;
  width: 500px;
  display: inline-block;
}
#misionVision #divMision {
  border: 1px #fff solid;
  border-radius: 10px 10px 0 0;
  background-color: #00a586;
  color: #fff;
}
#misionVision #divVision {
  border-radius: 10px 10px 0 0;
  border: 1px #00a586 solid;
  background-color: #fff;
  color: #00a586;
}
#sobreNosotros {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
#sobreNosotros p {
  text-align: justify;
}
#sobreNosotros img {
  margin: 30px;
  width: 1024px;
}
.imagenesTipo {
  text-align: center;
}
.imagenesTipo .itemTipoImagen {
  display: inline-block;
}
.imagenesTipo .itemTipoImagen img {
  width: 400px;
  height: 300px;
  transition: 0.1s;
}
.imagenesTipo .itemTipoImagen img:hover {
  opacity: 0.7;
  transition: 0.1s;
  cursor: pointer;
}
.centrado {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.bxslider img {
  width: 100%;
  height: 450px;
}
.dropbtn {
  background-color: #00a586;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.dropbtn:hover {
  background-color: #fa0;
  transition: 0.3s;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  text-align: left;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block !important;
}
.dropdown-content a:hover {
  color: #fff;
  background-color: #fa0;
}
.dropdown:hover .dropdown-content {
  z-index: 99999;
  display: block;
}
#galeriaImagenes {
  padding: 30px 0 0 0;
  background-color: #333;
  text-align: center;
}
#galeriaImagenes div {
  display: inline-block;
}
.itemImagenes {
  background-color: #fff;
  padding: 4px;
}
.itemImagenes img {
  width: 330px;
  height: 330px;
}
