
.gallery-items { font-size: 0; }

.gallery-item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

.gallery-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.gallery-contents { position: relative; }

.gallery-contents:after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  content: '';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
/*  -webkit-transition: border-bottom-width 500ms ease;
  -o-transition: border-bottom-width 500ms ease;
  transition: border-bottom-width 500ms ease;*/
}

.gallery-item.active .gallery-contents:after { border-bottom-width: 30px; }


.gallery-item.active .title { color:#cc3300; }


ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.gallery-item {
  text-align: left;
  font-size: 25px;
  margin: 20px 10px 0px;
  padding: 10px 0;
}

.gallery-item .thumbnail_tutores {
  position: relative;
  width: 270px;
  height: 270px;
  overflow: hidden;
  cursor: pointer;
  /*border-radius:50%;*/
    -webkit-filter: grayscale(100%);
filter: grayscale(100%);
background-position:center !important;
background-repeat:no-repeat !important;
background-size:cover !important;

-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
	opacity:75%;

}

.gallery-item .thumbnail_tutores:hover, .gallery-item.active .thumbnail_tutores {
	
/*-webkit-filter: grayscale(70%);
filter: grayscale(70%);*/
opacity:100%;
}

.gallery-item .thumbnail_tutores > img {
/*  position: absolute;
  top: 50%;
  margin-top: -300px;
  max-width: 300px;
  
  -webkit-filter: grayscale(100%);
filter: grayscale(100%);*/
/*filter: hue-rotate(0deg);*/
}



.gallery-item .title {
  text-align: center;
  margin-top: 20px;
 /* padding-bottom: 20px;*/
  padding-bottom: 0px;
  font-size:17px;
}

.gallery-item .pais {
  text-align: center;
  margin-top: 0px;
  padding-bottom: 20px;
  font-size:15px;
  opacity:0.7;
  font-weight:300 !important;
}

.gallery-contents:after { border-bottom-color: #f2f2f2; }

.gallery-expander { background: #f2f2f2; }

.gallery-expander-contents {
  margin: 0 auto;
  width: 1000px;
  padding: 30px 30px;
}
@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents { width: 640px; }
}
@media (max-width: 639px) {

.gallery-expander-contents { width: 100%; }
}

.gallery-expander-contents:after {
  clear: both;
  display: table;
  content: '';
}

.gallery-expander-contents > div.col {
  float: left;
  width: 480px;
}
@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col { width: 310px; }
}
@media (max-width: 639px) {

.gallery-expander-contents > div.col {
  float: none;
  padding: 25px 20px 0;
  width: auto;
}
}

.gallery-expander-contents > div.col + div.col { margin-left: 40px; }
@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col + div.col { margin-left: 20px; }
}
@media (max-width: 639px) {

.gallery-expander-contents > div.col + div.col { margin-left: 0px; }
}

.gallery-expander-contents div.close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.gallery-expander-contents div.close img {
	width:25px;
	height:auto;
}

.gallery-expander-contents div.title {
  font-weight: 500;
  color: #D28A3C;
}

.gallery-expander-contents div.contents {
  margin-top: 10px;
 
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #34495e;
}

.gallery-expander-contents div.contents p {
	padding:5px;
	
}

.gallery-expander-contents div.image > img {
  width: 100%;
  display: block;
}
