body {
	background-color: #9933CC;
	color: #000000;
	text-align:center;
}
div {
	background-image:url(imagenes/titulo.png);
	background-repeat:no-repeat;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height:40px;
}
table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-collapse:collapse;
	vertical-align:middle;
}
table td {
	padding-top:3px;
	padding-left: 5px;
	padding-right: 5px;
}
img {
	border-width: 0px;
}
