div, body, img, table, td, tr, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

body {
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
	text-align: center;
}

.centrado {
	position:relative;
	margin:auto;
	width:760px;
	text-align:left;
	background-image:url(../img/bg_wrapper.gif);
	background-repeat:repeat-y;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

a.EnlaceNegro {
	color: #000;
}