#swal2-content p{
    text-align: left;
    padding-bottom: 3px;
}

#content-carga{
	/*background-color: #000;*/
	height: 100vh;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
	/*opacity: 0.7;*/
	/*filter: alpha(opacity=50);*/
	background-color:rgba(255,255,255,0.5);
	/*background-color:rgba(0,0,0,0.5);*/
}
#content-carga > div{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 50%;
	text-align: center;
	
}
#btn-carga{
  	font-weight: 700;
  	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}
.btngr_azul_presi{
    background-color: #0D70C7;
    color:#fff;
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.1);
    width: 100%;
    height: 50px;
    font-size: 18px;
    border:1px solid #0F5CA0;
    border-top: 4px solid #0F5CA0;
    border-left: 4px solid #0F5CA0;
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
}
.btngr_azul{
    background-color: #228BE6;
    color:#fff;
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.1);
    width: 100%;
    height: 50px;
    font-size: 18px;
    border:1px solid #1B6FB8;
    border-bottom: 4px solid #1B6FB8;
    border-right: 4px solid #1B6FB8;
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
}
/*.btngr_azul:active {

	background-color: #1E85DE;
	border:1px solid #176BB4;
    border-top: 4px solid #176BB4;
    border-left: 4px solid #176BB4;
	width: 99%;
	color:#fff;
}
*/