@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&display=swap');
html {
	font-size: 16px;
}
@media (max-width: 767px) {
	html {
		font-size: 18px;
	}
}
body {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F6F6F6;
}
#wrapper {
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	outline: 0px none;
	color: #000000;
}
a:hover {
	color: #638d37;
}
img {
	border: 0px none;
}
#logo img {
	max-width: 600px;
	display: block;
	margin: 0 auto 2em;
}
#tutiloSecurity {
	font-size: 2em;
	background-color: rgba(135, 47, 121, 1.00);
	background-image: url(../images/iStock-1371647343.jpeg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	padding: 3em 2em;
	padding-right: calc(50% + 2em);
	background-position: right center;
	color: #FFF;
	font-weight: 600;
}
@media screen and (max-width:850px) {
	#tutiloSecurity {
		text-align: center;
		padding: 1.5em 1em;
		position: relative;
		background-image: none;
		z-index: 1;
	}
	#tutiloSecurity::after {
		content: "";
		background-image: url(../images/iStock-1371647343.jpeg);
		opacity: 0.5;
		background-size: cover;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
	}
}
/*input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}*/
select,
input {
	outline: 0px none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #333333;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="date"] {
	border-radius: 3px;
	border: 1px solid #828282;
}
textarea:focus,
textarea:hover {
	border-radius: 3px;
	border: 1px solid #E1251B;
}
textarea {
	resize: none;
}
input[type="submit"],
input[type="button"] {
	background: #638d37;
	background-image: -webkit-linear-gradient(top, #638d37, #638d37);
	background-image: -moz-linear-gradient(top, #638d37, #638d37);
	background-image: -ms-linear-gradient(top, #638d37, #638d37);
	background-image: -o-linear-gradient(top, #638d37, #638d37);
	background-image: linear-gradient(to bottom, #638d37, #638d37);
	border: 0px;
	color: #FFFFFF;
	border-radius: 0.1875em;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #2b0e62;
	background-image: -webkit-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -moz-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -ms-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -o-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: linear-gradient(to bottom, #2b0e62, #2b0e62);
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="date"]:hover,
input[type="date"]:focus {
	border-color: #ff6702;
}
input[type="text"]:disabled,
input[type="password"]:disabled {
	background-image: none;
	background-color: #EFF0F1;
}
.tablaRadioBtns td:first-child input[type="radio"] {
	margin-top: 0.3em;
}
hr {
	border-color: #CCCCCC;
}
/* Tutilos */
#tutilo {
	font-family: 'Roboto Slab', Times, "Times New Roman", serif;
	font-size: 1.875rem;
	font-weight: 500;
	border-top: 1px solid #638d37;
	border-bottom: 1px solid #638d37;
	text-align: center;
	padding: 0.25em 0 0.375em;
}
.globalTutilo {
	/* color: #828282; */
	color: #000000;
	font-weight: bold;
}
.globalSubtutilo {
	color: #828282;
	font-weight: bold;
}
/* FIN - Tutilos */
#terminos {
	white-space: nowrap;
	cursor: pointer;
}
#recuperaError {
	color: #900;
}
#volver a {
	background: #638d37;
	background-image: -webkit-linear-gradient(top, #638d37, #638d37);
	background-image: -moz-linear-gradient(top, #638d37, #638d37);
	background-image: -ms-linear-gradient(top, #638d37, #638d37);
	background-image: -o-linear-gradient(top, #638d37, #638d37);
	background-image: linear-gradient(to bottom, #638d37, #638d37);
	font-size: 0.8125rem;
	border: 0px;
	color: #FFFFFF;
	border-radius: 0.1875em;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}
#volver a:hover {
	background: #2b0e62;
	background-image: -webkit-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -moz-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -ms-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -o-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: linear-gradient(to bottom, #2b0e62, #2b0e62);
	color: #FFFFFF;
}
#volver table tr td:last-of-type a {
	background: #638d37;
	background-image: -webkit-linear-gradient(top, #638d37, #638d37);
	background-image: -moz-linear-gradient(top, #638d37, #638d37);
	background-image: -ms-linear-gradient(top, #638d37, #638d37);
	background-image: -o-linear-gradient(top, #638d37, #638d37);
	background-image: linear-gradient(to bottom, #638d37, #638d37);
	color: #FFFFFF;
}
#volver table tr td:last-of-type a:hover {
	background: #2b0e62;
	background-image: -webkit-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -moz-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -ms-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -o-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: linear-gradient(to bottom, #2b0e62, #2b0e62);
}
#introOlvidos a {
	background-image: url(../images/global_bullet.png);
	background-position: left 0.350em;
	font-size: 0.875rem;
	/*14px*/
}
#leyendas {
	font-size: 0.875rem;
	background-color: #f6fafd;
}
.formNombreCampos {
	font-size: 1rem;
}
.tablaIntroDenuncia label {
	letter-spacing: -0.06em;
}
.tablaIntroDenuncia > tbody > tr > td {
	color: #000000;
	border-radius: 5px;
}
.tablaIntroDenuncia > tbody > tr > td:first-child,
.tablaIntroDenuncia > tbody > tr > td:last-child {
	background-color: #F8F8F8;
}
.tablaIntroDenuncia input[type="submit"] {
	background-image: url(../images/ico_flecha.svg);
}
.denunciaEjemplo,
.denunciaDescripcion {
	font-size: 0.9rem;
	color: #000000;
	background-color: #f6fafd;
}
.calugaAdvertencia {
	background-color: #fefdea;
	border: 2px solid #ffdd7b;
}
.codigoDenuncia {
	background-color: #f5f5f5;
	color: #293078;
}
/* Denuncia detalle*/
.registroDenuncia span {
	font-weight: 700;
}
.registroDenuncia .contRegPrevios {
	color: #000000;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.registroDenuncia .regFecha {
	font-size: 0.875em;
	color: #888888;
}
.tablaAdjuntos .infoAdjunto {
	font-size: 0.9em;
	font-style: italic;
}
/* FIN - Denuncia detalle*/
/*** Tipo de denuncia tabla con despliegue ***/
.tipoDenuncia {
	border-bottom: 1px solid #638d37;
}
.tipoDenunciaInfo {
	border-left: 1px solid #638d37;
}
.tipoEjemplo {
	font-size: 1rem;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	background-color: #f9f9f9;
}
.ClssPop {
	list-style: url(../images/guion.jpg);
}
/*** FIN - Tipo de denuncia tabla con despliegue ***/
/*** boton adjuntar archivo ***/
.inputfile-1 + label {
	color: #FFFFFF;
	background-color: #58b9da;
}
.inputfile-1 + label:hover {
	background-color: #0380AB;
	border-color: #0380AB;
}
.inputfile + label svg {
	fill: currentColor;
}
/*.ajax-file-upload {
	font-size: 0.8125em; */
/*13px*/
/*	color: #FFFFFF;
	background: #DF1F21;
	border: none;
	box-shadow: none;
}*/
/*.ajax-file-upload:hover {
	background: #DF1F21;
	color: #FFFFFF;
	box-shadow: none;
}*/
/*.ajax-upload-dragdrop {
	color: #DADCE3;
}*/
/*** FIN - Boton adjuntar ***/
/*** Lightbox ***/
.lBox {
	background-color: rgba(0, 0, 0, 0.65);
}
.lBoxContent {
	background-color: #FFFFFF;
	border-top: 5em solid #FFFFFF;
	border-bottom: 2em solid #FFFFFF;
}
.lBoxTitle {
	text-align: left;
}
.lBoxButton input[type="button"] {
	background: #638d37;
	background-image: -webkit-linear-gradient(top, #638d37, #638d37);
	background-image: -moz-linear-gradient(top, #638d37, #638d37);
	background-image: -ms-linear-gradient(top, #638d37, #638d37);
	background-image: -o-linear-gradient(top, #638d37, #638d37);
	background-image: linear-gradient(to bottom, #638d37, #638d37);
	color: #FFFFFF;
}
.lBoxButton input[type="button"]:hover {
	background: #2b0e62;
	background-image: -webkit-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -moz-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -ms-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -o-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: linear-gradient(to bottom, #2b0e62, #2b0e62);
}
.lBoxScroll {
	text-align: left;
}
.lBoxScroll > div {
	/* color: #333333; */
	color: #000000;
}
.lBoxScroll > div > fieldset {
	/* color: #333333; */
	color: #000000;
}
.lBoxClose {
	color: #FFF;
	/* background-color: #E1251B; */
	background-color: #DF1F21;
	border-radius: 50%;
	line-height: 1.9em;
}
.lBoxClose:hover {
	color: #FFFFFF;
	/* background-color: #E1251B; */
	background-color: #DF1F21;
}
@media (max-width: 767px) {
	.tipoDenunciaInfo {
		font-size: 1rem;
		/*16px*/
	}
	.registroDenuncia .contRegPrevios {
		background-color: #f5f5f5;
		border: 0;
	}
}
/* agregado el 07/12/2022 */
.mensajeSalida {
	font-weight: 700;
	padding: 1rem;
	margin-top: 0.5rem;
	font-size: 1.5rem;
	background-color: #f5f5f5;
	color: #293078;
}
input[type="submit"],
input[type="button"] {
	background: #638d37;
	background-image: -webkit-linear-gradient(top, #638d37, #638d37);
	background-image: -moz-linear-gradient(top, #638d37, #638d37);
	background-image: -ms-linear-gradient(top, #638d37, #638d37);
	background-image: -o-linear-gradient(top, #638d37, #638d37);
	background-image: linear-gradient(to bottom, #638d37, #638d37);
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #2b0e62;
	background-image: -webkit-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -moz-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -ms-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: -o-linear-gradient(top, #2b0e62, #2b0e62);
	background-image: linear-gradient(to bottom, #2b0e62, #2b0e62);
}
.btn_salida {
	/* background-color: #E1251B !important; */
	background-color: #DF1F21 !important;
}
.btn_salida:hover {
	/* background-color: #E1251B !important; */
	background-color: #DF1F21 !important;
}
.subtituloToggle {
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#dwnfl {
	cursor: pointer;
}
.dwnfl2 {
	cursor: pointer;
}
.lnk01 {
	cursor: pointer;
}
.lnk02 {
	cursor: pointer;
}
.iden {
	cursor: pointer;
}
.infoEjemplo {
	list-style-type: square;
}
.tipoEjemplo div {
	text-align: justify;
	padding-left: 10px;
}
.tablaIntroDenuncia input[type="button"] {
	background-image: url(../images/ico_flecha.svg);
	margin-top: 0.5rem;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;
	padding-right: 2.375rem;
}