* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#111;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header { color: #FFF;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #222;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background-color:#000;
 background-image:url(images/bg_cabecera.jpg);
 background-repeat:no-repeat;
 background-position:left;
}
#navigation {
 float: left;
 width: 920px; color: #FFF;
 height: 10px;
 border: 1px solid #222;
 margin: 0px 0px 5px 0px;
 background: #222;
 text-align:center;
 font-size:2px;
}
#content { 
 float: left; color: #FFF;
 border: 1px solid #222;
 background: #000;
 margin: 0px 5px 5px 0px;
 height: 410px;
 width: 752px;
 display: inline;
}

#content_juegos { 
 float: left; color: #FFF;
 border: 1px solid #222;
 background: #000;
 margin: 0px 5px 5px 0px;
 height: 410px;
 width: 752px;
 display: inline;
}
#rightcolumn { color: #FFF;
 border: 1px solid #222;
 background: #000;
 margin: 0px 0px 5px 0px;
 padding: 5px;
 height: 400px;
 width: 150px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both; color: #FFF;
 border: 1px solid #222;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
 	color:#999;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	letter-spacing:2px;
}

/* Dentro de la columna derecha */

#reproductor {
	width:auto;
	height:auto;
	text-align:center;
	background-image:url(images/reproductor_title.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:12px;
}

#separador_puntos {
	width:auto;
	height:4px;
	text-align:center;
	background-image:url(images/separador_puntos_derecha.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:2px;
	margin-bottom:3px;
}

#oyentes_lateral {
	width:auto;
	height:auto;
	text-align:center;
	background-image:url(images/oyentes_title.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	color:#FFFFFF;
}

/* Cabecera */

#banner {
	width:468px;
	height:70px;
	text-align:center;
	float:right;
	border: 1px #222;
}

#menu_navigator {
	width:600px;
	height:20px;
	text-align:right;
	float:right;
	margin-top:10px;
}

#menu ul,li {
list-style-type: none;
}

#menu li {
	display:block;
	float:right;
	padding-left:14.8px;
	/ padding-left:16.8px;
	}

#menu a {
	text-decoration:none;
	border-bottom: 1px dotted #03F;
	/ border-bottom: 1px dotted #03F;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	}

#menu a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
	}

#menu a:active {
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
	}



