/*estilos para los módulos de la sección testimonios*/
div#contenido{
	background:url(./contenido_bg.jpg) no-repeat right bottom;
	padding-bottom:5px;
}
div#contenido p{
	text-indent:15px;
	text-align:justify;
}
div#testimonios{
	width:500px;
	margin:0 auto;
	*margin:auto auto auto 20px;
}
div.testimonio{
	margin:2px 0 7px 0;
	border-top:2px solid rgb(186,193,181);
}
div.testimonio h4{
	font:bold 11px verdana;
	text-transform:uppercase;
	margin:5px 0;
}
div.testimonio h4{
	text-transform:none;
}
div.testimonio p{
	font:normal 10px verdana;
	text-align:justify;
	margin-left:20px;
}
div.testimonio p.fecha{
	font-weight:bold;
}
