/* 
    Document   : eventos
    Author     : NitsNets Studios
    Description:
        Ficha de eventos, etc...
*/

/* ------------------------------------------------------------
 * EVENTOS
 * ------------------------------------------------------------
 */
 
#evento_chat
{
    margin-top: 32px;
    margin-bottom: 10px;
}
 

#evento_ficha_mini {
	background: url(images/line_2.gif) repeat-x left bottom;
	margin: 	0px 0px 0px 0px;
	padding: 	0px 0px 18px 0px;
}
 
#evento_ficha {
	background: url(images/line_1.gif) no-repeat left bottom;
	margin: 	0px 0px 18px 0px;
	padding: 	0px 0px 22px 0px;
}

#evento_destacado
{
    margin: -1px 0px 10px 0px;
}
	/* Imagen */
	#evento_ficha_img {
		float: 	left;
		padding:0px 12px 0px 0px;
		width: 	230px;
	}
    
    /* Imagen */
	#evento_ficha_img_live{
		float: 	left;
		padding:0px 12px 0px 0px;
		width: 	117;
	}
	
	/* Información */
	#evento_ficha_info {
		float: 	left;
		width: 	350px;
	}
    
    #evento_ficha_mini_info span.borde_redondo, a.border_redondo
    {
        margin-right: 10px;
    }
    
    /* Información */
	#evento_ficha_mini_info {
		float: 	left;
		width: 	690px;
	}
		/* Portada */
		#evento_ficha_info .place {
			background: url(images/line_dashed_1.gif) repeat-x left bottom;
			margin: 	0px 0px 5px 0px;
			padding: 	0px 0px 7px 0px;
		}
			#evento_ficha_info .place .floatleft {
				width: 	150px;
			}
			
			#evento_ficha_info .place .floatright {
				width: 	185px;
			}
			
	
	/* Mapa */
	#evento_ficha_mapa {
		float: 	right;
		height: 268px;
		width: 	328px;
	}
	
	
	
	
	/*------------------
    * Listado de eventos
    *-------------------*/
    
        #noticias_listado .noticia .columnleft-eventos {
			float:		left;
			text-align: center;
			width:		122px;
		}
        
        #noticias_listado .noticia .columnleft-eventos .place {
			background: url(images/line_dashed_1.gif) repeat-x left bottom;
			margin: 	0px 0px 5px 0px;
			padding: 	0px 0px 7px 0px;
		}
		
		#noticias_listado .noticia .columnright-eventos {
			float:		right;
			width:		290px;
		}
        
        /* Buscador */
        #buscar_evento {
        	background: 	url(images/buscar_evento.gif) no-repeat 0 0;
        	height:			65px;
        	padding:		0px 0px 0px 195px;
        	position: 		relative;
        }
        
        #buscar_evento .buscar_videojuego_text {
        	background: url(images/buscar_noticia_input.gif) no-repeat 0 0;
        	_background-attachment: fixed;
        	border:		none;
        	float: 		left;
        	font-family:Verdana;
        	font-size:	10px;
        	height:		15px; /* 16px */
        	margin:		13px 6px 0 0;
        	padding:	1px 10px 0px;
        	width:		276px; /* 296px */
        }
        
        #buscar_evento .buscar_videojuego_submit {
        	background: url(images/buscar_noticia_submit.gif) no-repeat 0 0;
        	border:		none;
        	cursor:		pointer;
        	display: 	block;
        	float: 		left;
        	height:		36px;
        	margin:		5px 0px 0px 0px;
        	text-indent:-10000px;
        	width:		70px;
        }
        
  	/*------------------
    * Banner del widget del evento
    *-------------------*/
    #evento_banner_widget {
        background: url(images/widgets/banner_widget_evento_f1.png) no-repeat 0 0;
        cursor: pointer;
        height: 85px;
        margin-bottom:10px;
        width: 300px;
    }
    
    #evento_banner_widget:hover {
        background: url(images/widgets/banner_widget_evento_f2.png) no-repeat 0 0;
        cursor: pointer;
        height: 85px;
        margin-bottom:10px;
        width: 300px;
    }
    
    #evento_banner_widget_holder #info_widget_evento {
    	background: url("images/resultado_juegos_busqueda_top.png") no-repeat scroll -155px 0 transparent;
        color: #FFFFFF;
        display: none;
        padding: 12px 0 0;
        position: absolute;
        right: 15px;
        top: 70px;
        width: 281px;
        z-index: 100;
    }
    
	#evento_banner_widget_holder #info_widget_evento .content  {
		background: transparent url(images/resultado_juegos_content_darker.png) repeat 0 0;
		border: 	1px solid #ffffff;
		border-top: none;
        padding: 10px;
	}
    
    #evento_banner_widget_holder #info_widget_evento .content ul  {
		margin-top: 10px;
        font-size:100%;
	}
    
    #evento_banner_widget_holder #info_widget_evento .content ul li {
		list-style: disc inside none;
        padding: 0 0 3px 0;
	}
    
    #evento_banner_widget_holder #info_widget_evento .content ul li a {
		color: #fff;
	}