body {
	margin: 0;
	text-align: center;
	background: #444;
}
#estructura {
	margin: auto;
	width: 750px;
	background: white;
	border-right: 2px solid white;
	border-left: 2px solid white;
	}
#cabezal {
	margin: auto;
	width: 100%;
	height: 120px;
	background: url('images/logophpfantastico.png') no-repeat;
	border-bottom: 1px solid white;
}
#borde {
	margin: auto;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid white;
	background: url('images/border.png');
}
img.left {
	float: left;
	margin: 5px;
	display: block;
}
img.right {
	float: right;
	margin: 5px;
	display: block;
}
td {
	font: 11px Arial;
	color: #666;
}
.medium {
	font: 12px Arial;
	color: #666;
}
a, a:hover {
	color: #36c;
}
#pie {
	margin: auto;
	width: 100%;
	height: 70px;
	border-top: 1px solid white;
	background: #9CE019;
}
img {
	border: 0px none;
}
p .centro {
	text-align: center;
}
dl {
	padding: 0;
}
#color-list dt {
	font-weight: normal;
}
#color-list dt a {
	display: block;
	margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
#color-list dt a:hover, #color-list dt.active a {
	border: 3px solid #ccc;
	padding: 0;
}
div.imagen img {
	width: 100%;
	heigth: 100%;
}
.imagen {
	max-width: 200px;
	max-height: 120px;
}
