.logo {
	height: 50px;
}

.tabla {
	font-size: 1.2rem;
}

.espacio_20 {
	margin-top: 20px;
}

.space_20 {
	height: 20px;
}

.space_50 {
	height: 50px;
}

.SeparadorDerecho {
	border-right: 1px solid #ccc; 
	width:1px; 
	height:500px; 
}

.onoffswitch-inner:before {
  content: "SI";
}

.onoffswitch-inner:after {
  content: "NO";
}

.__clasificador > ul {
    display: block;
}

.__clasificador ul ul {
    min-height: 10px;
    padding-left: 20px;
}

.__clasificador li {
	list-style-type: none;
}

.__clasificadorSelector {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.mapCanvas {
    width: 100%;
    height: 200px;
}

.pago_panel {
	display: flex;
	margin-top-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 11px;
	width: 100%;
}

.pago_panel .pago_izquierdo {
	display: flex;
	width: 40%;
  align-items: center;
  justify-content: center;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-style: solid;
	border-color: lightblue;
}

.pago_panel .pago_izquierdo img {
	width: 95%;
}

.pago_panel .pago_derecho {
	width: 60%;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: lightblue
}

.pago_panel .titulo {
	margin-left: 10%;
	width: 80%;
	height: 20px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	color: #000;
	margin-top: 5px;
	padding-top: 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: whitesmoke;
	text-shadow: 0px 0px 0px;
	font-weight: normal;
}

.pago_panel .detalle {
	font-size: 75%;
	margin:0;
	padding:10px;
}

.pago_panel .total {
	font-size: 95%;
	margin:10px;
}
.pago_panel hr {
	margin:0;
}

.pago_panel .boton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
	margin-top: 5px;
	margin-right: 5px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
	margin-bottom: 5px;
}

.pago_panel .boton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}