*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;	
}
body{	
	background-color: #2b3c46;
	background-image: url("../img/cuadro.png"), url("../img/img.png");
	font-family: sans-serif;
	font-size: 15px;
	color: #2fc600;
}
a{
	text-decoration: none;
	color: #fff;
}
a:hover{	
	text-decoration: none;
	color: #848484;
}
.centro{text-align: center;}
.izq{text-align: left;}
.der{text-align: right;}
.justificado{text-align: justify;}

.banner
{
	margin: 20px auto;
	max-width: 200px;
}
.logoHeader{
	margin-left: 10px;
}
.navbar-brand{
	margin-left: 10px;
}
.menu-fixed{
	position: fixed;	
}
.logoUsu{
	margin-top: 8px;
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.bg-dark {
    background-color: #484848!important;
}
.container-fluid span{
	color: #212529;
}
.menu2 .logoUsu span{
	color: #fff;
	margin-left: 10px;
}
.seccionInicio{
	padding-top: 50px;
}
.seccionInicio .container-fluid{	
	padding-right: 15px;
}
.seccionIzqIn{
	margin-top: 15px;
}
.seccionIzqIn .balance{
	margin-left: 10px;
}

.logoInicio{
	text-align: center;
	margin: 5px;
	padding-left: 10px;
}
.textInicio{
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #2fc600;
}
.textInicioIn{
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #2fc600;
}

.seccionDerIni{
	padding-left: 20px;
}
.seccionDerIni .tabla2{
	margin-top: 22px;
}
.seccionDerIni .textTitulo{	
	padding-left: 0;	
}
.seccionDerIni .col-md-4{
	padding-left: 0;
	margin-top: 10px;
	margin-right: 10px;
}
.table, .table-secondary{
	border-color: #2fc600;
}
.table-secondary td{
	background-color: rgba(226, 227, 229, 0.1);
	color: #2fc600;
	font-weight: bold;
	font-size: 13px;
}
.table-secondary button{
	width: 100%;
}
.table-secondary1 td{
	background-color: rgba(226, 227, 229, 0.1);
	color: #2fc600;
	font-weight: bold;
	font-size: 17px;
}
.colInicioValor{
	color: #2fc600;
	font-size: 20px;
	font-weight: bold;
	margin-top: 1rem;	
}
.btn-outline-success{
	color: #10b96b;
	border-color: #10b96b;
}
.btn-outline-success.done{
	margin-left: -185px;
}

.colInicio{
	padding-left: 0;
	padding-right: 22px;
}
.imagenInicio1{
	text-align: center;
}
.imagenInicio1 img{
	width: 280px;
	height: 240px;
}
.colInicioVerificacion1{
	color: #2fc600;
	text-align: center;
}
.colInicioVerificacion2{
	color: #c05257;
	text-align: center;
}
.row .tabla2{
	margin-right: 1px;
}
.trTabla2{
	color: #fff;
}
.trTabla3{
	font-size: 13px;
	color: #2fc600;
}
.nombrePerfil{
	padding-left: 10px;
}
.nombrePerfil .nombreP{
	font-size: 20px;
	color: #fff;
	font-weight: bold;	
}
.verifUsu{
	color: #fff;
}
.verifUsu span a{
	color: #c05257;
}
.verifUsu span a:hover{
	color: #f2630b;
}
.verifUsu span.completado{
	color: #2fc600;
}
.progress1{
    background: #ddd;
    height: 20px;
    width: 500px;
    border-radius: 20px;	
}
.progress-done {
    font-family: sans-serif;
    font-weight: bolder;
    color: #fff;
    height: 100%;
    background: linear-gradient(to left,rgb(7, 144, 12),
                rgb(193, 250, 195));
    border-radius: 20px;
    display: grid;
    place-items: center;
    width: 0;
    transition: width .5s ease;
}

#textRastreo{
	font-size: 20px;
	color: #c05257;
}

.procesoTrans{
	border: 4px double #2fc600!important;
	padding: 20px;
}
.procesoTrans.azul{
	border: 4px double #0d6efd!important;
	color: #0d6efd;
}
.procesoTrans.amarillo{
	border: 4px double #ffc107!important;
	color: #ffc107;
}
.procesoTrans.rojo{
	border: 4px double #dc3545!important;
	color: #dc3545;
}

#audio{
	display: none;

}
#completo{
	display: none;
	color: #c05257;

}

.navbar-toggler{
	border-color: #2fc600;
	background-color: #2fc600;
}

span.editBco{
	color: #fff;
	font-size: 12px;
}

@media (max-width: 991px){
	.menu1{
		order: 2;
		text-align: right;
	}
	.menu2{
		order: 1;
		text-align: right;
	}	
}

@media (max-width: 768px){
	.container-fluid .row{
		padding-left: 10px;

	}
	.textInicioIn{
	font-size: 16px;
	}
	.video1{
		display: none;
	}
	.titPpalRas{
		margin: 10px;
	}
}

