body {
		margin: 0;
		padding: 0;
		font: "Century Gothic";
		color: #000;
		text-align: center;
		background: #FFF;
	    background-image: url(fondo.gif);
		cursor: crosshair;
	
	}
	
img {
		border: 0px;
		
}

a {
		font-size: 10px;
		color: #FFF;
	
}
a:link {
		text-decoration: none;
		color: #FFF;
}
a:visited {
		text-decoration: none;
		color: #FFF;
}
a:hover {
		text-decoration: underline;
		color: #FFF;
		//border-bottom: none;
}
a:active {
		//text-decoration: none;
		color: #FFF;
		//border-bottom: none;
	}
	
#cabecera {
		position: absolute;
		left: 0px;
		top: 0px;
		border: 0px solid #FFF;
		background-image: url(join.jpg);
		background-repeat: no-repeat;
		height: 450px;
		width: 550px;
		margin: 0;
		padding: 0;
	}
	
#central {
	position: absolute;
	left: -11px;
	top: 389px;
	border: 0px solid #fff;
	width: 550;
	text-align: left;
	background: #FFF;
	margin: 10px;
	font-size: 9px;
	font-family:"Verdana", "Franklin Gothic Book", Georgia ,"Century Gothic";
	padding: 0px;

	color: #475664
	background-color: #FFFFFF;
	background-color: #000000;
	}
