/* CSS Document */
body{
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #e1dbd3;
}
#texto{
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1{
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	color: #333;
	text-align: center;
	font-weight: normal;
	line-height: 36px;
}
h2{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: normal;
	line-height: 34px;
}
p{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
	line-height: 24px;
}