html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, item, fieldset, img, table, th, tr, td, div
{
	border:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
	color: #963;
}
a:hover
{
	color: #C60;
}

body
{
	background: #a3c5eb;
	color: #444;
}

table.centrada
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 970px;
}

fieldset
{
	border:1px solid #000000;
	width: 50%;
	background: url(bg.gif);
	margin: 10px 0px 15px 0px;
	padding: 10px;
}

legend
{
	border:1px solid #000000;
	font-weight: bold;
}

fieldset img
{
	float: right;
}

fieldset p
{
	font-size: 70%;
	font-style: italic;
}

.button
{
	text-align: right;
}

.button input
{
	font-weight: bold;
}