.headerInferior{
    background-color: #2f91ec;
    height: 100px;
    width: 100%;
}

#infoTelefono, #infoEmail, #infoEmpresa{
    color: rgb(13,13,83);
    padding: 2px 0px 2px 5px;
    font-weight: bold;
    font-size: small;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    vertical-align: middle;
    display:inline-block;
}

#logo_mini, #tel_mini, #mail_mini{
    vertical-align: middle;
    display: inline-block;
}

#infoEmail{
    text-decoration: none;
}

#headerSuperior{
    background-color: rgb(26, 197, 219);
    height: 100%;
    width:100%;
    vertical-align: bottom;
}

.headerInferior ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display:inline-block;
    vertical-align: top;
}

#logo{
    height: 80px;
    padding-top: 10px;
}

.headerInferior li {
    list-style-type: none;
    padding: 0px;
    padding-left: 50px;
    height: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline;
    vertical-align: middle;
}

.headerInferior li a {
    color: rgb(13, 13, 83);
    padding-top: 30px;
    font-weight: bolder; 
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 100px;
    padding: 5px 15px;
    opacity: 0.7;
    vertical-align: middle;
}

#navegador {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
  }

.menuNav{
    padding: 0px;
    margin: 0px;
    text-align: center;
    display:inline-block;
    vertical-align:top;
}

h2{
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    text-align: center;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides{
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.tabla{
    align-items: center;
    padding: 20px 100px 20px 100px;
    border-collapse: separate;
    border-spacing: 50px 0;
}

#tablaEmpresa{
    border-collapse: separate;
    border-spacing: 50px 0;
}

#presentacion{
    text-align: justify;
    vertical-align: top;
}

#nuestraEmpresa{
    text-align: justify;
    vertical-align: top;
}

#tablaServicios{
    border-collapse: separate;
    border-spacing: 50px 0;
}

#iluminación,#ruido, #termografia, #asp, #ergonomia, #vibracion, #termico, #fuego, #evacuacion{
    text-align: justify;
    vertical-align: top;
}

#secondRow td, #thirdRow td{
    padding-top: 25px;
}

footer{
    width: 100%;
    background-color: #2f91ec;
    border-top: 3px solid blue;
    border-bottom: 3px solid blue;
}

#map {
    width: 400px;
    height: 200px;
    border: 2px solid rgb(13, 13, 83);
}

#tablaFooter{
    align-items: center;
    padding: -3px 0 20px 0px;
    border-collapse: separate;
    border-spacing: 20px 0;
    padding-bottom: 20px;
}

#ubicacion, #contactoFooter {
    color: rgb(13,13,83);
    font-weight: bold;
    font-size: x-large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    vertical-align: middle;
    text-align: center;
}

#ubicacion, #contactoFooter {
    padding-right: 25%;
}

#ubicacion {
    padding-left: 165px;
}

#contactoFooter {
    padding-left: 220px;
}

#mapita {
    vertical-align: middle;
    align-self: center;
    padding-left: 25px;
}

#footerTwo {
    color: rgb(13, 13, 83);
    height: 30px;
    padding-left: 40px;
}

.parrafosContacto {
    margin: 0px;
    font-size: 90%;
    font-weight: normal;
    color: rgb(13, 13, 83);
}

.parrafosContacto1 {
    margin: 0px;
    font-size: 90%;
    font-weight: bold;
    color: rgb(13, 13, 83);
}

#bloqueDos {
    margin: 20px 0px;
}