* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(Imagenes/Pictures/BG2.png) repeat #c7c7c7;
	width: 539px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
b {
	color: 4256b9;
}
a {
	color: 9d3025;
	cursor: crosshair;
	font-size: 10px;
}
a:active, a:visited {
	color: 9d3025;
	cursor: crosshair;
	font-size: 10px;
}
a:hover {
	color: cc4022;
	cursor: pointer;
	font-size: 11px;
	outline: none;
}
.imagen-opacidad {
	opacity: .8;
}
.imagen-opacidad:hover {
	opacity: .5;
}