body{background-image:url(imagenes/interfaz/bg.gif);background-color:#283D72; color:white; FONT-FAMILY: Verdana;}
a {color:#00FFCC; 
/* background:url(imagenes/interfaz/enlace.png) repeat-x bottom; */
text-decoration:underline}
a:hover{text-decoration:none;}

#contenedor {
  overflow:hidden;
  min-width: 960px; width: expression(document.body.clientWidth < 961? "960px": "auto" );
  min-height: 540px; height: expression(document.body.clientHeight < 541? "540px": "auto");
}

#cabecera {
 background-color:grey;
  min-width:942px;
  width: expression(document.body.clientWidth < 961? "960px": "auto" );
  height:179px;
  text-align:center;
}
/*
	#cabecera .cab_izq{
	background-image:url(imagenes/interfaz/cab_izq.png);
	background-position:left;
	height:179px;
	width:266px;
	float:left;
	text-align:left;
	}
	#cabecera .cab_der{
	background-image:url(imagenes/interfaz/cab_der.png);
	background-position:right;
	height:179px;
	width:266px;
	float:right;
	text-align:left;
	}
	#cabecera #cab_centro{
	background-image:url(imagenes/interfaz/cab_centro.png); background-position:center;
	height:179px;
	width:420px;
	margin:auto;
	z-index:-1000;
	}
	#cabecera #cab_izq_link{

		margin-top:25px;
		margin-left:95px;
		height:70px;
		width:70px;
		display:block;
	}
	#cabecera #cab_izq_link a {
		text-decoration:none;
		height:70px;
		width:70px;
    	display:block;
	}
	#cabecera #cab_der_link{

		margin-top:25px;
		margin-left:87px;
		height:70px;
		width:70px;
		display:block;
	}
	#cabecera #cab_der_link a {
		text-decoration:none;
		height:70px;
		width:70px;
    	display:block;
	}*/
#separador{
	width:100%;
	margin-bottom:20px;
}
	#separador #separador_izq{
		background:url(imagenes/interfaz/separador_izq.png) no-repeat bottom left;
		height:35px;
		width:70px;
		display:block;
		float:left;
	}
	
	#separador #separador_der{
		background:url(imagenes/interfaz/separador_der.png) no-repeat bottom;
		height:35px;
		width:200px;
		float:right;
	}
	#separador #separador_centro{
		background:url(imagenes/interfaz/separador_centro.png) repeat-x bottom;
		height:35px;
		margin-right:200px;
		FONT-FAMILY: Verdana; FONT-SIZE: 11px;
		vertical-align:top;
	}

#medio {
  position:relative;
  margin:auto;
  height:auto;
  width:auto;
}
#izquierda {
  /* menu izquierda */
  left:7px;
  top: 0;
  position:absolute;
  
  background-image:url(imagenes/interfaz/menu_fondo.png);
  background-repeat:repeat-y;
  
}
	#izquierda a { background:url(./imagenes/interfaz/menu_link.png) no-repeat; width:115px; height:22px; display:block; 
						FONT-FAMILY: Verdana; FONT-SIZE: 10px; color:#81E8F7; text-decoration:none;
						padding-left:70px; padding-top:8px; font-weight:bold;
						
						}
	#izquierda a:hover { background-position:0 bottom; color:#FFFF66}
	
	#subseccion { background:url(./imagenes/interfaz/menu_titulo.png) no-repeat; width:185px; height:49px; 
					display:block; FONT-FAMILY: Verdana; FONT-SIZE: 13px; color:#81E8F7; font-weight:bold; padding-left:15px; padding-top:14px;}
	#subseccionfin { background:url(./imagenes/interfaz/menu_titulo_fin.png) no-repeat; width:185px; height:44px; 
					display:block; FONT-FAMILY: Verdana; FONT-SIZE: 13px; color:#81E8F7; font-weight:bold; padding-left:15px; padding-top:14px;
					margin-bottom:-14px; 
					margin-top:14px;
					}
	#facebook { background:url(./imagenes/interfaz/menu_titulo.png) no-repeat; width:185px; height:49px; 
					display:block; FONT-FAMILY: Verdana; FONT-SIZE: 13px; color:#81E8F7; font-weight:bold; padding-left:15px; padding-top:14px;}
					
	#facebookfin { background:url(./imagenes/interfaz/menu_titulo_fin.png) no-repeat; width:185px; height:44px; 
					display:block; FONT-FAMILY: Verdana; FONT-SIZE: 13px; color:#81E8F7; font-weight:bold; padding-left:15px; padding-top:14px;
					margin-bottom:-14px; 
					margin-top:14px;
					}
	
#central {
  /* menu central */
    margin: 0 195px;
  width:auto;
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}
#central #central_gris{
	 clear:inherit;
}

#derecha{
  /* menu derecha */
  width:185px; 
  right: 7px;
  top: 0;
  position:absolute;
  background-image:url(imagenes/interfaz/menu_fondo.png);
  FONT-FAMILY: Verdana; FONT-SIZE: 11px; color:#81E8F7; 
  background-repeat:repeat-y;
}

	/*#derecha a { background:url(./imagenes/interfaz/menu_link.png) no-repeat; width:115px; height:22px; display:block; 
						FONT-FAMILY: Verdana; FONT-SIZE: 11px; color:#81E8F7; text-decoration:none;
						padding-left:70px; padding-top:8px;
						
						}
	#derecha a:hover { background-position:0 bottom; color:#FFFF66}
*/
	#lista {
		
		FONT-FAMILY: Verdana; FONT-SIZE: 10px;
		padding-left: 25px;
		margin-top:0px;
	}
	#izquierda .textoizq a{
		padding-left: 15px;
		background:none;
		FONT-FAMILY: Verdana; FONT-SIZE: 10px;
		margin-top:0px;
		height:auto;
	}
	
	#derecha .texto{
		background:none;
		FONT-FAMILY: Verdana; FONT-SIZE: 10px;
		padding-left: 10px; padding-right:10px;
		margin-top:0px;
	}
	
		#derecha .texto_gr{
		FONT-FAMILY: Verdana; FONT-SIZE: 15px;
		padding-left: 10px; padding-right:10px;
		margin-top:0px;
		text-align:center; font-weight:bold;
	}
	
	#derecha #replay a{
	display:block;
    	vertical-align: middle;
		FONT-FAMILY: Verdana; FONT-SIZE: 10px;
		padding-left: 15px;
		margin-bottom:10px;
		margin-left:10px;
		background: url(imagenes/interfaz/lista_replays.png) no-repeat;
		margin-right:15px;
		width:140px;
		height:24px;
		
	}
	#derecha #replay img{
	border:0px;
	}
	#derecha #replay a:hover{
		background: url(imagenes/interfaz/lista_replays.png) no-repeat bottom left;
	}
	
	#derecha .enlaces a { background:url(./imagenes/interfaz/menu_link.png) no-repeat; width:115px; height:22px; display:block; 
					FONT-FAMILY: Verdana; FONT-SIZE: 10px; color:#81E8F7; text-decoration:none;
					padding-left:70px; padding-top:8px; font-weight:bold;
					
					}
	#derecha .enlaces a:hover { background-position:0 bottom; color:#FFFFFF}

#superpie{
	margin-top:15px;
	background-color:#CCFF00; border:dotted 1px; padding:2px;
	text-align:center;
}
#superpie a {
	color:#0099ff; text-decoration:none;
}
#superpie a:hover{
	color:#339933; border:dotted 1px;
	margin:-1px;
	background-color:yellow;
}

#links{
	margin-top:15px;
	background-color:#00CCFF; border:dotted 1px; padding:2px;
	text-align:center;
}
#links a {
	color:#FFFF99; text-decoration:none;
}
#links a:hover{
	color:#339933; border:dotted 1px;
	margin:-1px;
	background-color:yellow;
}
 
#pie {
  clear:both; position: relative;
  height:25px; background-image:url(imagenes/interfaz/titulo_centro.png); background-repeat:repeat-x;
  padding-top:10px;
  font-size:11px;
  text-align:right;
}

.noticia{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:white; padding:10px; background-color:#663300
}
.titulos{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:black; font-weight:bold;
	background-color:#CCFF00; border:dotted 1px; padding:2px;
	text-align:center;
}

#tit{
 }
#tit_izq{
	height:49px; width:22px; background-image:url(imagenes/interfaz/menu_titulo.png); float:left;
}
#tit_centro{
	height:35px; background-image:url(imagenes/interfaz/titulo_centro.png); background-repeat:repeat-x;
	FONT-FAMILY: Verdana; FONT-SIZE: 13px; color:#81E8F7; font-weight:bold; padding-top:14px;
	margin-left:22px;
}
#tit_der{
	height:49px; width:22px; background-image:url(imagenes/interfaz/menu_titulo.png); background-position:top right;
	float:right;
}
#contenedor_contenido{
	overflow:hidden;
}
#contenido_izq{
	float:left; background:url(imagenes/interfaz/contenido_izq.png) repeat;
	width:18px;
	padding-bottom:32768px;    margin-bottom:-32768px;
}
#contenido_centro{
	padding-left:18px;
	padding-top:10px;
	padding-right:18px;
	padding-bottom:30px;
	background-color:#283D72;
}
#contenido_der{
	float:right; background:url(imagenes/interfaz/contenido_der.png) repeat;
	width:18px;
	padding-bottom:32768px;    margin-bottom:-32768px;
}
#contenido_dizq{
	float:left; background:url(imagenes/interfaz/menu_titulo_fin.png) no-repeat;
	width:110px; height:40px;
}
#contenido_dder{
	float:right; background:url(imagenes/interfaz/menu_titulo_fin.png) no-repeat right top;
	width:80px; height:40px;
}
#contenido_dcentro{
	background:url(imagenes/interfaz/contenido_bajo.png) repeat-x;
	height:40px;
}


.tit_divisor{
	background-image:url(imagenes/interfaz/titulo_centro.png); height:10px; 
}

.aviso{
	width:90%;
	border: solid 2px #81E8F7;
	padding:10px;
	font-size:16px;
	text-align:center;
	margin:auto;
	font-weight:bold;
	background-color:#1F1F1F;
	margin-bottom:10px;
}

/*****************************************************************************************/

#contenedor_replay{
	width:99%;
	height:270px;
	border: 1px solid #81E8F7;
}
#contenedor_replay_desc{
	padding:10px;
	margin-top:10px;
	border:dotted 1px;
	background-color:#66CCCC;
}
#contenedor_replay_down{
	padding:5px 10px 10px 5px;
	margin-top:20px;
	text-align:center;
	
}
#contenedor_replay_down a{
	;
	padding:10px;
	border: 1px solid #81E8F7;
	text-decoration:none;
}
#contenedor_replay_down a:hover{
	background-color:#81E8F7;
	color:#000000;
}
#contenedor_replay_votos{
	border: 1px solid #81E8F7;
    width:60%;
	text-align:center;
	margin:10px;
	margin-left:auto; margin-right:auto; /* con esto centramos el div */
	
}
.puntuacion{
	font-size:36px; margin:-2px;
}
.votar{
	font-size:11px; margin:0px; padding:5px;
}
.votar a{
	padding:2px;
	border: 1px solid #81E8F7;
	text-decoration:none;
}
.votar a:hover{
	background-color:#81E8F7;
	color:#000000;
}

#rp_izq{
	float:left;
	width:49%;
	height:270px;
	border-right: 1px solid #81E8F7;
}
#rp_der{width:49%;
	float:right;
	text-align:center;
	height:260px;
	padding:5px;
}
.min{
	font-size:9px;
	margin-top:-0px;
}
.grande{
	font-size:16px; font-weight:bold;
	}
	
.input_largo{
		/*background:url(imagenes/interfaz/input_fondo_largo.png) right no-repeat;*/
		FONT-FAMILY: Verdana; FONT-SIZE: 11px;
	    width:188px;
	    height:20px;
	    padding:0px;
		color:#283D72;
		border:0px;
		padding-top:5px;
		padding-left:6px;
		padding-right:6px;
	}
	
.combobox{
		background:#000066;
		FONT-FAMILY: Verdana; FONT-SIZE: 11px;
	    height:20px;
	    padding:0px;
		color:#81E8F7;
		border:1px solid;
		border-color:#81E8F7;
		background-color:#283D72;
		margin-bottom:2px;
		}
.combobox_corto{
		background:#000066;
		FONT-FAMILY: Verdana; FONT-SIZE: 11px;
	    width:80px;
	    height:20px;
	    padding:0px;
		color:#81E8F7;
		border:0px;
		margin-bottom:2px;
}
.input_corto{
		background:url(imagenes/interfaz/input_fondo2.png) right no-repeat;
		FONT-FAMILY: Verdana; FONT-SIZE: 11px;
	    width:88px;
	    height:20px;
	    padding:0px;
		color:#81E8F7;
		border:0px;
		padding-top:5px;
		padding-left:6px;
		padding-right:6px;
	}
.boton{
		background:url(imagenes/interfaz/boton_fondo.png);
		FONT-FAMILY: Verdana; FONT-SIZE: 11px;
	    width:70px;
	    height:20px;
	    color:#81E8F7;
	    padding:0px;
		border:0px;
		font-weight:bold;
	}
.otros_input{
	background:#283D72;
	FONT-FAMILY: Verdana; FONT-SIZE: 11px;
	color:#81E8F7;
	border:1px solid;
	border-color:#81E8F7;
	margin-bottom:2px;
}

.formulario_izq{
	float:left;
	width:33%;
	min-width:120px;
	margin-right:10px;
	padding-left:5px;
	border-right:solid 1px;
	border-left:solid 1px;
}
.formulario_der{
	margin:1px;
}

	/***************************** NOTICIAS *****************************/
#noticias_contenedor{
	overflow:hidden;
}
#noticias_izq{
	background:url(imagenes/interfaz/noticias_izq.png);
	width:58px;
	height:58px;
	float:left;
}
#not_titulo{
	background-image:url(imagenes/interfaz/noticias_titulo.png);
	height:48px;
	font-size:16px; font-weight:bold;
	padding-top:10px;
}
#noticias_der{
	background:url(imagenes/interfaz/noticias_der.png);
	width:58px;
	height:58px;
	float:right;
}
#noticias_mizq{
	background:url(imagenes/interfaz/noticias_mizq.png);
	width:21px;
	float:left;
	padding-bottom:32768px;    margin-bottom:-32768px;
}
#noticias_mder{
	background:url(imagenes/interfaz/noticias_mder.png);
	width:43px;
	float:right;
	padding-bottom:32768px;    margin-bottom:-32768px;
}
#noticias_texto{
	background:#283d72;
	padding-left:40px;
	padding-bottom:20px;
	padding-right:55px;
	text-align:justify;
	font-size:12px;
}
#noticias_dizq{
	background:url(imagenes/interfaz/noticias_dizq.png) no-repeat;
	width:26px;
	height:30px;
	float:left;
}
#noticias_datos{
	background:url(imagenes/interfaz/noticias_datos.png) ;
	height:30px;
}
#noticias_dder{
	background:url(imagenes/interfaz/noticias_dder.png) no-repeat;
	width:43px;
	height:30px;
	float:right;
}
#not_fecha{
	width:100px; float:left; height:27px; background-image:url(imagenes/interfaz/degradado1.png);
	margin-right:1px;
}

#not_texto{
	background-color:#333388;
}
.not_autor{
	color:#81E8F7;
	font-size:10px;
}
#not_comentario{
 margin-right:10px;
}
#not_comentario a{
	font-weight:bold;
	color:#333333;
}
#not_comentario a:hover{
	background-color:#00FFCC;
	text-decoration:none;
}

.imgder{
	display:block;
	float:right;
	padding:10px;
	border: 1px dotted #81E8F7;
	margin:5px;
	text-align:center;
	font-size:9px;
	width:210px;
}

.imgder:hover{
	background-color:#2e2d26;
}


/********************** BLIZZQUOTE *********************/
.blizzquote{
	width:90%;
	margin:auto;
}

.blizzquote .tit{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	color: #0099ff;
	margin:auto;
	font-weight:bold;
	background: #323232 url(imagenes/interfaz/blizz.gif) no-repeat;
	background-position: 5px 50%;
}

.blizzquote .texto{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	color: #0099ff;
	background-color:#000000;
	margin:auto;
	border: #323232 5px solid;
	border-top:none;
}


/******************** SECCIÓN DE VÍDEOS ***********************/
.videocat{
	width:95%;
	border:solid 1px #666666;
	background-color:#2e2d26;
	clear:both;
	padding:5px;
}

#pestanyas{
	margin:auto;
	text-align:center;
	width:95%;
	
}

.pest a{
	float:left;
	border:solid 1px #666666;
	padding:2px;
	text-decoration:none;
	margin:5px;
	width:30%;
	
}

.pest a:hover{
	background-color:#2e2d26;
}

#video{
	text-align:center;
}
