

p.boton a {
	background-color: #199319;
	color: white;
	padding: 15px 25px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 15px;
}
p.boton{
	background-color: #F0F0F0;
	padding-top:50px;
	padding-bottom:50px;
	text-align: center;
}
a.boton.nowrap{
	text-wrap: nowrap;
}
.nolista{
	list-style: none;
}
.nolista li{
	display:inline-block;
	margin-right: 40px;
}

#mensaje-copiado {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: white;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 1000;
 }
#mensaje-copiado.mostrar {
	opacity: 1;
}



.container{
    padding: 4em;
    margin: 0 auto;
    width: 100%;
    max-width: 60rem;
  }

table.ban3sha{
}
table.ban3sha tr{
}
table.ban3sha tr.par{
	background-color: #ffffff;
	
}
table.ban3sha tr.impar{
	background-color: #C0C0C0;
}
table.ban3sha td{
	border:1px solid gray;
	text-align:center;
	padding: 10px;
}
table.ban3sha td a {
	color:green;
	text-decoration:none;
}
table.ban3sha td a.boton {
	background-color: #199319;
	color: white;
	padding: 1px 15px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

button {
	background-color: #199319;
	color: white;
}
