/* .catalogue-table {
  font-size: 1em;
} */

.catalogue-table p {
  margin-bottom: 0rem;
}

.catalogue-table td {
  vertical-align: middle;
}

.catalogue-bottom {
  background-color: #1e548c;
  color: white;
}

.catalogue-bottom a {
  color: white;
}

.tech-info {
  background-color: white;
  margin-top: 25px;
}

/*la imagen de fondo en si*/
.mapa_mundial {
  position: relative;
  /*    background:url(mapa_mundial.jpg) no-repeat center;*/
  left: 0px;
  top: 0px;
  padding: 0px;
}
.mapa_atlantico {
  position: relative;
  /*    background:url(mapa_atlantico.jpg) no-repeat center;*/
  left: 0px;
  top: 0px;
  padding: 0px;
}
.mapa_atlantico_ext {
  position: relative;
  /*    background:url(mapa_atlantico.jpg) no-repeat center;*/
  left: 0px;
  top: 0px;
  padding: 0px;
}
.mapa_caribe {
  position: relative;
  /*    background:url(caribe.jpg) no-repeat center;*/
  left: 0px;
  top: 0px;
  padding: 0px;
}
.mapa_pr {
  position: relative;
  /*    background:url(mapa_pr.jpg) no-repeat center;*/
  left: 0px;
  top: 0px;
  padding: 0px;
}
.mapa_caribenor {
  position: relative;
  /*    background:url(mapa_pr.jpg) no-repeat center;*/
  left: 0px;
  top: 0px;
  padding: 0px;
}
.mapa_pr2 {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 738px;
  height: 461px;
  left: 0px;
  top: 0px;
}
.tooltips {
  color: #000000;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
}

.tooltips img {
  box-sizing: content-box;
}
.tooltips span {
  margin-left: -999em;
  position: absolute;
}

.tooltips:hover span {
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 200px;
}

.sismo {
  padding: 0.8em 1em;
  background: #e1f2fd;
  border: 1px solid #0057ae;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.tooltips img {
  border-style: solid;
}

.catalogue-table tr:nth-child(even) {
  background-color: #e8e8e8;
}

.catalogue-table td {
  border-right: 1px solid #b3b3b3;
}

td img {
  border-radius: 15px;
}

.table thead th {
  vertical-align: baseline;
}

.catalogue-table th a {
  color: white;
}

#datos th {
  background-color: #1e548c;
  color: white;
}

#datos td {
  background-color: white;
}

tr,
td {
  border-bottom: 0;
}

		/*Markers */

		.depth_marker0 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #ffff80;
			opacity: 0.9;
		}

		.depth_marker1 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #ffff00;
			opacity: 0.9;
		}

		.depth_marker2 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #fed018;
			opacity: 0.9;
		}

		.depth_marker3 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #ff8041;
			opacity: 0.9;
		}

		.depth_marker4 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #fe0000;
			opacity: 0.9;
		}

		.depth_marker5 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #800000;
			opacity: 0.9;
		}

		.depth_marker6 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #804000;
			opacity: 0.9;
		}

		.depth_marker7 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #81007f;
			opacity: 0.9;
		}

		.depth_marker8 {
			border: 1px solid #000;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #3e0061;
			opacity: 0.9;
		}

		/*Markers */

.map-table, .map-table-caribe {
	overflow-y: hidden;
}

@media screen and (max-width: 575px) {
  /* .mapa_atlantico, .mapa_caribenor, .mapa_caribe {
		transform: scale(0.7) translateX(-40%);
	} */
  .map-table > table {
    transform: scale(0.85) translateX(-8%);
  }

  .map-table-caribe > table {
    transform: translateX(-15%) scale(0.7);
  }
}

@media screen and (max-width: 770px) {
  /* .mapa_atlantico, .mapa_caribenor, .mapa_caribe {
		transform: scale(0.85) translateX(-8%);
	} */

  .map-table > table {
    transform: scale(0.85) translateX(-8%);
  }
  .map-table-caribe > table {
    transform: translateX(-13%) scale(0.73);
  }
}
