.palestrantes .thumbnail { text-align:center; min-height:250px;}
.palestrantes .thumbnail h6 { text-align:center; font-size:14px; line-height:16px;}

/*--about--*/
.col-md-7 .info {
		float:left;
		width:100%;
		    padding: 0;
	}
.ac-container{
    margin: 10px auto 28px auto;
    text-align: left;
    width: 99%
}

.ac-container label{
	font-family: 'Open Sans', sans-serif!important;
	padding:10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height:50px;
	cursor: pointer;
	color:#094975;	
	line-height: 33px;
	font-size:15px;
	background: #ffffff;	
	box-shadow: 
		 0px 0px 0px 1px rgb(128, 188, 65), 
		1px 0px 0px 0px rgba(128, 188, 65,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	color:#FFF;
	background:#80BC5F;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background:#137494;
    color: #fff;    
    box-shadow: 0px 0px 0px 1px rgba(136, 111, 57,0.3), 
 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{	
    font-size:16px;
    padding: 31px 20px;
    font-family: 'Open Sans', sans-serif!important;   
    background-color: #fff;
}
.ac-container article ul li{	
    font-size:16px;
    font-family: 'Open Sans', sans-serif!important;   
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height:100%;
}
.ac-container input:checked ~ article.ac-small img{
	float:left;
	margin:20px 15px 5px 10px
}
.ac-container input:checked ~ article.ac-small p{
	margin:0;
	line-height:24px;
	text-align:justify
}
.ac-container input:checked ~ article.ac-medium{
	height: 100%;
}

.ac-container input:checked ~ article.ac-medium img{
	float:left;
	margin:20px 15px 5px 10px
}
.ac-container input:checked ~ article.ac-medium p{
	margin:0;
	line-height:24px;
	text-align:justify
}
.ac-container input:checked ~ article.ac-large{
	height:100%;	
}
.ac-container input:checked ~ article.ac-large img{
	float:left;
	margin:20px 15px 5px 10px;	
}
.ac-container input:checked ~ article.ac-large p{
	margin:0;
	line-height:24px;
	text-align:justify	
}

.info h5 {
    color: #003366;
    font-size:2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
ul { margin:0 0 15px 15px;}
ul li { margin:0 0 5px 15px;}
.info p, .info ul li {
 
    font-size: 0.9em;
    color: #777;
	line-height:1.9em ;
	 padding:0em 8em 0em 0em;
}
.accordion p, .accordion ul li {
    padding: 1em 2em 1em 2em;
    font-size: 0.9em;
    color: #777;
}

.info h5 {
    color: #003366;
    font-size:2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.info p {
 
    font-size: 0.9em;
    color: #777;
	line-height:1.9em ;
	 padding:0em 8em 0em 0em;
}


.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  	
}

.ac-container input:checked ~ article.ac-medium{
	height:100%;

}

@media (min-width: 992px) {
	
	.info {
		float: right;
		width:100%;
		    padding: 0;
	}
	.info p {
		padding: 0em 0em 0em 0em;
	}
	.info h5 {
		font-size:1.7em;

	}

.col-md-7{

  float: left;
  margin-bottom: 0em;
  }
  .col-md-7 {
    width:100%;
  }
		
	}
	

@media (max-width: 1024px) and @media (min-width: 1024px) {
	.info {
		float: right;
		width:100%;
		    padding: 0;
	}
	.info p {
		padding: 0em 0em 0em 0em;
	}
	.info h5 {
		font-size:1.7em;

	}

.col-md-7{

  float: left;
  margin-bottom: 0em;
  }
  .col-md-7 {
    width:100%;
  }
@media (min-width:480px) {		
	
	.ac-container label{
		font-size:12px;

}

}

@media (min-width:320px) {		
	
	.ac-container label{
		font-size:5px;

}

}