/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:490px;	
	float:left;	
}
.st-accordion{	
    width:100%;
    min-width:270px;
    margin: 0 auto;
}

.col1 {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;	
	font-style: normal;
	line-height: 17px;
	color: #686767;
	height: 100%;
	width: 488px;	
	overflow: hidden;
	text-align:justify;
	float: left;	
}

.marca_cliente {
	padding-top:15px;	
	height:130px;
	width:150px;	
	float:left;
		
}

.texto_cliente {	
	height:95px;
	width:315px;	
	float:left;
	padding: 25px 0 0 15px;
		
}

.tit_acordeon{	
	color:#292828;	
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	line-height:50px;
	font-size:20px;	
}

.bold{
	font-weight:600;
}

.st-accordion ul li{
    height: 100%;
    overflow: hidden;
	text-align:justify;
	
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	height:38px;  
    display: block;
	position: relative;	
	
}
.st-accordion ul li > a span{
	background: transparent  url(../imagenes/vermas.png) no-repeat center center;
	width: 488px;
	height: 38px;
	position: absolute;		
	background-color:#dfdfdf;
	
}

.st-accordion ul li.st-open > a span{
	background: transparent url(../imagenes/vermenos.png) no-repeat center center;	
	background-color:#dfdfdf;
	
}
.st-content{
    padding: 25px 0px 30px 10px;    
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	color: #686767;
	
}


@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}