/* Elementos de la portada de CSP1 */

.int {
	border-left: 1px solid #46722a;
	border-right: 1px solid #46722a;
	padding: 3px;
	background: #F1FBE7;
}

/*En portada*/

div#destacado {
	width: 496px;
	font-size: 0;
	margin-top: 5px;
	margin-left: 6px;
	white-space: nowrap;
}

#destacado div.selector {
	height: 17px;
	margin-right: 0px; /* Coincidir con borde derecho */
	font-size: 0;
	text-align: right;
}

#destacado div.selector p {
	height: 17px;
	margin: 0;
	
	padding-right: 5px;
	
	line-height: 17px;
	font-size: 8pt;
	background: white url("enportada_selector-fondo.png") top repeat-x;
	
	float: right;
	
	color: #fce8ab;
}

/*Noticias*/

#noticias.caja {
	margin: 0 300px 0 5px;
}

#noticias .sup {
	height: 38px;
	background: #fff url("noticias_sup-fondo.png") top repeat-x;
}

#noticias .inf {
	height: 26px;
	background: #fff url("noticias_inf-fondo.png") bottom repeat-x;
}

/* Panel derecho de la portada */

#panelderecho {
	float: right;
	width: 266px;
	
	margin-right: 10px;
}

#panelderecho a {
	color: #00CE08;
}

#panelderecho .sup {
	width: 266px;
	height: 41px;
}

#panelderecho .inf {
	width: 266px;
	height: 30px;
	background: #fff url("ult_inf.png") top no-repeat;
}

#panelderecho .int {
	padding: 6px;
}

/*Ult. descargas*/
#ultdescargas.caja {
	width: 266px;
	
	font-size: 8pt;
}

#ultdescargas .sup {
	background: #fff url("ultdescargas_sup.png") top no-repeat;
}

#ultdescargas div.destacado {
	width: 220px;
	height: 198px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-position: center;
	background-repeat: no-repeat;
	
	overflow: hidden;
}

#ultdescargas div.destacado img {
	position: relative;
	top: 0px;
	left: 0px;
}

#ultdescargas div.destacado span.nombre {
	display: block;
	position: relative;
	z-index: 2;
	top: -30px;
	left: 3px;
	
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	
	color: white;
}

#ultdescargas .autor {
	text-decoration: none;
}

#ultdescargas .asunto {
	text-decoration: none;
}

/*Ult. mensajes*/
#ultmensajes.caja {
	width: 266px;
	
	font-size: 8pt;
}

#ultmensajes .sup {
	background: #fff url("ultmensajes_sup.png") top no-repeat;
}

#ultmensajes .autor {
	text-decoration: none;
}

#ultmensajes .asunto {
	text-decoration: none;
}

/*Ult. diarios*/
#ultdiarios.caja {
	width: 266px;
	
	font-size: 8pt;
}

#ultdiarios .sup {
	background: #fff url("ultdiarios_sup.png") top no-repeat;
}

#ultdiarios .autor {
	text-decoration: none;
}

#ultdiarios .asunto {
	text-decoration: none;
}

/*Top juegos*/
#topvota.caja {
	width: 266px;
	
	font-size: 8pt;
}

#topvota .sup {
	background: #fff url("topvota_sup.png") top no-repeat;
}

#topvota .nota {
	font-weight: bold;
}

/*Lanzamientos*/
#lanzamientos.caja {
	width: 266px;
	
	font-size: 8pt;
}

#lanzamientos .sup {
	background: #fff url("lanzamientos_sup.png") top no-repeat;
}

/*Encuesta*/
#encuesta.caja {
	width: 266px;
	
	font-size: 8pt;
}

#encuesta .sup {
	background: #fff url("encuesta_sup.png") top no-repeat;
}


