@charset "UTF-8";
#container {
	height: 700px;
	width: 800px;
	background-image: url(images/meerabg4-espagnol.jpg);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
}
#content  {
	position: absolute;
	top: 140px;
	left: 300px;
	width: 460px;
}
.h1 {
	font-style: italic;
	font-weight: bold;
}
.blockquote {
	padding-right: 30px;
	padding-left: 30px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 10pt;
	line-height: 13pt;
	background-color: #EFD6D6;
}
#container #content .h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
#container #content p {
	font-style: normal;
	font-weight: normal;
}
#container #content table {
}
