.titulotestimonios {font-family:Arial, Helvetica, sans-serif; font-size:26px;font-weight:bold;text-align:center;background-color:#000;color:#fff;padding:12px;}
.testimonio {}
.testimonio p{padding-bottom:12px;}
.testimonio .caja {margin:50px 0;}
.testimonio .caja .arriba {min-height:110px;}
.testimonio .caja .arriba .imagen img {box-shadow:2px 2px 2px #333}
.testimonio .caja .arriba .titulo .nombre {font-size:18px;color:#0085bd;min-height:50px;font-weight:bold;padding-top:5px;}
.testimonio .caja .arriba .titulo .nombremaster {font-size:15px; padding-top:5px;}
.testimonio .caja .texto {
	text-align:justify;
	margin-top:10px;
	max-height: 77px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: max-height 2s;
	-moz-transition: max-height 2s;
	-ms-transition: max-height 2s;
	-o-transition: max-height 2s;
	transition: max-height 2s;
}
.testimonio .caja .leer_mas {
	padding-top:5px;
	color:#0085bd;
	font-weight:bold;
	cursor:pointer;
}

.cajavideo {background-color:#f0f1f3;box-shadow:2px 2px 2px #ccc; padding:10px; margin-top:50px;}
.cajavideo .nombre {text-align:center;font-size:18px;color:#0085bd;font-weight:bold; padding:10px;}
.cajavideo .nombremaster {font-size:15px; padding:5px 20px;text-align:center;}
.cajavideo .texto{text-align:justify;}
