body {
	color: #CCCCCC;
	background-color: #000000;
	cursor: crosshair;
}
#divcentral {
	margin: 0 auto;
	position:relative;
	left:auto;
	top:2px;
	width:800px;
	height:500px;
	z-index:1;
	cursor: crosshair;
	right: 0px;
	background-image: url(imagenesindex/fondolayout.jpg);
	float: right;
}
#menu {
	position:absolute;
	left:123px;
	top:244px;
	width:206px;
	height:202px;
	z-index:1;
}
#titulo {
	position:absolute;
	left:473px;
	top:6px;
	width:307px;
	height:102px;
	z-index:2;
}
#final {
	position:absolute;
	left:583px;
	top:464px;
	width:208px;
	height:22px;
	z-index:3;
}
.titulo {
	font-size: 36px
}
.subtitulo {
	font-size: 14px;
	font-weight: bold;
}
.logot {
 	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #CCCCCC;
	cursor: text;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	cursor: text;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	cursor: text;
	text-decoration: none;
}
a:hover {
	font-variant: small-caps;
	font-weight: bold;
	cursor: text;
	font-weight:lighter;
	text-decoration: none;
}