html{
  margin:               0px;
  padding:              0px;
}
body{
  background-color:     #000000;
}

.logo{
  width:                99%;
  height:               200px;
}

.mapa{
  width:                50%;
  float:                left;
}
.mapa iframe
{
  width:                 100%;
}
.mapa small a{
  color:                #ffed00 !important;
  text-decoration:      none;
}
.texto{
  float:                left;
  width:                50%;
  color:                #ffed00;
  text-align:           center;
}

