.AlertaMensaje {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 8pt;
  background-color: #CC3300;
  padding: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}

/* Main menu */
.MenuNavigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .MenuNavigation li {
    float: left;
    padding: 0;
    position: relative;
    line-height: 0;
  }

  .MenuNavigation img {
    float: left;
  }

  .MenuNavigation a {
    height: 25px;
    padding: 0 22px;
    font: 13px/25px Arial, Helvetica;
    text-decoration: none;
  }

  .MenuNavigation li:hover > ul {
    display: block;
  }

  /* Sub-menu */

  .MenuNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 25px;
    z-index: 99999;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    /*-moz-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;*/
  }

    .MenuNavigation ul ul.Left {
      top: 0;
      left: 150px;
      border: solid 1px #cccccc;
    }

    .MenuNavigation ul ul.Right {
      top: 0;
      right: 99%;
      border: solid 1px #cccccc;
    }

    .MenuNavigation ul li {
      float: none;
      margin: 0;
      padding: 0;
      display: block;
    }

      .MenuNavigation ul li:last-child {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
      }

    .MenuNavigation ul a {
      padding: 10px;
      height: 10px;
      min-width: 130px;
      height: auto;
      line-height: 1;
      display: block;
      white-space: nowrap;
      float: none;
      text-transform: none;
    }

    .MenuNavigation ul a /* IE6 */ {
      height: 10px;
    }

    *:first-child + html .MenuNavigation ul a /* IE7 */ {
      height: 10px;
    }

  /* Clear floated elements */
  .MenuNavigation:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

.MenuNavigation {
  zoom: 1;
}
/* IE6 */
*:first-child + html .MenuNavigation {
  zoom: 1;
}
/* IE7 */
