/* AJUSTA LOS ESTILOS DE LOS POPUPS A LA INFO DE WIKILOC */

.leaflet-popup-content-wrapper table {
	width: 100%;
	max-width: 301px;
	font-size: .8em;
}

.leaflet-popup-content-wrapper h2 {
	display: none; /* oculta titulo superior */
	/* o lo estiliza
	font-size: .8em;
	color: white;
	background-color: green;
	padding-left: 3px;
	*/
}

/* Reduce el título principal */
.leaflet-popup-content-wrapper tr:nth-child(2) a:nth-child(1) {
	font-size: .8em;
	target-new:tab;
}

/* Reduce el logo Wikiloc */
.leaflet-popup-content-wrapper tr:first-child img {
	width: 30%;
}

/* Oculta el enlace del pie del popup */
.leaflet-popup-content-wrapper tr:nth-child(4) {
	display: none; /* Oculta "Upload your trail..." */
}

/* Oculta el enlace del pie del popup */
.leaflet-popup-content-wrapper tr:nth-child(5) {
	display: none; /* Oculta "Upload your trail..." */
}

/* Oculta el enlace del pie del popup */
.leaflet-popup-content-wrapper tr:nth-child(6) {
	display: none; /* Oculta "Upload your trail..." */
}