@charset "utf-8";
/* CSS Document */
#testimoniales {
	z-index: 30;
	position: absolute;
	top: 155px;
	left: 195px;
	visibility: visible;
}
#testimoniales p {
	text-align: justify;
	padding: 12px 10px 2px 10px;
}
#testimoniales p.nb {
	padding: 12px 10px 2px 10px;
	text-align: right;
}
#testimoniales p.anterior {
	padding: 5px 10px;
	text-align: left;
}
#testimoniales p.siguiente {
	padding: 5px 10px;
	text-align: right;
}
#testimoniales p, #testimoniales p.nb, #testimoniales p.anterior, #testimoniales p.siguiente {
	color: #49598A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}


