/* Inicialización de estilos */

* {
	border: 0 none;
	border-spacing: 0;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

/* Estilos propios */

a, a:hover {
	font-weight: bold;
	font-size: 16px;
	color: #6C5C4F;
}
a:hover {
	color: #A7950B;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	width: 750px;
}

#cuerpo {
	width: 750px;
}