/*Traductor de Microsoft Bing */
        #MicrosoftTranslatorWidget {
            float: right;
            margin: 14px 8px 0;
            overflow: hidden;
            width: 32px;
            height: 26px !important;
        }

            #MicrosoftTranslatorWidget #WidgetLauncher {
                float: left;
                cursor: pointer;
                height: 26px;
            }

            #MicrosoftTranslatorWidget #WidgetLauncher {
                float: left;
                border: 0;
                padding: 0;
                margin: 0;
            }

        .LauncherTranslatePhrase {
            padding: 0;
            background: url(//weblego.blob.core.windows.net/weblegourl/common/images/language.png) no-repeat 0 0 transparent !important;
            width: 30px;
            height: 24px !important;
        }
	
        #MicrosoftTranslatorWidget #WidgetLauncher #TranslateSpan {
            display: none;
        }

        .DDStyle {
            height: 350px;
            overflow-y: auto !important;
        }


        /*fin translate*/