
body {
  padding: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  border: 6px none blue;
  border-radius: 6px;
  background-image: none;
  background-attachment: scroll;
  background-position: top center;
  background-repeat: repeat-y;
  background-color: black;
  color: darkblue;
  font-family: 'Footlight MT';
  font-weight: normal;
  font-size: .8em;
  height: auto;
  
}

#divContainer {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: black;
  height: auto;
}
#divContent{
  padding: 0;
  margin: 0;
  border: 1px none White;
  width: 100%;
  height: auto;
  background-color: transparent;
}
#divHeader {
  padding: 0;
  margin: 0;
  border: 1px none White;
  width: 100%;
  height: 160px;
  background-color: transparent;
}
#divHeaderRowLeft{
  padding-left: 10px;
  border: 1px none Yellow;
  background-image: url('/Images/WWSyMex2016LogoBlack.png');
  /*background-image: url('/Images/WWSyMex2016LogoDefBlack.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-color: Black;
  width: 25%;
  height: 160px;
}
#divHeaderRowCenter {
  padding-left: 0;
  border: 1px none Red;
  width: 40%;
  height: 160px;
  text-align: left;
  font-style: italic;
}
#divHeaderRowRight {
  border: 1px none Cyan;
  width: 35%;
  height: 160px;
}
#divMenu {
  padding: 0;
  border: 1px solid Black;
  width: 100%;
  background-color: Black;
  height: 60px;
}
#divMenuRow{
    height: 50px;
    border: 3px groove blue;
}
/*
div.col-xs-2 {
  float: left;
  border: 1px none Yellow;
}
*/
#divBody {
  padding: 0;
  border: 1px none Brown;
  width: 100%;
  background-color: transparent;
  height: auto;
}
#divFooter {
  padding-left: 20px;
  border-top: 4px outset blue;
  width: 100%;
  background-color: transparent;
  background-image: url('../Images/MapamundiDigital.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
}
img {
    width: 100%;
}
#divFooterOfficesInfoLeft {
    padding-right: 10px;
    font-size: small;
    text-align: right;
    vertical-align: top;
    font-style: italic;
    color: greenyellow;
    background-color: transparent;
    background-image: url('../Images/FondoWorldWideSystems23.jpg');
    background-attachment: scroll;
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 3px outset blue;
    border-radius: 6px;
    width: 100%;
}
#divFooterOfficesInfoCenter {
    padding-right: 3px;
    text-align: right;
    vertical-align: top;
    font-family: 'Footlight MT';
    font-size: 0.7em;
    font-weight: bold;
    color: #6fc8b8;
    background-color: transparent;
    border: 6px none #6fc8b8;
    border-radius: 6px;
}

#divFooterOfficesInfoRight {
    padding-right: 20px;
    text-align: right;
    vertical-align: top;
    font-family: 'Footlight MT';
    font-size: 0.7em;
    font-weight: bold;
    color: #6fc8b8;
    background-color: transparent;
    border: 6px none #6fc8b8;
    border-radius: 6px;
}
#divFooterRowRight {
    padding-right: 30px;
    font-family: 'Footlight MT';
    font-size: 0.4em;
    font-style: italic;
    width: 100%;
    color: whitesmoke;
}
.imgDivFooter{
    width: 36px;
    height: 36px;
    background-color: transparent;
}
