* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

table.centrar { width: 100%; height: 100%; }
td.centrar { width: 100%; height: 100%; text-align: center; vertical-align: middle; }
body {
	overflow: auto;
	background-color: #000;
}

label {
	font-size: 13px;
	color: #fff;
	font-weight: bolder;
}

input, textarea {
	border: 1px outset #5D4A38;
}

input.boton {
	border: outset #000 1px;
	margin-right: 30px;
	margin-top: 5px;
}
a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	font-weight: bolder;
	color: #fefefe;
	text-decoration: none;
	font-size: 14px;
}

