/* CSS Document */
.user-l {
  padding-right: 6px;
}
.user-r {
  padding-left: 6px;
}
.user-l >img,
.user-r >img {
  width: 150px;
}
.redes >ul li a {
  width: 42px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  border-radius: 10em;
  border: #EEE 1px solid;
}
.redes >ul li span {
  color: #CCC;
  font-size: 18px;
}
/* FOTOS */
.f_img {
}
.f_img .figure-head {
  color: #FFF;
}
.thumbnail >a img {
  height: 150px;
  width: 100%;
  border-radius: 0;
}
.f_img .figure-head .admion i {
  padding: 0 10px;
}
.thumbnail { 
  max-width: 100%; 
  height: 150px;
}
.lightbox { 
  display: none; 
  position: fixed; 
  z-index: 9999; 
  width: 100%; 
  height: 100%; 
  text-align: center; 
  top: 0; 
  left: 0;  
  background: rgba(0,0,0,0.9); 
}
.lightbox img { 
  min-width: 500px; 
  min-height: 500px; 
  max-width: 80%; 
  max-height: 80%; 
  background: #FFF; 
  box-shadow: 0 -2px 8px #000; 
  border-radius: 5px; 
  margin-top: 5%; 
  padding: 8px;
}
.lightbox:target {
  outline: none;
  display: block;
}

