body{
	padding: 2rem;
	/*max-width: 1280px;*/
}


label{font-weight: normal;}


.ficha{
	display: none;
	width: 300px;
	height: 300px;
	border:2px solid black;
}

.hide{display: none!important;}
.negro{background-color: black;}

.r1, .r2, .r3, .r4{display:none;}



.datoErroneo{
	box-shadow: 0 0 15px 0 red;
}

.popUpError,.popUpTipoRito{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, .8);
}

.PopupDatoErroneo,.popupTipoRitoCuadro{
	display: block;
	margin: 0 auto;
	position: fixed;
	top: 30%;
	left: 30%;
	z-index: 100;
	width: 30%;
	height: 30%;
	border: 1px solid #DDD;
	background-color: white;
	padding: 15px;
}



.restoPtosArmas{
	margin: 15px 0px;	
}

.cuadroArmas, .cuadroTecnicas{
	display: block;
	margin: 30px 0px;
	padding: 15;

}




.row{
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.pruebaContainer{
	min-height: 1612px;
	border: 2px solid black;
	padding: 5px;
}

.pruebaCol{
	height: 100%;
	padding: 15px 10px;
	border: 2px solid black;
}

.ptosIraNeg{
	font-size: 1rem;

}

.iraNeg{
	display: inline-block;
	width: 11%;
	height: 5px;
	margin-right: 5px;
	border: 1px solid black;
}

.iraNeg-lg,.iraNeg-md{
	display: inline-block;
	width: 7px;
	height: 8px;
	border-radius: 2px;
	margin-right: 2px;
	border: 1px solid black;
}

.estresGen{
	display: inline-block;
}

.iraPos1{
	margin-top: 5px;
	width: 20px;
	height: 15px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos2{
	margin-top: 4px;
	width: 20px;
	height: 16px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos3{
	margin-top: 3px;
	width: 20px;
	height: 17px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos4{
	margin-top: 2px;
	width: 20px;
	height: 18px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos5{
	margin-top: 1px;
	width: 20px;
	height: 19px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos6{
	margin-top: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos-sm1{
	margin-top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos-sm2{
	margin-top: 4px;
	width: 15px;
	height: 16px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos-sm3{
	margin-top: 3px;
	width: 15px;
	height: 17px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos-sm4{
	margin-top: 2px;
	width: 15px;
	height: 18px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos-sm5{
	margin-top: 1px;
	width: 15px;
	height: 19px;
	border: 1px solid black;
	border-radius: 2px;
}

.iraPos-sm6{
	margin-top: 0px;
	width: 15px;
	height: 20px;
	border: 1px solid black;
	border-radius: 2px;
}