#seccion-titulo{
	background-image: url(encabezados/galeria.jpg);
}

#ctes-testimoniales{
	float: left;
	width: 100%;
	padding: 5% 5% 0% 5%;
}


.ctes-testimoniales-cu{
	float:left;
	width: 100%;
	display: none;
	padding: 30px 30px 0px 30px;
	/*background-color: rgba(255,0,0,0.1);*/
	/*min-height: 300px;*/
}

.ctes-testimoniales-cu .tx{
	font-size: 1.5em;
	text-align: center;
}
#testcyclepager span{
	color: #b8b8b8;
		cursor: pointer;
}
.cycle-pager-active{
	color: #9ac100 !important;
}

.ctes-testimoniales-cu:hover{
	cursor: wait;

}

.cltes-logos-cu{
	width: 100%;
	max-width: 300px;
	margin: auto auto;
	display: inline-block;
}

.ctes-testimoniales-cu .nm{
	font-size: 1.4em;
	text-align: right;
	color: #9ac100;
	font-style: italic;
	padding-right: 40px;
}

#testcyclepager{
	text-align: center;
	font-size: 3em;
	margin-bottom: 40px;
	margin-top: -10px;
}

#ctes-logos{
	margin: 30px 0px;
}

@media screen and (min-width: 640px) {
	.cltes-logos-cu{
		width: 50%;
		max-width: auto;
	}
}

@media screen and (min-width: 990px) {
	.cltes-logos-cu{
		width: 25%;
		max-width: auto;
		margin: 20px 0px 20px 0px;
	}
}

