#body{
padding: 10px 10px 10px 10px;
}
#cabecera{
width:100%;
height:170px;
color:#fff !important;
background-color: #3f51b5 !important;
text-align: center;
}
#cabeceraLogo{
padding:0 0 0 0;
}
#cabeceraTitulo{
float: left;
text-align: center;
padding-top: 10px;
}
#cabecera > img {
width:400px;
height:200px;
}
#cabeceraMenu{
float:right;
padding: 0 0 0 0;
text-align: right;
}
#headercab{
margin-bottom: 2rem;
}
#tituloprog{
text-align: center;
font-size: large;
font-style: italic;
}
#tblcaptura{
  width: 100%;
  margin-left: 5px;
}
td {
  padding-left: 5px;
  font-size: large;
}
.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}
.micabecera{
color:#fff !important;
background-color: #3f51b5 !important;
text-align: center;
}
footer{
color:#fff !important;
background-color: #3f51b5 !important;
text-align: center;
}

.separado{
margin: 15px;
}
.ajustado{
padding:0;
margin-left:30px;
}
.colortitulo{
background-color: #2196F3 !important;
}
.letrablanca{
color: #fff !important;
}
.card{
padding:0 0 0 0;
}
.card-header2:first-child{
color: #fff !important;
background-color:#2196F3 !important;
}
.imgboton{
width: 200px;
background-color: #f4fde6;
height: 200px;
padding-left: 51px;
padding-top: 40px;
border-radius:15px
}
.imgboton:hover{
background-color: #f4fdef;
border-bottom-style: groove;
border-right-style: groove;
}
.justificado{
  display: flex;
}
select {
  height: fit-content;
  font-size: x-large;
}
#frmReporte{
width:95%;
height:600px;
margin-left: 35px;
margin-right: 35px;
}
input{
  width: 100%;
  height: 50px;
  font-size: 18px;  
}

.input-radio{
  width: 5%;
  height: 33px;
  font-size: 18px;
}
.span-radio{
	margin-left:10px;
}

.bg-login-image2 {
  background: url("../../images/jcnLogin.jpg");
  background-position: center;
  background-size: cover;
}
.mensaje{
	position: absolute;
    top: 88px;
    left: 843px;
}
.error {
	color: #FF0000;
}
.invalid-feedback{ 
	display:block !important
}
.sin-margen{
	margin-bottom: 0rem;
}
.margen-025{
	margin-bottom: 0.25rem;
}
.margen-050{
	margin-bottom: 0.50rem;
}
.margen-1{
	margin-bottom: 1rem;
}
.margen-2{
	margin-bottom: 2rem;
}
.margen-3{
	margin-bottom: 3rem;
}
#botonJuego{
	font-size: inherit;
	height: 30px;
	padding-top: 0.15rem;
}
#lstUser:hover > div {
	background-color: royalblue;
	color: aliceblue;
}
#lstUser:active > div {
	background-color: royalblue;
	color: aliceblue;
}
.icono{
	width:24px; 
	height:24px;
}
.iconoMax{
	width:25px; 
	height:25px;
}

#botones img:hover {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}
.centrado{
	text-align: center;
}
.derecha{
	text-align: right;
}
.izquierda{
	text-align: left;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }

.list-group {
  width: auto;
  max-width: 460px;
}
.form-check-input{
	position: absolute;
	margin-top: -0.15rem;
	margin-left: -1.05rem;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  pointer-events: none;
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable {
  display: grid;
  gap: .5rem;
  border: 0;
}
.list-group-checkable .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-item{
  padding: 1px 26px;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.sin-margen{
	margin-bottom:-3px;
}
.opciones{
	border: 1px solid;
	height: 100px;
}
table{
	border:1;
}
th{
	background-color: royalblue;
	color: white;
	text-align: center;
}
.bordered { 
    border: solid #ccc 0px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius: 15px; 
}
#reporte tr td {
font-size:12px;
}
