*{
	margin: 0px;
	padding: 0px;
}
#headerTestimonios{
	width: 92%;
	height: auto;
	padding: 10px;
	box-shadow: 0px 1px 0px #999;
}
#headerTestimonios h1{
    font-weight: 700;
    line-height: 1.0em;
    word-wrap: break-word;
    color:#555;
}
.tes_nombre{
	font-size: 15px;
	color: blue;
	padding-top: 5px;
	padding-left: 5px;
}
.tes_puesto{
	font-size: 13px;
	color: #cc6a84;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tes_comentario{
	font-size: 16px;
	color: #484848;
	font-style: italic;
	text-align: justify;
	padding-left: 5px;
	padding-bottom: 5px;
}
.tes_curso{
	font-size: 15px;
	color: #484848;
	font-weight: bold;
	text-align: justify;
	padding-left: 5px;
	padding-bottom: 5px;
}
.division{
	border-bottom: 1px solid #ccc;
}