/* LGS WIDGET */

	#lgs-widget {
		width: 100%;
		padding-top: 28px;
		position: relative;
		background: none;		/* fondo widget */		
	}
	
	* > #lgs-widget {
		width: auto;
		z-index:1;
	}
	
	#lgs-widget .no {
		display: none;
	}
		
/* Pestanas */

	#lgs-widget .lgs-tabs {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 28px;
		margin: 0;		
		padding: 0;
		border: solid #fff;
		border-width: 0 0 0 1px;
		z-index: 1000;
	}	

	#lgs-widget .lgs-tabs a {
		display: block;
		position: relative;
		float: left;
		padding: 0;
	
		background-position: left top;
		background-repeat: no-repeat;
	
		cursor: pointer;
		border: solid #fff;
		border-width: 1px 1px 0 0;
		font: bolder normal 12px tahoma, arial, helvetica, sans-serif ! important;
		text-decoration: none;
		color: #fff ! important;		/* color enlaces etiquetas */
	}

	#lgs-widget .lgs-tabs a span {
		display: block;
		position: relative;
		height: 28px;
		padding: 8px 6px 0;
	}

	* > #lgs-widget .lgs-tabs a span {
		height: 19px;
	}

	#lgs-widget .lgs-tabs a.lgs-on {
		background-color: #999;			/* color etiqueta no activada */
	}

	#lgs-widget .lgs-tabs a.lgs-out {
		background-color: #7F000F;			/* color etiqueta no funciona */
		cursor: default;
	}
        
        #lgs-widget .lgs-tabs a.lgs-out:hover{ background-color: #AE001B;}

	#lgs-widget .lgs-tabs a.lgs-off {
		background-color: #AE001B;		/* color etiqueta activada */
	}

	#lgs-widget .lgs-tabs a.lgs-off span {
		height: 29px;
	}

	* > #lgs-widget .lgs-tabs a.lgs-off span {
		height: 20px;
	}

/* Form */

	#lgs-widget .lgs-form {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		background: #AE001B;	/* color fondo caja */
		border: solid #fff;
		border-width: 1px 1px 0;
		color: #000;
		text-align: center;
	}

	#lgs-widget .lgs-form fieldset {
		display: block;
		clear: none;
		float: none;
		margin: 0;
		padding: 4px;
		border: 0;
	}
	
	#lgs-txt{
		.width: 130px !important;
		.margin: 0 !important;
	}
		
/* Powered lgs */

	#lgs-widget .lgs-go {
		display: block;
		position: relative;
		clear: none;
		float: none;
		margin: 0;
		padding: 0;
		background: #AE001B;	/* color fondo caja */
		border: solid #fff;
		border-width: 0 1px 1px;
		font: normal 9px arial, helvetica, sans-serif;
		text-align: right;
	}

	#lgs-widget .lgs-go span {
		display: block;
		position: relative;
		clear: none;
		float: none;
		margin: 0;
		padding: 3px 120px 10px 4px;
		border: 0;
		color: #fff;		/* color powered */
	}

	.lgs-go a {
		display: block;
		position: absolute;
		top: 2px;
		right: 6px;
		width: 108px;
		height: 17px;
		filter:progid:DXImageTransform.microsoft.alphaimageloader(enabled=true, sizingMethod=scale src='../lgs-img/lgs.png');
	}

	* > .lgs-go a {
		background: url(../images/lgs.png) left top no-repeat;
	}

/* campo texto */

	body #sidebar .form #lgs-widget form#lgs-form .lgs-txt {
		display: inline;
		clear: none;
		width: 155px;
		border-width: 0 0 2px 2px;
		border-color: #fff;
		padding: 1px 12px;
		background: #fff;
		font-weight: normal;
		font-size: 12px;
	}

	* > #lgs-widget .lgs-txt {
		width: 136px;
	}

/* boton buscar */

	body #sidebar .form #lgs-widget form#lgs-form input.lgs-btn {
		display: inline;
		position: relative;
		width: auto;
		border-width: 0 0 2px 2px;
		border-color: #fff;
		cursor: pointer;
		background-color: #d4d0c8;
		text-align: center;
		font-size: 12px;
	}

	body #sidebar .form #lgs-widget form#lgs-form .lgs-btn:hover {
		background-color: #f90;
		color: #000;
	}

	body #sidebar .form #lgs-widget form#lgs-form .lgs-btn:active {
		border-width: 2px 2px 0 0;
	}
