* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
#contenedor {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	height: 550px;
	margin-top: -270px;
	top: 293px;
}
.clear { clear: both; background: none; }
img {
border:0
}
h1 {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	width: 350px;
}
h6 {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	width: 350px;
	line-height: 16px;
}
#pie {
	width: 800px;
	height: 30px;
	top: 20px;
	text-align: center;
}
a {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	width: 350px;
	line-height: 16px;
	text-decoration: none;
}
