@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #324531;
	color: #fff;
}

#home-container {
	width: 680px;
	margin: 0 auto;
}

#testimonio
{
	width: 100%;
	color: white;
	margin: 1em;
	left: 1em;
	text-align: center;
}

#testimonio p
{
	font-family: Perpetua, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin: .3em;
	padding: .3em;
	text-align: center;
}