BODY {
		MARGIN-LEFT: 0px;
		MARGIN-RIGHT: 0px;
		MARGIN-TOP: 0px;
		MARGIN-BOTTOM: 0px;	
}
			
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.tablaarcade {
	background-color: #F5F6FA;
}

.celdaarcade {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 100px;
	vertical-align: middle;
}

titulojuego {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9F967A;
	height: 10px;
	text-decoration: none;
}

a.titulojuego {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	height: 10px;
	text-decoration: none;
}


a.titulojuego :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	height: 10px;
	text-decoration: underline;
}

.textoautor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.tablaaventura {
	background-color: #FBF9F8;

}
.celdaaventura {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 100px;

}

.tabladeporte {

	background-color: #F6FCFE;
}

.celdadeporte {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	vertical-align: middle;
}

.tablajuegos {
	background-color: #333333;
}
.sombra {
	background-image: url(img/sombra.gif);
	background-repeat: repeat-y;
	background-position: left;
}
