@charset "utf-8";
body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify;
	vertical-align: top;
	line-height: 16px;
	font-size: 14px;
	background-color: #FFF;
	background-attachment: fixed;
}
.mainbody #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	margin: 0 auto;
	background-image: url(../images/fondolibros.jpg);
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	background-position: top left;
}

.mainbody #text1 {
	margin: 0 auto;
	border: #9f0e1f;
	font-size: 12px;
	width: 687px;
	left: auto;
	overflow: auto;
	height: 500px;
	padding-left: 40px;
	padding-right: 60px;
	font-family: "Century Gothic";
}

