        div#container {
            width: 1100px;
            position: relative;
            margin: 0 auto 0 auto;
            text-align: left;
        }

        body {
            background-color: #EBEDEC;
            background-image: url('images/galmex_tlo_01.jpg');
            background-attachment: fixed;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            color: #000000;
            font-family: Arial;
            font-weight: normal;
            font-size: 13px;
            line-height: 1.1875;
            margin: 0;
            text-align: center;
        }
        @-webkit-keyframes animate-fade-out {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @-moz-keyframes animate-fade-out {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @-o-keyframes animate-fade-out {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @-ms-keyframes animate-fade-out {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @keyframes animate-fade-out {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @-webkit-keyframes funny-in {
            0% {
                -webkit-transform: rotate(360deg) scale(0, 0);
                opacity: 0;
                -webkit-transform-origin: 50% 50%;
            }
            20% {
                -webkit-transform: rotate(0deg) scale(0.5, 0.5);
                opacity: 1;
                -webkit-transform-origin: 0 100%;
            }
            40% {
                -webkit-transform: rotate(0deg) scale(0.5, 0.5);
                -webkit-transform-origin: 100% 100%;
            }
            60% {
                -webkit-transform: rotate(0deg) scale(0.5, 0.5);
                -webkit-transform-origin: 100% 0;
            }
            80% {
                -webkit-transform-origin: 0 0;
                -webkit-transform: rotate(0deg) scale(0.5, 0.5);
            }
            100% {
                -webkit-transform: rotate(0deg) scale(1, 1);
                opacity: 1;
                -webkit-transform-origin: 50% 50%;
            }
        }

        @-moz-keyframes funny-in {
            0% {
                -moz-transform: rotate(360deg) scale(0, 0);
                opacity: 0;
                -moz-transform-origin: 50% 50%;
            }
            20% {
                -moz-transform: rotate(0deg) scale(0.5, 0.5);
                opacity: 1;
                -moz-transform-origin: 0 100%;
            }
            40% {
                -moz-transform: rotate(0deg) scale(0.5, 0.5);
                -moz-transform-origin: 100% 100%;
            }
            60% {
                -moz-transform: rotate(0deg) scale(0.5, 0.5);
                -moz-transform-origin: 100% 0;
            }
            80% {
                -moz-transform-origin: 0 0;
                -moz-transform: rotate(0deg) scale(0.5, 0.5);
            }
            100% {
                -moz-transform: rotate(0deg) scale(1, 1);
                opacity: 1;
                -moz-transform-origin: 50% 50%;
            }
        }

        @-o-keyframes funny-in {
            0% {
                -o-transform: rotate(360deg) scale(0, 0);
                opacity: 0;
                -o-transform-origin: 50% 50%;
            }
            20% {
                -o-transform: rotate(0deg) scale(0.5, 0.5);
                opacity: 1;
                -o-transform-origin: 0 100%;
            }
            40% {
                -o-transform: rotate(0deg) scale(0.5, 0.5);
                -o-transform-origin: 100% 100%;
            }
            60% {
                -o-transform: rotate(0deg) scale(0.5, 0.5);
                -o-transform-origin: 100% 0;
            }
            80% {
                -o-transform-origin: 0 0;
                -o-transform: rotate(0deg) scale(0.5, 0.5);
            }
            100% {
                -o-transform: rotate(0deg) scale(1, 1);
                opacity: 1;
                -o-transform-origin: 50% 50%;
            }
        }

        @-ms-keyframes funny-in {
            0% {
                -ms-transform: rotate(360deg) scale(0, 0);
                opacity: 0;
                -ms-transform-origin: 50% 50%;
            }
            20% {
                -ms-transform: rotate(0deg) scale(0.5, 0.5);
                opacity: 1;
                -ms-transform-origin: 0 100%;
            }
            40% {
                -ms-transform: rotate(0deg) scale(0.5, 0.5);
                -ms-transform-origin: 100% 100%;
            }
            60% {
                -ms-transform: rotate(0deg) scale(0.5, 0.5);
                -ms-transform-origin: 100% 0;
            }
            80% {
                -ms-transform-origin: 0 0;
                -ms-transform: rotate(0deg) scale(0.5, 0.5);
            }
            100% {
                -ms-transform: rotate(0deg) scale(1, 1);
                opacity: 1;
                -ms-transform-origin: 50% 50%;
            }
        }

        @keyframes funny-in {
            0% {
                transform: rotate(360deg) scale(0, 0);
                opacity: 0;
                transform-origin: 50% 50%;
            }
            20% {
                transform: rotate(0deg) scale(0.5, 0.5);
                opacity: 1;
                transform-origin: 0 100%;
            }
            40% {
                transform: rotate(0deg) scale(0.5, 0.5);
                transform-origin: 100% 100%;
            }
            60% {
                transform: rotate(0deg) scale(0.5, 0.5);
                transform-origin: 100% 0;
            }
            80% {
                transform-origin: 0 0;
                transform: rotate(0deg) scale(0.5, 0.5);
            }
            100% {
                transform: rotate(0deg) scale(1, 1);
                opacity: 1;
                transform-origin: 50% 50%;
            }
        }

        a {
            color: #0000FF;
            text-decoration: underline;
        }

        a:visited {
            color: #800080;
        }

        a:active {
            color: #FF0000;
        }

        a:hover {
            color: #0000FF;
            text-decoration: underline;
        }

        input:focus, textarea:focus, select:focus {
            outline: none;
        }

        #MenuBar1 {
            background-color: transparent;
            border: 0px solid #FFFFFF;
        }

        .MenuBar1SubMenu {
            background-color: transparent;
            border: 1px solid #FFFFFF;
            position: absolute;
            visibility: hidden;
            overflow: visible;
            z-index: 100;
        }

        .MenuBar1SubMenuTable {
            cursor: default;
            border: 0;
            padding: 0;
        }

        .MenuBar1SubMenuTable tr {
            margin: 0;
            padding: 0;
        }

        .MenuBar1Menu {
            background-color: transparent;
            margin: 0 0px 0 0px;
            border-spacing: 0 0px;
            padding: 0;
        }

        .MenuBar1MenuOuter {
            background-color: transparent;
            border: 0px solid #FFFFFF;
        }

        .MenuBar1Menu tr {
            margin: 0;
            padding: 0;
        }

        .MenuBar1MainItem .MenuBar1MainItemLeft,
        .MenuBar1MainItem .MenuBar1MainFolderLeft {
            width: 0px;
            cursor: pointer;
            border-width: 0;
            text-align: center;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MainItem .MenuBar1MainItemText,
        .MenuBar1MainItem .MenuBar1MainItemText a,
        .MenuBar1MainItem .MenuBar1MainFolderText,
        .MenuBar1MainItem .MenuBar1MainFolderText a {
            background-color: #C5C6C6;
            color: #727271;
            font-size: 13px;
            font-family: "Lucida Sans Unicode";
            font-weight: normal;
            line-height: 16px;
            text-align: left;
            text-decoration: none;
            white-space: nowrap;
            margin: 0;
            cursor: pointer;
            border-bottom: 1px solid #FFFFFF;
            border-right: 1px solid #FFFFFF;
            border-top: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF;
            padding: 3px 5px 3px 5px;
            vertical-align: middle;
        }

        .MenuBar1MainItem .MenuBar1MainItemRight,
        .MenuBar1MainItem .MenuBar1MainFolderRight {
            width: 0px;
            cursor: pointer;
            border-width: 0;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MainItemHover .MenuBar1MainItemLeft,
        .MenuBar1MainItemActive .MenuBar1MainItemLeft,
        .MenuBar1MainItemHover .MenuBar1MainFolderLeft,
        .MenuBar1MainItemActive .MenuBar1MainFolderLeft {
            width: 0px;
            cursor: pointer;
            border-width: 0;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MainItemHover .MenuBar1MainItemText,
        .MenuBar1MainItemActive .MenuBar1MainItemText,
        .MenuBar1MainItemHover .MenuBar1MainItemText a,
        .MenuBar1MainItemActive .MenuBar1MainItemText a,
        .MenuBar1MainItemHover .MenuBar1MainFolderText,
        .MenuBar1MainItemActive .MenuBar1MainFolderText,
        .MenuBar1MainItemHover .MenuBar1MainFolderText a,
        .MenuBar1MainItemActive .MenuBar1MainFolderText a {
            background-color: #FF0000;
            color: #FFFFFF;
            font-size: 13px;
            font-family: "Lucida Sans Unicode";
            font-weight: normal;
            line-height: 16px;
            text-align: left;
            text-decoration: none;
            white-space: nowrap;
            margin: 0;
            cursor: pointer;
            border-bottom: 1px solid #FFFFFF;
            border-right: 1px solid #FFFFFF;
            border-top: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF;
            padding: 3px 5px 3px 5px;
            vertical-align: middle;
        }

        .MenuBar1MainItemHover .MenuBar1MainItemRight,
        .MenuBar1MainItemActive .MenuBar1MainItemRight,
        .MenuBar1MainItemHover .MenuBar1MainFolderRight,
        .MenuBar1MainItemActive .MenuBar1MainFolderRight {
            width: 0px;
            cursor: pointer;
            border-width: 0;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MenuItem .MenuBar1MenuItemLeft,
        .MenuBar1MenuItem .MenuBar1MenuFolderLeft {
            background-color: #EBEBEB;
            width: 25px;
            cursor: pointer;
            border-bottom: 0px solid #CCCCCC;
            border-left: 0px solid #CCCCCC;
            border-top: 0px solid #CCCCCC;
            border-right: 0;
            text-align: center;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MenuItem .MenuBar1MenuItemText,
        .MenuBar1MenuItem .MenuBar1MenuItemText a,
        .MenuBar1MenuItem .MenuBar1MenuFolderText,
        .MenuBar1MenuItem .MenuBar1MenuFolderText a {
            background-color: #FFFFFF;
            color: #000000;
            font-size: 13px;
            font-family: Arial;
            font-weight: normal;
            line-height: 16px;
            text-align: left;
            text-decoration: none;
            white-space: nowrap;
            margin: 0;
            cursor: pointer;
            border-bottom: 0px solid #CCCCCC;
            border-top: 0px solid #CCCCCC;
            border-right: 0px solid #CCCCCC;
            border-left: 0px solid #CCCCCC;
            padding: 3px 5px 3px 5px;
            vertical-align: middle;
        }

        .MenuBar1MenuItem .MenuBar1MenuItemRight,
        .MenuBar1MenuItem .MenuBar1MenuFolderRight {
            background-color: #FFFFFF;
            width: 12px;
            cursor: pointer;
            border-bottom: 0px solid #CCCCCC;
            border-right: 0px solid #CCCCCC;
            border-top: 0px solid #CCCCCC;
            border-left: 0;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MenuItemHover .MenuBar1MenuItemLeft,
        .MenuBar1MenuItemActive .MenuBar1MenuItemLeft,
        .MenuBar1MenuItemHover .MenuBar1MenuFolderLeft,
        .MenuBar1MenuItemActive .MenuBar1MenuFolderLeft {
            background-color: #D3D3D3;
            width: 25px;
            cursor: pointer;
            border-bottom: 0px solid #666666;
            border-left: 0px solid #666666;
            border-top: 0px solid #666666;
            border-right: 0;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MenuItemHover .MenuBar1MenuItemText,
        .MenuBar1MenuItemActive .MenuBar1MenuItemText,
        .MenuBar1MenuItemHover .MenuBar1MenuItemText a,
        .MenuBar1MenuItemActive .MenuBar1MenuItemText a,
        .MenuBar1MenuItemHover .MenuBar1MenuFolderText,
        .MenuBar1MenuItemActive .MenuBar1MenuFolderText,
        .MenuBar1MenuItemHover .MenuBar1MenuFolderText a,
        .MenuBar1MenuItemActive .MenuBar1MenuFolderText a {
            background-color: #FF0000;
            color: #FFFFFF;
            font-size: 13px;
            font-family: Arial;
            font-weight: normal;
            line-height: 16px;
            text-align: left;
            text-decoration: none;
            white-space: nowrap;
            margin: 0;
            cursor: pointer;
            border-bottom: 0px solid #666666;
            border-top: 0px solid #666666;
            border-right: 0px solid #666666;
            border-left: 0px solid #666666;
            padding: 3px 5px 3px 5px;
            vertical-align: middle;
        }

        .MenuBar1MenuItemHover .MenuBar1MenuItemRight,
        .MenuBar1MenuItemActive .MenuBar1MenuItemRight,
        .MenuBar1MenuItemHover .MenuBar1MenuFolderRight,
        .MenuBar1MenuItemActive .MenuBar1MenuFolderRight {
            background-color: #FF0000;
            width: 12px;
            cursor: pointer;
            border-bottom: 0px solid #666666;
            border-right: 0px solid #666666;
            border-top: 0px solid #666666;
            border-left: 0;
            padding: 3px 0px 3px 0px;
            font-size: 1px;
        }

        .MenuBar1MenuItem .MenuBar1MenuFolderRight {
            background-image: url('images/index_MenuBar1_bkgrnd18.png');
            background-position: left center;
            background-repeat: no-repeat;
        }

        .MenuBar1MenuItemHover .MenuBar1MenuFolderRight,
        .MenuBar1MenuItemActive .MenuBar1MenuFolderRight {
            background-image: url('images/index_MenuBar1_bkgrnd20.png');
            background-position: left center;
            background-repeat: no-repeat;
        }

        .MenuBar1SubMenu td,
        .MenuBar1Menu td,
        .MenuBar1Menu tr {
            vertical-align: middle;
        }

        .MenuBar1MenuSplitText div {
            height: 1px;
            padding: 0;
            background-color: #FFFFFF;
            overflow: hidden;
        }

        .MenuBar1MenuItem .MenuBar1MenuSplitLeft {
            background-color: #EBEBEB;
            height: 7px;
            padding: 0;
        }

        .MenuBar1MenuItem .MenuBar1MenuSplitText {
            background-color: #FFFFFF;
            height: 7px;
            padding: 0px 6px 0px 6px;
        }

        .MenuBar1MenuItem .MenuBar1MenuSplitRight {
            background-color: #FFFFFF;
            height: 7px;
            padding: 0;
        }

        .MenuBar1MainSplitText div {
            background-color: #FFFFFF;
            height: 1px;
            padding: 0;
            overflow: hidden;
        }

        .MenuBar1MainItem .MenuBar1MainSplitLeft {
            height: 9px;
            padding: 0;
        }

        .MenuBar1MainItem .MenuBar1MainSplitText {
            background-color: #C5C6C6;
            height: 9px;
            padding: 0;
        }

        .MenuBar1MainItem .MenuBar1MainSplitRight {
            height: 9px;
            padding: 0;
        }

        .MenuBar1MainItem {
            vertical-align: middle;
        }

        .MenuBar1HorizontalSplit {
            border-right: 0 solid #8080FF;
            border-left: 0 solid #8080FF;
            width: 17px;
            background-color: #C5C6C6;
            padding: 3px 0px 3px 0px;
            vertical-align: middle;
            text-align: center;
            text-decoration: none;
            color: #FFFFFF;
            font-size: 13px;
            font-family: "Lucida Sans Unicode";
            font-style: normal;
        }

        .MenuBar1MainItem, .MenuBar1MainItemHover, .MenuBar1MainItemActive,
        .MenuBar1MenuItem, .MenuBar1MenuItemHover, .MenuBar1MenuItemActive {
            white-space: nowrap;
        }

        .MenuBar1SpacerDiv {
            background: transparent;
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 1px;
        }

        #wb_Text1 {
            background-color: transparent;
            background-image: none;
            border: 0px solid #000000;
            padding: 0;
            margin: 0;
            text-align: left;
        }

        #wb_Text1 div {
            text-align: left;
        }

        #wb_Text2 {
            background-color: transparent;
            background-image: none;
            border: 0px solid #000000;
            padding: 0;
            margin: 0;
            text-align: justify;
        }

        #wb_Text2 div {
            text-align: justify;
        }

        #wb_Text3 {
            background-color: transparent;
            background-image: none;
            border: 0px solid #000000;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        #wb_Text3 div {
            text-align: center;
        }

        #Image3 {
            border-width: 0;
            margin: 0;
            left: 0;
            top: 0;
            width: 100%;

        }

        #SlideShow1 .image {
            border-width: 0;
            left: 0;
            top: 0;
            width: 100%;
        }

	.image{width:100%}

        .SlideShow1_ShowAnimation {
            -webkit-animation: funny-in 5000ms linear 0s 1 normal both;
            -moz-animation: funny-in 5000ms linear 0s 1 normal both;
            animation: funny-in 5000ms linear 0s 1 normal both;
        }

        .SlideShow1_HideAnimation {
            -webkit-animation: animate-fade-out 5000ms linear 0s 1 normal both;
            -moz-animation: animate-fade-out 5000ms linear 0s 1 normal both;
            animation: animate-fade-out 5000ms linear 0s 1 normal both;
        }
#Image1
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image2
{
   border-width: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image3
{
   border-width: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Shape1
{
   border-width: 0;
}
#Image4
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Shape2
{
   border-width: 0;
}
#Image7
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow1 .image
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow1 a:not(:first-child) .image
{
   display: none;
}
#SlideShow2 .image
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow2 a:not(:first-child) .image
{
   display: none;
}
#Shape3
{
   border-width: 0;
}
#Image5
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow3 .image
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow3 a:not(:first-child) .image
{
   display: none;
}
