body,table,td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.destacar {
	font-weight: bold;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #533800;

}
.centrado {
	text-align: center;
}
#centrar {
	position:absolute;
	width:780px;
	height:100%;
	margin-left: -390px;
	left: 50%;
	top: 50%;
	margin-top: -210px;
}
.derecha {
	float: right;
}
.izquierda {
	float: left;
}
.limpiar {
	clear: both;
}

