#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	text-align: justify;
	font-size: small;
}
.drchatext {
	color: #CCC;
	text-align: right;
	padding-bottom: 40px;
}
.pie {
	font-size: x-small;
	color: #999;
	text-decoration: none;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 5px;
}
a {
	color: #060;
	text-decoration: none;
}
h1 {
	font-size: x-large;
	color: #060;
}
#contenedor table {
	vertical-align: top;
}
