@import url("http://fonts.googleapis.com/css?family=Lato");

#tabs {
  text-align: left;
  font-family: Lato;
  color: #fff;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.tabs {
  width: 700px;
  float: none;
  list-style: none;
  position: relative;
  text-align: left;
  color: #fff;
  margin-right: 70px;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 14px 8px;
  border-radius: 2px 2px 0 0;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  background: #161f53;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #3f6ea7
}
.tabs .tab-content {
 margin-bottom: 90px;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  padding: 25px;
  position: absolute;
  top: 53px;
  left: 0;
    color: #fff;
  background: #3f6ea7;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 19px;
  background: #3f6ea7;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
  color: #fff;
}
.empresas{
    padding-left: 40px;
    font-family: 'Lato';
}

.empresas p{
    color: #fff;
    font-family: 'Lato';
}

.empresas h3{
  font-size: 20px;
  margin-left: -40px;
  margin-right: 10px;
}
.empresas h2{
    font-size: 20px;
    margin-left: -40px;
}
.empresas ul{
    list-style-type: disc;
}

.empresas img{
  width: 700px;
}

/*GALERIA DE FOTOS CSS*/

.empresas img{
    margin-left: 0px;
}

.empresas a{
  text-decoration: none;
  color: #161f53;
  font-weight: bold;
}

.empresas a:hover{
  color: #fff;
}
#gallery {
    width:700px;
    margin:0 auto;
    }

#gallery a {
    text-decoration:none;
    }

#gallery .item {
    width: 200px; height: 200px; overflow: hidden;
    float: left;
    border: 4px solid #fff;
    margin: 5px;
    }


#gallery .item a { 
    overflow: hidden;
    }

#gallery .item a img {
    width: 200px;
    height: 200px;
    align-self: center;
    }

.solito{
  text-align: center;
  padding-left: 320px
}

.lightbox {
    /** Hide the lightbox */
    display: none;
    
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color:#333333;
    }

.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width:700px;
    margin: 2% auto;
    padding:10px 20px 10px 20px;
    background-color:#FFF;
    box-shadow: 0px 1px 26px -3px #777777; 
    }

.lightbox .title {
    margin:0;
    color: #161f53;
    padding:0 0 10px 0px;
    border-bottom:1px #3f6ea7 solid;
    font-size:22px;
    }

.lightbox .content {
    display:block;
    position:relative;
    }
    

.lightbox .content .desc {
    z-index:99;
    bottom:0;
    position:absolute;
    padding:10px;
    margin:0 0 4px 0;
    background:rgba(0,0,0,0.8);

    color:#fff;
    font-size:17px;
    opacity:0;
    transition: opacity ease-in-out 0.5s;
    }   
    
.lightbox .content:hover .desc  {
    opacity:1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
    display:block;
    text-decoration:none;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:22px;
    color:#161f53;
    }

.prev {
    float:left;
    color: #161f53;
    }

.next, .close {
    float:right;
    color: #161f53;
    }
    
    .clear {
        display:block;
        clear:both;
        }