#wrapper{
	background: none repeat scroll 0 0 #e0e0df;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #6D6D6D inset;
    color: #FFFFFF;
    font: 12px/14px Arial,Helvetica,sans-serif;
    height: 324px;
    overflow: hidden;
    width: 277px;
}
	
	#wrapper .cabecera{
		margin: 0px auto 6px;
		display:block;
    text-align: center;
    background: #000;
    padding-bottom: 2px;
    border-bottom: 2px #FF9840 solid;
	}

h3{
	margin:0px;
}

h3 a {
	line-height: 1.1em;
	margin-bottom: 5px;
	display:block;
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
}
	h3 a:hover {
		text-decoration:underline;
	}

  ul.noticias{
  	list-style:none;
  	margin: 4px auto 4px 7px;
  }

  ul.noticias li{
  	margin-bottom:8px;
  	float:left;
  	margin-left:3px;
		border-bottom: 1px solid #DFDEDE;
		/*padding-bottom: 10px;*/
		width:255px;
  }

  ul.noticias li:last-child{
		border-bottom: 0px;
  }
  

  	ul.noticias li.destacada img{
			margin-bottom: 10px;
			width:255px;
		}
	
	ul.noticias li.destacada p{
		font-family: Arial;
		font-size: 11px;
		color:#464545;
	}

  	ul.noticias li.destacada h3 a{
  		line-height: 1.1em;
			margin-bottom: 5px;
			font-weight: bold;
			font-size:15px;
			font-family: Georgia;
			color:#464545;
		}
		
  	ul.noticias li.secundaria{
  		border-top:1px solid #B5B5B5;
  		padding-top:10px;
  	}
 
  	ul.noticias li.secundaria img{
  		width:77px;
  		height:77px;
  		float:left;
  	}

  	ul.noticias li.secundaria .text{
			float: left;
			padding-left: 5px;
			width: 165px;
		}

  	ul.noticias li.secundaria h3 a{
  		line-height: 1.1em;
			margin-bottom: 5px;
			float:left;
			font-weight: bold;
			font-size: 15px;
			font-family: Georgia;
			color:#464545;
			padding-left:5px;
			text-decoration:none
	  }
  		ul.noticias li.secundaria h3 a:hover{
  			text-decoration:underline;
  		}
  	
  	ul.noticias li.secundaria p{
  		float:left;
			font-family: Arial;
			font-size: 11px;
			color:#464545;
  		padding-left:5px;
  	}
  	
  ul.juegos{
  	list-style:none;
  	background:#222222;
  	float:left;
  	padding:0px;
  	margin-top:0px;
  }
  	
  	ul.juegos h1{
  		height:36px;
  		background:url("/img/cabecera-juegos.png") no-repeat;
  		margin-top:0px;
  	}
  		ul.juegos h1 span{
  			font-size:13px;
  			font-family:Arial;
  			font-weight:bold;
  			color:#F19401;
  			padding:21px;
  			float:left;
  		}
  	ul.juegos li{
  		margin-left:12px;
  	}
  		ul.juegos li:first-child{}