/* CSS Document */
h1 { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; }
.pagina-juegos { background-color: #0D0000; width: 100%; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding: 0px; background-image: url(fondo.gif); background-color: #690000; }
a:link, a:active, a:visited{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold ;color: #942000; text-decoration: none; }
a:hover { color: #FFFFFF; }
.zomm-juego { margin: 5px;	border: 1px solid #FFCC66; }
.alinear_derecha { float: right; }
.alinear_izquierda {	float: left; }
.relleno {	padding: 8px; }
a.ini:link, a.ini:visited { font-size: 12px; font-weight: bold; color: #B22222; background-color: #F5DEB3;  border-color: #D2B48C;  border-style: ridge;  border-width: 3px;  width: 274px;  margin: 3px;     }
a.ini:hover { color: Red;}
.imagen-juego { margin: 3px; float: left; }
.nombre-juego { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black; }
.nombre-juego:link { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
.nombre-juego:hover { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
.nombre-juego:visited { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
.nombre-juego:active { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
.encabezado-juego { font-size: 12px; font-weight: bold; }
.descripcion-juego { margin: 3px; }
#ultimos-juegos {	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; background-color: #FFCF6E; border: 1px solid #FFDE99; width: 430px;	margin: 2px; height: 100px;}
.juegos-recomendados { font-family: Tahoma; font-size: 13px; font-weight: bold; color: #FFFFFF; }
.fecha-juego { color: Black; }
.lista { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold ;color: #942000; }
.juego:link { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
.juego:hover { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
.juego:visited { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
.juego:active { font-size: 15px; font-family: Verdana; font-weight: bold; color: Black;}
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(/img-juegos/alt_star.png) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:25px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(/img-juegos/alt_star.png) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(/img-juegos/alt_star.png) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
.nuevo_juego {
	background: InfoBackground;
	border: 3px ridge #DCDCDC;
	width: 300px;
}
.nuevo_juego a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #D2691E;
}

.nuevo_juego a:hover {
	color: Black;
}
.tablas { background-color: #FAAE4E; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;margin-top: 10px; margin-bottom: 10px; }
.tablas2 { background-color:#FFC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;margin-top: 10px; margin-bottom: 10px; }
.tablas TD { background-color: #FFCF6E; padding: 3px; border: 1px solid #FFDE99; }
.tablas UL { list-style-position: outside; list-style-type: none; margin: 0px; }
.tablas LI { margin: 3px; }
.tablas OL { margin: 0px; }
.tablas TH { color: #600300; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.tablas TH#thcat { color: #600300; font-family: Arial, Helvetica, sans-serif; font-size: 15px; }

