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-color: #235c88;
	color: #000000;
}

div.centrado
{
	margin: 0 auto;
	margin-top: 10px;
	width: 970px;
}

input[type="text"]
{
	color: #235c88;
}