/* CSS Document */
#conferencisttitle{
	display:block;
	width:100%;
	height:125px;
	padding:20px 0 0 0;
	background:url(../images/fondoh1.png) repeat-x;
	margin:25px 0 5px 0;
	line-height:145px;
	font-size:24px;
	text-align:center;
	font-weight:normal;
}

.swiper-container{
  width: 100%;
  height: 425px;
}

.swiper-container .swiper-wrapper{
	width:246px;
}

.swiper-container .swiper-wrapper .swiper-slide{
	width:246px;
	height:350px;
	display:block;
}

.swiper-container .swiper-wrapper .swiper-slide a {
	display:block;
	width:226px;
	height:350px;
	margin:0 auto;
	text-decoration:none;
}
 
.swiper-container .swiper-wrapper .swiper-slide .result{
	width:226px;
	height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	display:block;
	position:relative;
}

.swiper-container .swiper-wrapper .swiper-slide .result .resultinfo{
	position:absolute;
	width:100%;
	background:url(../images/conferencistasdatafondo.png);
	bottom:-100px;
	left:0;
	height:130px;
}
 
.swiper-container .swiper-wrapper .swiper-slide .result .resultinfo h2{
	text-decoration:none;
	font-size:16px;
	line-height:30px;
	padding:0 20px;
	margin:0;
	height:30px;
	overflow:hidden;
	text-align:center;
}
 
.swiper-container .swiper-wrapper .swiper-slide .result .resultinfo p{
	padding:10 20px;
	font-size:13px;
	line-height:15px;
	height:90px;
	text-align:center;
	overflow:hidden;
	margin:0;
	padding:0 12px;
	text-decoration:none;
}


.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 0px;
  height:60px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #ceee87;
  margin:0 6px 3px 0;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #afdd4b;
  opacity: 0.9;
}
.swiper-active-switch {
  background: #19323e;
  opacity: 1;
}