/*  
Author URI: http://www.juegosweb.com
*/
* {
 padding: 0 0 10px 0;
 margin: 0;
}

body{
	font-family: Arial;
	font-size:13px;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #ed0004;
	text-decoration: none;
}


a:hover{
	color: #000000;
}


#container{
	margin: 0 auto;
	width: 950px;
	background-color:#ffffff;
}


/* **************************ESTILOS HEADER*****************************  */


	#header_parteizquierda{
		float: left;
		width:11%;
		background:#000000;
		height:95px;
	}
	#header_partecentro{
		float: left;
		width:85%;
		background:#000000;
		height:95px;
	}
	
		#logo_header{
		float: left;
		width:23%;
		text-align:left;
		padding-top:25px;
	    }

		#anuncio_google{
		padding-top:6px;
		float: left;
		width:77%;
		text-align:left;
	    }

	#header_partederecha{
		float: left;
		width:4%;
		background:#000000;
		height:95px;

	}


/* ***************************ESTILO CONTENT *******************************  */

#content{
	float: left;
	width: 700px;
	padding:10px 15px 30px 10px;
	background-color:#ffffff;
	text-align:left;
}

	
	#anuncio_google_interior{
		float:left;
		height:90px;
		width:728px;
		padding-left:50px;
	}

/* ****************** RIGHTSIDEBAR *********************  */


#separador{
	height:12px;
	width:100%;
	float:left;
	background-color:#ffffff;
}
#separador_interior{
	height:4px;
	width:100%;
	float:left;
}

.titulo {
		font: normal bold 16px Arial, Helvetica, sans-serif;
		color:#779608;
	}
/* ******************************ESTILOS FOOTER ****************************  */

#footer div{
	padding:0 35px 0 35px;
}

#footer{
	min-height:25px;
	padding-top:10px;
	width:100%;
	float:left;
	border-top:6px solid #ed0004;
	background-color:#000000;
	text-align:center;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;

}

#footer a{
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #ffffff;
}

#footer a:hover{
	text-decoration:underline;
}


/* ***************************ESTILO LEFTSIDEBAR *******************************  */

	#leftsidebar{
		float: left;
		width: 360px;
		padding:10px 15px 30px 10px;
		background-color:#ffffff;
		text-align:left;
		min-height:300px;
	}
	
	#cuadro_anuncio_google{
		float: left;
		width: 340px;
		padding:6px;
		background-color:#efefef;
		text-align:center;
	}

/* ***************************ESTILO RIGHTSIDEBAR *******************************  */

	#rightsidebar{
		float: left;
		width: 560px;
		padding:10px 0 30px 0;
		background-color:#ffffff;
		text-align:left;
	}
	
	
	
/* desde aqui hasta el final */

	#descripcion_juego{
		width:550px;
		float: left;
		text-align:left;
		padding-top:10px;
		padding-bottom:10px;
	}

		#caracteristicas_juego{
		width: 550px;
		float: left;
		text-align:left;
		}
		
		#jugar{
		width: 550px;
		float: left;
		text-align:left;
		}

		
		#titulo_juego {
		width: 338px;
		float:left;
		height:16px;
		font: normal normal 18px Arial, Helvetica, sans-serif;
		color:#ed0004;
	}
	
		#imagen_juego{
		width: 110px;
		height:80px;
		float: left;
		text-align:left;
		padding:20px;
	   border:1px solid #ed0004;
		}
		
	#jugar_juego{
		width:100%;
		text-align:center;
	}
	.cuadro{
	border:1px solid #ed0a0a;
	}
	.titulo_juego {
	font: normal normal 18px Arial, Helvetica, sans-serif;
	color:#ed0004;
	}
	#titulo_juego_interior{
	font: normal normal 14px Arial, Helvetica, sans-serif;
	color:#ed0004;
	 width:100%;
	 float:left;
	 padding-top:20px;
	}
	
