.news {
  position: relative;
  margin: 0 20px 0 20px;
}

.img_title {
  margin: 10px 0 10px 0;
}

.map {
  /*position: relative;*/
  margin: 10px 0px 10px 0px;
}

.title_map {
  float: left;
  margin-right: 30px;
}
.title_map h3 {
  font-weight: bold;
  color: #AA0000;
}

.percent_map {
  float: right;
  margin-top: 10px;
}

.description_map {
  clear: both;
  padding-bottom: 10px;
  margin-left: 30px;
}

.dotted_sep {
  border-bottom: dotted 1px gray;
}

h2 {
  color: #a61616;
}
