@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
	font-size: 16px;
}
@media (max-width: 767px) {
	html {
		font-size: 18px;
	}
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F6F6F6;
}
#wrapper {
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	outline: 0px none;
	/* color: #828282; */
	color: #000000;
}
a:hover {
	/* color: #A1BD58; */
	color: #828282;
}
img {
	border: 0px none;
}
#logo img {
	max-width: 300px;
}
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-color: #699146; */
	background-color: #2870B8;
	border: 0px;
	color: #FFFFFF;
	border-radius: 0.1875em;
	/*3px*/
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	/* background-color: #A1BD58; */
	background-color: #0D86D0;
}

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 {
	color: #0D86D0;
	font-size: 1.875rem;
	/*30px*/
	letter-spacing: -2px;
}

.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-color: #828282; */
	background-color: #2870B8;
	color: #FFFFFF;
	font-size: 0.8125rem;
}

#volver a:hover {
	/* background-color: #828282; */
	background-color: #2870B8;
	color: #FFFFFF;
}

#volver table tr td:last-of-type a {
	background-color: #2870b8;
	color: #FFFFFF;
}

#volver table tr td:last-of-type a:hover {
	background-color: #2870b8;
}

#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;
	text-align: justify;
}

.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 #CCCCCC;
}

.tipoDenunciaInfo {
	border-left: 1px solid #CCCCCC;
}

.tipoEjemplo {
	font-size: 1rem;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	background-color: #f9f9f9;
	text-align: justify;
}

.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: #2870B8;
	border: none;
	box-shadow: none;
}

.ajax-file-upload:hover {
	background: #2870B8;
	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-color: #E1251B; */
	background-color: #2870B8;
	color: #FFFFFF;
}

.lBoxButton input[type="button"]:hover {
	/*background-color: #E1251B;*/
	background-color: #2870B8;
}

.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: #2870B8;
	border-radius: 50%;
	line-height: 1.9em;
}

.lBoxClose:hover {
	color: #FFFFFF;
	/* background-color: #E1251B; */
	background-color: #2870B8;
}

@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-color: #E1251B; */
	background-color: #2870B8;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	/* background-color: #E1251B; */
	background-color: #2870B8;
}
.btn_salida{
	/* background-color: #E1251B !important; */
	background-color: #2870B8 !important;
}
.btn_salida:hover{
	/* background-color: #E1251B !important; */
	background-color: #2870B8 !important;
}
.subtituloToggle{
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#dwnfl{
	cursor: pointer;
}
.dwnfl2{
	cursor: pointer;
}
.lnk02{
	cursor: pointer;
}

#tutilo{
	padding-left: 30px;
	padding-right: 30px;
}
#logo{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 645px) {
	#logo{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}
@media (max-width: 767px){
	#tutilo {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.validaSelectVr {
	width: 45%;
}