/* generado con SCSS el 13 Jul 2018 */
#content {
  background-color: #f9f9f9;
}
#content p {
  color: #444;
}
#content p:last-child {
  margin-bottom: 0;
}

#map {
  height: 400px;
  border: 1px solid #e0e0e0;
}

.primary_price, .secondary_price {
  color: #888;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 12px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-bottomright: 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 12px;
}

.primary_price .price_caption {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.875;
}
.primary_price em {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875;
}

.secondary_price {
  background-color: #ebebeb;
  border-color: #dcdfe0;
}
.secondary_price .price_caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6875;
}
.secondary_price em {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6875;
}

.rojo_ul li {
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  padding-bottom: 10px;
}
.rojo_ul li strong {
  color: #5c4c4c;
}
.rojo_ul li:last-child {
  padding-bottom: 0;
}

.bullet_circle li {
  list-style-type: circle;
  margin-left: 15px;
}
