/* Basicos */
/* Ocultar barras de desplazamiento*/
/*html { overflow:hidden; }*/
/* Fin Ocultar */
body * {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}

body {
	background-color: #009CC1;
	font-size: 62.5%;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}
a {
	text-decoration: none;
}
select {

}
form {
	margin: 0;
	padding: 0;
}
.centro {
	text-align: center;
}
/* Fin Basicos */

/* Habituales */
.cls {
	/*display: none;
	visibility: hidden;*/
	clear: both;
}
.left{float: left;}
.right{float: right;}
/* Fin Habituales */

/* Layout */
#contenedor-general {
	width: 993px;
	margin: 0 auto;
	background: #F8F8F8 url(img/main-bg.gif) repeat-y top;
}
	/* Cabecera */
	#cabecera{
		width: 993px;
		/*background: url(img/maiin-top.gif) no-repeat top;*/
		background: url(img/main-top2.gif) no-repeat top;
	}
		#cabecera-publi{
			height: 122px;
			padding: 0 26px;
		}
			#banner-top {
				width: 756px;
				padding: 20px 15px 0px 0px;
				float: left;
			}
				#banner-top-left{
					width: 10px;
					height: 101px;
					float: left;
					background: url(img/mega-left.gif) no-repeat center right;
				}
				#banner-top-centro {
					width: 728px;
					height: 101px;
					float: left;
					background: url(img/mega-bg.gif) repeat-x center left;
				}
				/* Centrar el baner */
				#outer {
					height: 101px;
					width: 728px;
					position: relative;








				}
				#outer[id] {
					display: table;
					position: static;
				}
		
				#middle { /* for explorer only*/
					position: absolute;
					top: 50%;
					left: 50%;
				}
				#middle[id] {
					display: table-cell;
					vertical-align: middle;
					position: static;
				}
				#inner { /* for explorer only */
					position: relative;
					top: -50%;
					left: -50%;
				}
				#inner[id] {
					position: static;
				}
				/* optional: #inner[id] {position: static;} */
				/* Fin centrar el banner */
				#banner-top-right {
					width: 10px;
					height: 101px;
					float: left;
					background: url(img/mega-right.gif) no-repeat center left;
				}
			#toolbar {
				width: 170px;
				padding-top: 20px;
				float: left;
			}
				#toolbar-arriba {
					width: 170px;
					height: 10px;
					background: url(img/mod2-top2.gif) no-repeat bottom;
				}
				#toolbar-centro {
					width: 170px;
					background: url(img/mod2-bg.gif) repeat-y top;
				}
					#toolbar-desc-texto{
						width: 126px;
						float: left;	
						padding-left: 7px;
					}
						#toolbar-desc-textod {
							width: 126px;	
							font-size: 0.9em;
						}
							#toolbar-desc-textod a{
								color: black;
							}
						#toolbar-desc-textoi {
							width: 126px;
							padding-top: 5px;
							font-size: 0.9em;
							font-weight: 700;
						}
					#toolbar-desc-img{
						width: 32px;
						padding-right: 5px;
						float: left;
					}
					#toolbar-buscar {
						width: 160px;
						padding-left: 10px;
						/*margin-top: 3px;*/
					}
					.buscador{
						font-size: 0.9em;
						border: none;
						background-color: #FFF;
						padding-bottom: 2px;
					}
				#toolbar-abajo {
					width: 170px;
					height: 31px;
					background: url(img/mod2-btm2.gif) no-repeat top;
				}
		#cabecera-menus {
			width: 941px;
			padding: 0px 26px;
		}
			#logo-menus {
				width: 941px;
			}
				#logo-menus h1 {
					float: left;
					width: 195px;
				}
				#logo-barra {
					float: left;
					width: 561px;
					padding-top: 3px;
					font-weight: 700;
					text-align: center;
					color: #FD4200;
				}
				#logo-barra a{
					color: #FD4200;
				}
				#logo-barra img {
					float: left;
				}
				#menus {
					width: 941px;
					height: 57px;
				}
					#menus-left {
						width: 10px;
						height: 57px;
						float: left;						
						background: url(img/menupi-left.gif) no-repeat center right;
					}
						#menus-lista {
							width: 921px;
							list-style-type: none;
							float: left;
							height: 57px;
							background: url(img/menupi-bg.gif) repeat-x center left;
						}
						#menus-lista img{
							padding-top: 3px;
							vertical-align: middle;
						}
						.menu {
							float: left;
							padding-right: 9px;
						}
					#menus-right {
						width: 10px;
						height: 57px;
						float: left;
						background: url(img/menupi-right.gif) no-repeat center left;
					}
				#submenus {
					width: 941px;
					margin-bottom: 5px;
					margin-top: 5px;
				}
					#submenus-left{
						width: 10px;
						height: 35px;
						float: left;						
						background: url(img/menu-left.gif) no-repeat center right;
					}
					#submenus-centro {
						width: 921px;
						height: 35px;
						float: left;
						background: url(img/menu-bg.gif) repeat-x center left;
					}
						#submenus-centro-texto {
							padding-top: 7px;
							font-family: "Comic Sans MS", sans-serif;
							font-size: 1.3em;
							font-weight: 700;
							color: #FD4200;
						}
						#submenus-centro-texto a {
							font-family: "Comic Sans MS", sans-serif;
							color: #FD4200;
						}
						#submenus-centro-texto img {
							vertical-align: middle;
							padding-right: 5px;
						}
					#submenus-right {
						width: 10px;
						height: 35px;
						float: left;
						background: url(img/menu-right.gif) no-repeat center left;
					}
					.submenus-seleccionado {
						font-family: "Comic Sans MS", sans-serif;
						color: #0097BA;
					}
			#descarga-requisitos {
				margin-top: 10px;
				width: 170px;
				float: left;
			}
				.descarga-titulo{
					padding-bottom: 10px;
				}
				.descarga-flash{
					height: 32px;
					padding-bottom: 5px;
					text-align: center;
					font-family: "Comic Sans MS", sans-serif;
					font-size: 0.9em;
				}
				.descarga-flash a{				
					color: #FD4200;
				}
				.descarga-flash img{
					vertical-align: middle;
				}
				#descarga-requisitos hr {
					border:none;
					border-bottom: dotted 2px #CCCCCC;
					width:85%;
					background-color:#FFFFFF;
					color:white;
				}
			#boletines-pequejuegos{
				margin-bottom: 5px;
			}
				#boletin-arriba{					
					width: 170px;
					height: 10px;
					background: url(img/mod2-top2.gif) no-repeat bottom;
				}
				#boletin-centro{
					width: 170px;
					background: url(img/mod2-bg.gif);
				}
					#boletin-centro form{
						padding: 0 7px 0 7px;
					}
						#boletin-centro #suscribir-negrita {
							font-weight: bold;
						}

						#boletin-centro #alta-boletin{
							width: 115px;
							float: left;
							
						}
							#boletin-centro  #flecha-boletin{
								float: left;
								padding-left: 5px;
							}
				#boletin-abajo{
					width: 170px;
					height: 31px;
					background: url(img/mod2-btm2.gif) no-repeat top;
				}
			
		#adsense-arriba {
			/*width: 993px;*/
			width: 967px;
			margin-bottom: 10px;
			padding-left: 26px;
			/*text-align: center;*/
		}				
	/* Fin Cabecera */
	/* Contenidos */
	#medio {
		width: 993px;
	}
		#columna1,#columna2,#columna3,#columna1-juego {
			float: left;
		}
		/* Columna1 para la home */
		#columna1 {
			/*width: 494px;*/
			width: 454px;
		}
			/*#novedades, #juegos, #juegosm {
				width: 494px;
			}*/
			#novedades {
				width: 428px;
				padding-left: 26px;
			}
				/* Parte novedades */
				.oculto{
					visibility: hidden;
					display: none;
				}
				#ultimo {
					width: 243px;
					margin-right:15px;
					float: left;
				}
					#ultimo h2{
						width: 243px;
						height: 37px;
						background: url(img/title-ultimo.gif) no-repeat bottom;
					}
					.ultimo-medio {
						width: 243px;
						background: url(img/mod6-bg.gif) repeat-y top;
					}
						.ultimo-medio-imagen {
							width: 243px;
							padding-top: 5px;
						}
							.ultimo-medio-imagen img {
								display: block;
								margin: auto;
							}
						.ultimo-medio-titulo {
							width: 233px;
							padding: 5px 0px 5px 10px;
							font-family: "Comic Sans MS", sans-serif;
							font-size: 1.5em;
							font-weight: 700;
							color: #FD4200;
						}
							.ultimo-medio-titulo a{
								font-family: "Comic Sans MS", sans-serif;
								color: #FD4200;
							}
						.ultimo-medio-desc {
							width: 223px;
							padding: 0px 10px;
							color: #6F6F6F;
							font-size: 1em;
							font-weight: 500;
						}
						.ultimo-medio-sep {
							width: 243px;
							height: 6px;
							background: url(img/mod6-sep.gif) no-repeat top; 
						}
						.ultimo-medio-pie {
							width: 243px;
							text-align: center;
						}
						.ultimo-medio-pie img{
							vertical-align: middle;
							cursor: pointer;
						}
					.ultimo-pie {
						width: 243px;
						height: 9px;
						background: url(img/mod6-btm.gif) no-repeat top;
					}
				#mvotados {
					width: 170px;
					float: left;
				}
					#mvotados h2 {
						width: 170px;
						height: 37px;
						background: url(img/title-votados.gif) no-repeat bottom;
					}
					#mvotados-medio {
						width: 170px;
						background: url(img/mod2-bg.gif) repeat-y top;
					}
						#mvotados-lista {
							width: 140px;
							padding-left: 30px;
							list-style-image: url(img/bullet.gif);
							list-style-type: disc;
						}
							.mvotados-lista-ele {
								padding: 5px 0px 2px 0px;
								font-size: 1em;
								font-weight: 500;
							}
							.mvotados-lista-ele a{
								color: #6F6F6F;
							}
						#mvotados-medio hr{
							width: 140px;
							margin: 10px 15px 0px 15px;
							border: none;
							border-bottom: dotted 2px #CCCCCC;							
							background-color: #FFFFFF;
							color: white;
						}
						#mvotados-medio-pie {
							width: 155px;
							padding-left: 15px;
							padding-top: 2px;
						}
						#mvotados-medio-pie a{
							color: #FD4200;
						}
					#mvotados-pie {
						width: 170px;
						height: 10px;
						background: url(img/mod2-btm.jpg) no-repeat top;
					}
				#mvotados2 {
					width: 313px;
				}
					#mvotados2 h2 {
						width: 313px;
						height: 37px;
						background: url(img/title-votados2.gif) no-repeat bottom;
					}
					#mvotados2-medio {
						width: 313px;
						background: url(img/mod1-bg.gif) repeat-y top;
					}
						#mvotados2-lista {
							width: 283px;
							padding-left: 30px;
							list-style-image: url(img/bullet.gif);
							list-style-type: disc;
						}
							.mvotados2-lista-ele {
								padding: 5px 0px 2px 0px;
								font-size: 1em;
								font-weight: 500;
							}
							.mvotados2-lista-ele a{
								color: #6F6F6F;
							}
						#mvotados2-medio hr{
							width: 283px;
							margin: 10px 15px 0px 15px;
							border: none;
							border-bottom: dotted 2px #CCCCCC;							
							background-color: #FFFFFF;
							color: white;
						}
						#mvotados2-medio-pie {
							width: 298px;
							padding-left: 15px;
							padding-top: 2px;
						}
						#mvotados2-medio-pie a{
							color: #FD4200;
						}
					#mvotados2-pie {
						width: 313px;
						height: 10px;
						background: url(img/mod1-btm.gif) no-repeat top;
					}
			#juegos {
				width: 454px;
			}
				/* Fin parte novedades */
				/* Parte juegos */	
				#juegos-titulo {
					margin: 10px 0px;
					padding-left: 24px;
					width: 430px;
					height: 52px;
				}
						#juegos-titulo-foto {
							float: left;
							width: 94px;
						}
							#juegos-titulo-foto img {
								vertical-align: middle;
							}
						#juegos-titulo-linia {
							float: left;
							width: 336px;
							height: 34px;
							padding-top: 18px;
						}
							#juegos-titulo-linia hr {
								width: 336px;
								border: none;
								border-bottom: dotted 2px #CCCCCC;								
								background-color: #FFFFFF;
								color: white;
							}
				.juegos-fila {
					width: 447px;
					padding-left: 7px;
				}
					.juego {
						float: left;
						width: 136px;/* Ajustar despues */
						padding-left: 11px;
					}
						.juego-titulo {
							/* 1em -> 10px */
							font-family: "Comic Sans MS", sans-serif;
							font-size: 1.2em;
							font-weight: 700;
							color: #FD4200;
						}
						.juego-titulo a{
							font-family: "Comic Sans MS", sans-serif;
							color: #FD4200;							
						}
						.juego-imagen {
							padding: 5px 0px;
							width: 136px;
						}
							.juego-imagen-arriba {
								width: 136px;
								height: 7px;
								background: url(img/preview-top.gif) no-repeat bottom;
							}
							.juego-imagen-centro {
								width: 136px;
								background: url(img/preview-bg.gif) repeat-y top;
							}
							.juego-imagen-centro img{
								display: block;
								margin: auto;
							}
							.juego-imagen-abajo {
								width: 136px;
								height: 7px;
								background: url(img/preview-btm.gif) no-repeat top;
							}							
						.juego-desc {
							color: #6F6F6F;
							font-size: 1em;
							font-weight: 500;						
						}
					.hr-medio {
						width: 414px;
						border:none;
						border-bottom: dotted 2px #CCCCCC;						
						background-color:#FFFFFF;
						color:white;
						/*margin: 5px 20px;*/
						margin: 10px 20px;
					}
				/* Fin parte juegos */
				/* Parte Juegos Multijugador */
			#juegos {
				width: 454px;
			}
				/* Fin parte novedades */
				/* Parte juegos */	
				#juegosm-titulo {
					margin: 10px 0px;
					padding-left: 24px;
					width: 430px;
					height: 52px;					
				}
						#juegosm-titulo-foto {
							float: left;
							width: 200px;
						}
							#juegosm-titulo-foto img {
								vertical-align: middle;
							}
						#juegosm-titulo-linia {
							float: left;
							width: 230px;
							height: 34px;
							padding-top: 18px;
						}
							#juegosm-titulo-linia hr {
								border:none;
								border-bottom: dotted 2px #CCCCCC;
								width: 230px;
								background-color:#FFFFFF;
								color:white;								
							}				
				/* Fin parte juegos multijugador*/
		/* Fin columna1 para la home */
		/* Columna2 para la home */
		#columna2 {
			width: 313px;
			margin: 0px 15px;
		}
			#destacado {
				width: 313px;
				margin-bottom: 15px;
			}
				#destacado-arriba {
					width: 313px;
					height: 37px;
					background: url(img/title-destacado.gif) no-repeat bottom;
				}
				#destacado-centro {
					width: 313px;
					background: url(img/mod1-bg.gif) repeat-y top;
				}
					.d-titulo {
						width: 293px;
						padding: 0px 10px;
						font-family: "Comic Sans MS", sans-serif;
						font-size: 1.2em;
						font-weight: 700;
						color: #A8A8A8;
					}
					.d-texto {
						width: 313px;
						text-align: center;
					}
					.d-texto img{
						text-align: center;
					}
				#destacado-pie {
					width: 313px;
					height: 10px;
					background: url(img/mod1-btm.gif) no-repeat top;
				}			
			#actualidad {
				width: 313px;
				margin-bottom: 15px;
			}
				#actualidad h2 {
					width: 313px;
					height: 37px;
					background: url(img/title-noticias.gif) no-repeat bottom;
					/*background: url(img/title-actualidad.gif) no-repeat bottom;*/
				}
				#actualidad-centro {
					width: 313px;
					background: url(img/mod1-bg.gif) repeat-y top;
				}
					.a-fila {
						width: 293px;
						padding: 0px 10px;
					}
					.a-titulo {
						width: 293px;
						/*padding: 5px 0px;*/
						/*padding: 2px 0px;*/
					}
						.a-titulo-titulo {
							font-family: "Comic Sans MS", sans-serif;
							font-size: 1.2em;
							font-weight: 700;
							color: #A8A8A8;
						}
						.a-titulo-desc {
							font-family: "Comic Sans MS", sans-serif;
							font-size: 1.2em;
							font-weight: 700;
							color: #FD4200;
						}
					.a-desc {
						width: 293px;
						/*float: left;*/
						margin-bottom: 5px;
						color: #6F6F6F;
						font-size: 1em;
						font-weight: 500;
					}
						.a-desc a{
							color: #FD4200;
						}
						.a-imagen {
							width: 136px;
							float: left;
							margin-left: 5px;
						}
					#actualidad-centro hr {
						border:none;
						border-bottom: dotted 2px #CCCCCC;
						width: 273px;
						background-color:#FFFFFF;
						color:white;
						margin: 5px 20px 0px 20px;
					}
					#actualidad-centro-pie {
						width: 298px;
						padding-left: 15px;
						padding-top: 5px;
					}
					#actualidad-centro-pie a{
						color: #FD4200;
					}
				#actualidad-pie {
					width: 313px;
					height: 10px;
					background: url(img/mod1-btm.gif) no-repeat top;
				}
			#galeria{
				margin-bottom: 15px;
				width: 313px;
			}
				#galeria-arriba{
					width: 313px;
					height: 46px;
					background: url(img/galeria_titulo.gif) no-repeat bottom;
				}
				#galeria-centro{
					width: 313px;
					background: url(img/mod1-bg.gif) repeat-y top;
					overflow: hidden;
				}
					.galeria-img {
						float: left;
						width: 120px;
						height: 120px;
						padding: 5px 18.2px;
						text-align: center;
					}
				#galeria-abajo{
					width: 313px;
					height: 10px;
					background: url(img/mod1-btm.gif) no-repeat top;
				}
			#publi-roba{
				margin-bottom: 15px;
				width: 313px;
			}
				#publi-roba-arriba{
					width: 313px;
					height: 10px;
					background: url(img/mod1-top.jpg) no-repeat bottom;
				}
				#publi-roba-centro{
					width: 313px;
					/*height: 250px;*/
					background: url(img/mod1-bg.gif) repeat-y top;					
				}
					#publi-roba-centro-centro {
						padding-left: 6.5px;
					}
				#publi-roba-abajo{
					width: 313px;
					height: 10px;
					background: url(img/mod1-btm.gif) no-repeat top;
				}				
			#desc-mes {
				width: 313px;
			}
				#desc-mes-arriba{/*desc-mes h2 {*/
					width: 313px;
					height: 47px;
					background: url(img/title-descarga-mes.gif) no-repeat bottom;
				}
				#desc-mes-centro {
					width: 313px;
					background: url(img/mod1-bg.gif) repeat-y top;
				}
					.d-fila {
						width: 313px;
						/*padding: 0px 10px;*/
					}
					.d-titulo {
						width: 293px;
						font-family: "Comic Sans MS", sans-serif;
						font-size: 1.3em;
						font-weight: 700;
						color: #FD4200;
					}
						.d-titulo a {
							font-family: "Comic Sans MS", sans-serif;
							color: #FD4200;	
						}
					.d-imagen {
						width: 136px;
						padding-left: 5px;
						float: left;
					}
					.d-desc {
						width: 149px;
						float: left;
						padding-left: 8px;
					}
						.d-desc-texto {
							width: 149px;
							color: #6F6F6F;
							font-size: 1em;
							font-weight: 500;
						}
						.d-desc-desc {
							width: 149px;
						}
						.d-desc hr {
							text-align: left;
							border:none;
							border-bottom: dotted 2px #CCCCCC;
							width:85%;
							background-color:#FFFFFF;
							color:white;
							margin: 5px 0px;
						}
						.d-desc-desc img{
							vertical-align: middle;
						}
						.d-desc-desc-img {
							width: 32px;
							height: 32px;
							float: left;							
						}
						.d-desc-desc-texto{
							width: 117px;
							height: 16px;
							float: left;
							color: #6F6F6F;
							font-size: 1em;
							font-weight: 500;
						}
						.d-desc-desc-texto a {
							color: #6F6F6F;
						}
						.d-desc-desc-texto2{
							width: 117px;
							height: 16px;
							float: left;
							color: #FD4200;
							font-size: 1em;
							font-weight: 500;
						}
						.d-desc-desc-texto2 a {
							color: #FD4200;
						}
				#desc-mes-pie {
					width: 313px;
					height: 10px;
					background: url(img/mod1-btm.gif) no-repeat top;
				}
		/* Fin columna2 para la home */
		/* Columna 1 para cuando ha seleccionado el juego */
		#columna1-juego {
			width: 761px;
			padding-left: 21px;
			padding-right: 15px;
		}
			#juegog-fila {
				width: 761px;
			}
				#juegog {
					width: 576px;
					margin-right: 15px;
					float: left;
				}
				#juegog-arriba {
					width: 576px;
					height: 30px;
					background: url(img/mod4-top.gif) no-repeat bottom;
				}
				#juegog-centro {
					width: 576px;
					background: url(img/mod4-bg1.gif) repeat-y top;
				}
					/*#juegog-titulo {
						width: 556px;
						padding: 5px 0px 5px 20px;
						font-family: "Comic Sans MS", sans-serif;
						font-size: 1.5em;
						font-weight: 700;
						color: #FD4200;
					}
						#juegog-titulo a{
							color: #FD4200;
						}*/
					#juegog-centro h2{
						width: 556px;
						padding: 5px 0px 5px 20px;
						font-family: "Comic Sans MS", sans-serif;
						font-size: 1.5em;
						font-weight: 700;
						color: #FD4200;
					}
						#juegog-centro h2 a {
							color: #FD4200;
						}
					#juegog-contenido {
						/*width: 576px;*/
						width: 546px;
						padding: 0px 15px;
					}
						#juegog-contenidoi {
							width: 254px;
							float: left;
						}
							#juegog-contenidoi-arriba {
								width: 254px;
								height: 9px;
								background: url(img/mod5-top.gif) no-repeat bottom;
							}
							#juegog-contenidoi-centro {
								width: 254px;
								background: url(img/mod5-bg.gif) repeat-y top;
							}
								#juegog-contenidoi-centroimg {
									width: 254px;
									height: 104px;
								}
									#juegog-contenidoi-centroimg img{
										display: block;
										margin: auto;
									}
								#juegog-contenidoi-centrojugar {
									width: 254px;
								}
									#juegog-contenidoi-centroclk {
										width: 108px;
										height: 23px;
										padding: 12px 0px 0px 10px;
										float: left;
										background: url(img/mod5-bg2.gif) no-repeat bottom;
										color: #FD4200;
										font-size: 1em;
										font-weight: 500;										
									}
									#juegog-contenidoi-centroclk a{
										color: #FD4200;
									}
									#juegog-contenidoi-centrocju {
										width: 136px;
										height: 35px;
										float: left;
									}
							#juegog-contenidoi-abajo {
								width: 254px;
								height: 26px;
								background: url(img/mod5-btm.gif) no-repeat top;
							}
						#juegog-contenido-texto {
							/*width: 292px;*/
							width: 272px;
							padding: 0px 10px;
							float: left;
						}
							.juegog-contenido-texto-titulo {
								padding-bottom: 5px;
								width: 272px;
								font-family: "Comic Sans MS", sans-serif;
								font-size: 1.3em;
								font-weight: 700;
								color: #2799C6;								
							}
							.juegog-contenido-texto-texto {
								width: 272px;
								font-size: 1.1em;
							}
							.hr-juegog-texto {
								width: 272px;
								margin: 15px 0px;
								border: none;
								border-bottom: dotted 2px #CCCCCC;							
								background-color: #FFFFFF;
								color: white;
							}
					#hr-juegog {
						width: 546px;
						margin: 5px 15px;
						border: none;
						border-bottom: dotted 2px #CCCCCC;							
						background-color: #FFFFFF;
						color: white;
					}
					#juegog-relacionados {
						width: 546px;
						padding: 0px 15px 5px 15px;
					}
						.juegog-relacionados-titulo {
							font-family: "Comic Sans MS", sans-serif;
							font-size: 1.2em;
							font-weight: 700;
							color: #5F5F5F;
						}
						.juegog-relacionados-texto {
							font-size: 1.1em;
							font-weight: 500;
							color: #5F5F5F;
						}
							.juegog-relacionados-texto a{
								color: #5F5F5F;
							}
					#juegog-sepdesc {
						width: 576px;
						height: 8px;
						background: url(img/mod4-middle.gif) no-repeat bottom;
					}
					#juegog-descarga {
						width: 562px;
						margin: 0px 8px 0px 6px;
						background-color: #E5E5E5;
						padding: 10px 0px 5px 0px;
					}
						#juegog-descarga-centro {
							width: 552px;
							padding-left: 10px;
						}
							#juegog-descarga-centro-desc{
								/*width: 229px; -33*/
								width: 196px;
								float: left;
								border-right: 1px dotted #5F5F5F;
							}
								.juegog-descarga-centro-descimg {
									width: 33px;
									height: 32px;
									float: left;
									padding: 5px 5px 0px 0px;
								}
								.juegog-descarga-centro-descimg img{
									vertical-align: middle;
								}
								.juegog-descarga-centro-desctxt {
									/*width: 191px; -33*/
									width: 158px;
									float: left;
								}
									.juegog-descarga-centro-descd {
										font-size: 1.2em;
										font-weight: 700;
										color: #5F5F5F;
									}
									.juegog-descarga-centro-desct {
										font-size: 1.2em;
										font-weight: 500;
										color: #FD4200;
									}
								.juegog-descarga-centro-desctxt2 {
									/*width: 191px; -33*/
									width: 158px;
									float: left;
									font-size: 1em;
									font-weight: 500;
									color: #5F5F5F;
								}
							#juegog-descarga-centro-punt {								
								width: 228px;
								height: 30px;
								float: left;
								padding: 7px 0px 0px 10px;
								border-right: 1px dotted #5F5F5F;
								font-size: 1.2em;
								font-weight: 700;
								color: #5F5F5F;
							}
								#juegog-descarga-centro-punt img {
									vertical-align: middle;
								}
							#juegog-descarga-centro-vot {
								/*width: 64px; +33*/
								width: 97px;
								height: 30px;
								padding: 10px 0px 0px 10px;
								float: left;
							}
								/*#juegog-descarga-centro-vot img {
									vertical-align: middle;
								}*/
									#juegog-descarga-centro-votv {
										width: 64px;
										font-size: 1.2em;
										font-weight: 700;
										color: #FD4200;
										float: left;
									}
									#juegog-descarga-centro-votv img {
										vertical-align: middle;
									}
									#juegog-descarga-centro-vots {
										padding-bottom: 5px;
										width: 33px;
										float: left;
									}
								#select-votar {
									font-size: 1.2em;
									font-weight: 500;
									width: 33px;
									color: #5F5F5F;
								}
				#juegog-abajo {
					width: 576px;
					height: 15px;
					background: url(img/mod4-btm.gif) no-repeat top;
				}
				#mas-columna {
					width: 170px;
					float: left;
				}
				#mvisitados {
					width: 170px;
					margin-top: 10px;
					float: left;
				}
					#mvisitados h2 {
						width: 170px;
						/*height: 37px;*/
						height: 49px;
						background: url(img/title-visitados.gif) no-repeat bottom;
					}
					#mvisitados-medio {
						width: 170px;
						background: url(img/mod2-bg.gif) repeat-y top;
					}
						#mvisitados-lista {
							width: 140px;
							padding-left: 30px;
							list-style-image: url(img/bullet.gif);
							list-style-type: disc;
						}
							.mvisitados-lista-ele {
								padding: 5px 0px 2px 0px;
								font-size: 1em;
								font-weight: 500;
							}
							.mvisitados-lista-ele a{
								color: #6F6F6F;
							}
						#mvisitados-medio hr{
							width: 140px;
							margin: 10px 15px 0px 15px;
							border: none;
							border-bottom: dotted 2px #CCCCCC;							
							background-color: #FFFFFF;
							color: white;
						}
						#mvisitados-medio-pie {
							width: 155px;
							padding-left: 15px;
							padding-top: 2px;
						}
						#mvisitados-medio-pie a{
							color: #FD4200;
						}
					#mvisitados-pie {
						width: 170px;
						height: 10px;
						background: url(img/mod2-btm.jpg) no-repeat top;
					}	
			#publi-ad-fila {
				width: 761px;
			}
			#mas-juegos {
				width: 761px;
			}
				#mas-juegos-titulo {
					width: 761px;
					height: 52px;					
				}
						#mas-juegos-titulo-foto {
							float: left;
							width: 95px;
						}
							#mas-juegos-titulo-foto img {
								vertical-align: middle;
							}
						#mas-juegos-titulo-linia {
							float: left;
							width: 666px;
							height: 34px;
							padding-top: 18px;
						}
							#mas-juegos-titulo-linia hr {
								border:none;
								border-bottom: dotted 2px #CCCCCC;
								width:666px;
								background-color:#FFFFFF;
								color:white;								
							}
			#mas-juegos-fila {
				width: 761px;
			}
		/* Fin columna 1 para juego */
		/* Columna 1 para la lista de juegos */
			#lista-juegos {
				width: 426px;
				padding-left: 28px;
			}
				#lista-juegos-arriba {
					width: 426px;
					height: 30px;
					background: url(img/mod7-top.gif) no-repeat bottom;
				}
				#lista-juegos-centro {
					width: 426px;
					background: url(img/mod7-bg.gif) repeat-y top;
				}
				#lista-juegos-abajo {
					width: 426px;
					height: 10px;
					background: url(img/mod7-btm.gif) no-repeat top;
				}
					.lista-juegos-fila {
						width: 406px;
						padding: 0px 10px;
					}
						.juego-lista-imagen {
							padding: 5px 0px;
							width: 136px;
							float: left;
						}
						.juego-lista-contenido {
							/*width: 270px;*/
							width: 265px;
							padding-left: 5px;
							float: left;
						}
							.juego-lista-contenido-titulo {
								width: 265px;
								font-family: "Comic Sans MS", sans-serif;
								font-size: 1.2em;
								font-weight: 700;
								color: #FD4200;
								padding: 5px 0px;
							}
							.juego-lista-contenido-titulo a{
								font-family: "Comic Sans MS", sans-serif;
								color: #FD4200;							
							}
						
								.a-titulo-titulol {
									font-family: "Comic Sans MS", sans-serif;
									color: #A8A8A8;
								}
								.a-titulo-descl {
									font-family: "Comic Sans MS", sans-serif;
									color: #FD4200;
								}
							
							.juego-lista-contenido-desc {
								width: 265px;
								color: #6F6F6F;
								font-size: 1em;
								font-weight: 500;
							}
							.juego-lista-contenido-desc a{
								color: #FD4200;
							}
						.sep-lista-juego {
							width: 386px;
							margin: 0px 5px 0px 15px;
							border: none;
							border-bottom: dotted 2px #CCCCCC;							
							background-color: #FFFFFF;
							color: white;
						}
					#lista-juegos-paginas {
						width: 406px;
						text-align: center;
						padding: 10px 10px;
						color: #6F6F6F;
						font-size: 0.9em;
						font-weight: 500;
					}
					#lista-juegos-paginas a {
						color: #6F6F6F;
					}
					#lista-juegos-paginas a:hover {
						color: #FD4200;
					}
					.lista-juegos-paginas-sel {
						color: #FD4200;
						font-weight: 700;						
					}
					#lista-juegos-paginas img {
						vertical-align: middle;
					}
		/* Fin columna 1 para la lista de juegos */
		/* Columna 1 para la noticia en concreto */
			#noticia {
				width: 428px;
				padding-left: 26px;
				overflow: hidden;
				padding-bottom: 10px;
			}
			#noticia-titulo {
				width: 428px;
				margin-bottom: 5px;
			}
				#noticia-titulo-left{
					width: 10px;
					height: 35px;
					float: left;						
					background: url(img/menu-left.gif) no-repeat center right;
				}
				#noticia-titulo-centro {
					width: 408px;
					height: 35px;
					float: left;
					background: url(img/menu-bg.gif) repeat-x center left;
				}
				/*#noticia-titulo-centro-texto {
					padding-top: 7px;
					font-family: "Comic Sans MS", sans-serif;
					font-size: 1.5em;
					font-weight: 700;
					color: #FD4200;
				}*/
				#noticia-titulo-centro h2{
					padding-top: 7px;
					font-family: "Comic Sans MS", sans-serif;
					font-size: 1.5em;
					font-weight: 700;
					color: #FD4200;
				}				
				#noticia-titulo-centro-texto a {
					font-family: "Comic Sans MS", sans-serif;
					color: #FD4200;
				}					
				#noticia-titulo-right {
					width: 10px;
					height: 35px;
					float: left;
					background: url(img/menu-right.gif) no-repeat center left;
				}
			#noticia-fecha {
				width: 428px;
				margin-top: 5px;
				font-size: 0.9em;
				font-weight: 500;
				color: #818181;
				border-bottom: dotted 2px #CCCCCC;
			}
				#noticia-fecha img {
					vertical-align: middle;
					padding: 0px 5px;
				}
				.noticia-autor-texto {
					color: #5DBDE5;
				}
			#noticia-centro	{
				width: 428px;				
				font-weight: 500;
				color: #646464;
			}
			#noticia-entradilla {
				width: 428px;
				padding: 10px 0px;
				border-bottom: dotted 2px #CCCCCC;
			}
				#noticia-entradilla-texto {
					padding-top: 5px;
					font-size: 1.3em;
					line-height: 1.5;
				}
				#noticia-entradilla-texto a{
					color: #FD4200;
				}
			#noticia-texto {
				font-size: 1.2em;
				width: 428px;
				padding-top: 10px;
				overflow: hidden;
				line-height: 1.8;
			}
				#noticia-texto a {
					color: #FD4200;
				}
				#noticia-imagen {
					width: 219px;
					margin-right: 5px;
					float: left;
				}
					#noticia-imagen-arriba {
						width: 219px;
						height: 9px;
						background: url(img/foto-top.gif) no-repeat bottom;
					}
					#noticia-imagen-centro {
						width: 219px;
						background: url(img/foto-bg.gif) repeat-y top;
					}
					#noticia-imagen-centro img{
						display: block;
						margin: auto;
					}
					#noticia-imagen-abajo {
						width: 219px;
						height: 9px;
						background: url(img/foto-btm.gif) no-repeat top;
					}
					#noticia-imagen-pie {
						width: 219px;
						text-align: center;
						font-size: 1em;
						color: #646464;
						
					}
						#noticia-imagen-pie a{
							color: #FD4200;
						}
			#noticia-pie {
				text-align: right;
				font-size: 1em;
				color: #646464;
			}
				#noticia-pie a{
					color: #FD4200;
				}
			#noticia-keywords {
				width: 428px;
				padding-left: 26px;
				overflow: hidden;
				padding-bottom: 10px;
			}
				#noticia-keywords-titulo{
					width: 428px;
					margin-bottom: 5px;
					font-family: "Comic Sans MS", sans-serif;
					font-size: 1.3em;
					font-weight: 700;
					color: #2799C6;					
				}
               #noticia-keywords-lista {
                   width: 398px;
                   padding-left: 30px;
                   list-style-image: url(img/bullet.gif);
                   list-style-type: disc;
               }
                   .noticia-keywords-lista-ele {
                       padding: 5px 0px 2px 0px;
                       font-size: 1.2em;
                       font-weight: 700;
                   }
                   .noticia-keywords-lista-ele a{
                       color: #2799C6;
                   }					
			#noticia-relacionados {
				width: 428px;
				padding-left: 26px;
				overflow: hidden;
				padding-bottom: 10px;
			}
				#noticia-relacionados-titulo{
					width: 428px;
					margin-bottom: 5px;
					font-family: "Comic Sans MS", sans-serif;
					font-size: 1.3em;
					font-weight: 700;
					color: #2799C6;					
				}
				#noticia-relacionados-lista {
					width: 398px;
					padding-left: 30px;
					list-style-image: url(img/bullet.gif);
					list-style-type: disc;
				}
					.noticia-relacionados-lista-ele {
                       padding: 5px 0px 2px 0px;
                       font-size: 1.2em;
                       font-weight: 700;
					}
					.noticia-relacionados-lista-ele a{
						color: #2799C6;
					}
		/* Fin Columna 1 para la noticia en concreto */
		/* Relacionados */
			#lista-relacionados	{
				padding: 0px 10px;
				color: #1276A9;
				line-height: 2;
			}
			 #lista-relacionados a{
				color: #1276A9;
			 }
		/* Fin relacionados */
		/* Titulo tags */
			#taginfo {
				width: 428px;
				padding-left: 26px;
				overflow: hidden;
				padding-bottom: 10px;				
			}
			/*#taginfo-titulo {
				width: 428px;
				margin-bottom: 5px;
				font-family: "Comic Sans MS", sans-serif;
				font-size: 1.6em;
				font-weight: 700;
				color: #FD4200;				
			}*/
			#taginfo h2 {
				width: 428px;
				margin-bottom: 5px;
				/* padding-top: 7px;*/
				font-family: "Comic Sans MS", sans-serif;
				font-size: 1.6em;
				font-weight: 700;
				color: #FD4200;				
			}			
			#taginfo-entradilla {
				width: 428px;
				margin-bottom: 5px;
				padding-bottom: 5px;
				border-bottom: dotted 2px #CCCCCC;
			}
				#taginfo-entradilla-texto {
					padding-top: 5px;
					font-size: 1.3em;
					line-height: 1.5;
					font-weight: 500;
					color: #646464;
				}
				#taginfo-entradilla-texto a{
					color: #FD4200;
				}
		/* Fin Titulo tags */
		/* Columna3 para home y juego */
		#columna3 {
			width: 170px;
			padding-right: 26px;
		}
			#publi-sky {
				width: 170px;
				margin-bottom: 5px;
			}
				#publi-sky-arriba {
					width: 170px;
					height: 10px;
					background: url(img/mod2-top.jpg) no-repeat bottom;
				}
				#publi-sky-centro {
					width: 170px;
					height: 600px;
					background: url(img/mod2-bg.gif) repeat-y top;
				}
					#publi-sky-centro-centro {
						padding-left: 25px;
					}
				#publi-sky-abajo {
					width: 170px;
					height: 10px;
					background: url(img/mod2-btm.jpg) no-repeat top;
				}
			#publi-intercambio {
				width: 170px;				
			}
				#publi-intercambio-arriba {
					width: 170px;
					height: 10px;
					background: url(img/mod2-top.jpg) no-repeat bottom;
				}
				#publi-intercambio-centro {
					width: 170px;
					background: url(img/mod2-bg.gif) repeat-y top;
				}
					#publi-intercambio-centro-centro {
					}
					.publi-intercambio-entradilla {
						font-family: "Comic Sans MS", sans-serif;
						font-size: 1.2em;
						font-weight: 700;
						color: #FD4200;
						padding-left: 5px;
					}
					#publi-intercambio-centro-centro ol,#publi-intercambio-centro-centro ul,#publi-intercambio-centro-centro dl {
							width: 140px;
							padding-left: 30px;
							list-style-image: url(img/bullet.gif);
							list-style-type: none;
						}
							#publi-intercambio-centro-centro ol li,#publi-intercambio-centro-centro ul li,#publi-intercambio-centro-centro dl li {
								padding: 5px 0px 2px 0px;
								font-size: 1em;
								font-weight: 500;
							}
							#publi-intercambio-centro-centro ol li a,#publi-intercambio-centro-centro ul li a,#publi-intercambio-centro-centro dl li a{
								color: #6F6F6F;
							}					
				#publi-intercambio-abajo {
					width: 170px;
					height: 10px;
					background: url(img/mod2-btm.jpg) no-repeat top;
				}				
			#publi-boton {
				width: 170px;
				margin-bottom: 5px;
			}
				#publi-boton-arriba {
					width: 170px;
					height: 10px;
					background: url(img/mod2-top.jpg) no-repeat bottom;
				}
				#publi-boton-centro {
					width: 170px;
					background: url(img/mod2-bg.gif) repeat-y top;					
				}
					#publi-boton-centro-centro {
						padding-left: 25px;
					}
				#publi-boton-abajo {
					width: 170px;
					height: 10px;
					background: url(img/mod2-btm.jpg) no-repeat top;
				}
			#publi-ad{
				width: 170px;
			}
		/* Fin columna3 */
	/* Fin Contenidos */
	/* Pie */
	#medio-pie {
		width: 993px;
		height: 24px;
		background: #F8F8F8 url(img/main-btm.gif) no-repeat top;
	}
	#pie {
		width: 993px;		
	}
		#pie-arriba{
			width: 993px;
			height: 23px;
			background: #F8F8F8 url(img/main-top-itnet.gif) no-repeat top;
		}
		#pie-centro {
			/*width: 993px;*/
			width: 973px;
			background: #F8F8F8 url(img/main-bg.gif) repeat-y top;
			margin: 0px 10px;
		}
		#pie-abajo {
			width: 993px;
			height: 24px;
			background: #F8F8F8 url(img/main-btm.gif) no-repeat top;
		}
	/* Fin pie*/
	/* Pie itnet */
#sitiositnet {	
	width: 100%;
	border: 0px solid #C0C0C0;
	/*font-family: "Trebuchet MS";*/
	font-size: 11px;
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none outside none;
	text-decoration: none;
}

	#sitiositnet1{
		text-align: center;
		padding: 10px 0px;
		font-weight: bold;
		font-size: 12px;
	}

		#sitiositnet1 a{
			text-decoration: none;
			color: #000000;
		}
		
	#sitiositnet .inline{
		display: inline;
		padding-left: 106px;
	}
		#sitiositnet .inline a{
			text-decoration: none;
			color: #6F6F6F;
		}

	#sitiositnet3 {
		margin: 0px 0px;
		text-align: center;
		padding: 15px 0px 5px 0px;
	}
	
	#sitiositnet3 a{
		text-decoration: none;
		color: #6F6F6F;
	}
/*
#sitiositnet {
	width: 100%;
	border: 0px solid #C0C0C0;
	font-size: 11px;
	margin: 0px 0px;
	padding: 0px 0px;
}
#sitiositnet a {
	text-decoration: none;
}
#sitiositnet #sitiositnet1 td{
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 12px;
}
#sitiositnet #sitiositnet1 a {
	text-decoration: none;
	color: #000000;
}

#sitiositnet #sitiositnet2 {
	background-color: #FFFFFF;
	margin: 0px 0px;
	padding: 2px 0px 2px 0px;
	vertical-align: top;
}
#sitiositnet #sitiositnet2 ul {
	margin: 0px 2px 0px 2px;
}
#sitiositnet #sitiositnet2 li {
	list-style: none outside none;
}
#sitiositnet #sitiositnet2 li a {
	text-decoration: none;
	color: #6F6F6F;
}
#sitiositnet #sitiositnet2 li a:hover {
	text-decoration: underline;
	color: #6F6F6F;
}

#sitiositnet #sitiositnet3 td{

	margin: 0px 0px;
	text-align: center;
	padding: 15px 0px 5px 0px;
}
#sitiositnet #sitiositnet3 a {
	text-decoration: none;
	color: #6F6F6F;
}*/
/* Fin pie itnet*/