#txt1 { font-size: 1em; text-align: left; font-family: 'Montserrat', Helvetica, sans-serif; color: #000; display: block; width: 100px; } 

#orig1 { font-weight: bold; color: #789AB8;} 
#int1 { font-weight: bold; color: #D88E8E;} 

label  { font-size: 0.938em;; text-align: left; font-family: 'Montserrat', Helvetica, sans-serif; color: #000; line-height: 2;}
label1 { font-size: 1.75em;; text-align: center; font-family: 'Montserrat', Helvetica, sans-serif; display: block; } 
#label1 { font-size: 1.75em;; text-align: center; font-family: 'Montserrat', Helvetica, sans-serif; display: block; color:#515151; } 
div    { font-size: 1em;  /*1em*/
    text-align: left; font-family: 'Montserrat', Helvetica, sans-serif; color: #000; display: block; } 

#boton_enviar {  text-align: center;  background: #bbbbbb; width: 190px; margin: 0 ;height: 25px;  border: 1px ; } 
#btning       {  text-align: center;  background: #33CC33; width: 100%; margin: 0 auto ;height: 25px;  border: 0px ; } 
#btncuota     {  text-align: center;  background: #33CC33; width: 100%; margin: 0 auto ;height: 25px;  border: 0px ; } 
#cont         {  text-align: center;  background: #eee; width: 100%; margin: 0 auto ;height: 25px;  border: 0px ; display: block; } 
#carga{
	display:none;
	cursor:pointer;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-position:center;
	background-size:100%;
	background-color:#8BDCE2;
	width:20em;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	height:6em;
	font-weight:bold;
	padding:1em 1em 1em 1em;
	position:
	fixed;top:47%;
	left:42%;z-index:6;
	border: 1px solid #002E68;
}
#form1{
	height:3em;
	margin-left: 0px; 
	text-align: center; 
	padding-left: 0.5em;
	padding-top: 0.5em;
	border-radius:1em 1em 0 0;
} 
.form-control{
	display:inline;
}
#mensaje{
	text-align: justify; /*center*/
	/*background: #FFC0CB;*/
	border-color: #009c3c;
}
#iluminado    {  text-align: center;  background: #ffa500; width: 100%; margin: 0 auto ;height: 25px;  border: 0px ; }
#menu_serv{
	background:#ffffff00; position:relative;top:-16px;left:0%;border-radius:1em; height:4em; 
}
.menu { color: #515151; text-decoration: none;}
.menu_sub {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	border-radius: 1em;
	font-weight: bold;
}
.menu_sub_sel {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #00A24F) );
	border-radius: 1em;
	font-weight: bolder;
}

#resultado{
	text-align: center; background: #FFFF00; border-color: #009c3c;
}
.page-section {
	padding-top: 2rem;
}

#contenidos{
	margin-top:2em;
	border-top: dashed 1px green;

	border-bottom: dashed 1px green;
	padding-bottom: 2em;
}

#contenido {
	background-color: #FFF;
	border-radius: 1em;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

#pata{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

body{
	background-color: #e8e8e800;
	background: url("/img/bg-mid-left_NAR_BL.png") no-repeat center left, url("/img/bg-mid-right_VER_BL.png") no-repeat right 15%, url("/img/bg-top-right-behind_VER.png") no-repeat right 110%;
	/*url("images/bg-top-left.png") no-repeat 0 0, url("images/bg-top-right.png") no-repeat 100% 0, url("images/bg-top-right-behind.png") no-repeat 90% 0*/
}
/*body {
	margin:0; 
	padding:0; 
	background:#eee;
	text-align:center;
	height: 100vh;
	display: grid;
}*/

#cuerpo {
    width:100%; /*800px;*/
    margin:0 auto; 
    text-align:left; 
    border:0px solid aaa;
    border-top:none; 
    padding:0px; 
    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius: 1em;
    box-shadow:5px 5px 5px #ccc;
    -moz-box-shadow:5px 5px 5px #ccc;
    -webkit-box-shadow:5px 5px 5px #ccc;
}

.btn-light{
	--bs-btn-bg:#FFF;
}

.btn-success{
	background-color: #007c00;

}
#cuerpoppal {
    width:100%; /*800px;*/
    /*margin:0 auto; */
    text-align:left; 
   /* padding:0px; 
	background:#fff;*/
	z-index: -2;
	position:relative;
	/*margin-top:-2em;*/
	left:0%;
}

/*
#cuerpoppal {
	transition: transform 2000ms ease-out 150ms;
  }
  
#cuerpoppal:hover {
	transform: rotate(360deg) translate(0px, 0px);
  }
*/


.img_escudo{
	position: absolute;margin: auto;top: 0;left: 0;right: 0;bottom: 0;z-index:-1
}

#calendario{
	position: relative; top: -10px; left: 0%; width: 100%; margin: 0 auto; text-align: left; border-top: none; padding: 0px;
}

#head {
    width:100%;
    height:5rem;/*75px*/
    margin:0 auto; 
    text-align:left; 
    border:0px solid #aaa;
    border-top:none;
    border-bottom:none;
    padding:0px;
    box-shadow:5px 5px 5px #ccc;
    -moz-box-shadow:5px 5px 5px #ccc;
    -webkit-box-shadow:5px 5px 5px #ccc;
}
#headppal {
    width:100%;
	margin:1em auto; 
    text-align:left; 
    
	/*height:5.5rem;/*75px*/
/*    border-top:none;
    padding-bottom: 2em;
    padding:0px;
	background:#FFFFFF; 
	position:relative;
	top:1em;
	left:0%;
	display: inline-flex;*/
}




.add {
    border: none;
}

#head2 {
    width:100%; /*800px*/
    height:5px;
    margin:0 auto; 
    text-align:left; 
    border:0px solid #aaaaaa00;
    border-top:none;
    border-bottom:none;
    padding:0px;
    box-shadow:5px 5px 5px #cccccc00;
    -moz-box-shadow:5px 5px 5px #cccccc00;
    -webkit-box-shadow:5px 5px 5px #cccccc00;
	background:#90ee9000; position:relative;top:0px;left:0%;
}

#headppal2 {
    width:100%; /*800px*/
    height:5px;
    margin:0 auto; 
    text-align:left; 
    padding:0px;
	background:#90EE90;
	position:relative;
	top:0px;
	left:0%;
}

#botones {
    width:100%;/*800px;*/
    height:105px;
    margin:0 auto; 
    text-align:left; 
    border:0px solid #aaa;
    border-top:none;
    border-bottom:none; 
    padding:0px; 
    box-shadow:5px 5px 5px #ccc;
    -moz-box-shadow:5px 5px 5px #ccc;
    -webkit-box-shadow:5px 5px 5px #ccc;
}

#botonesppal {
    width:100%;/*800px;*/
    height:105px;
    margin:0.5rem auto;
    text-align:left; 
    padding:0px; 
	background:#fff;
	position:relative;
	top:-16px;
	left:0%;
	padding-top: 1.5rem;
}

#botonesppal h1{
	font-family: 'Poppins';
}
#fondo {
    /*width:700px; 
    height:380px;*/
    margin:0 auto; 
    /*text-align:center;  */
    border:0px;
}
/*    
label11{
	font-size: 1.75em;;
	text-align: right;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	position:absolute;
	top:-4px;
	right:2px;  
	padding: 4px;
	font-weight: bold;
	text-shadow: 1px 1px white, -1px -1px #333;
	color: #ccccdd;
	padding: 10px;
}

label12{
	font-size: 1em;
	text-align: right;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	color: #222;
}

label13{
	font-size: 1.75em;;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 0px;
	font-weight: bold;
	text-shadow: 1px 1px #eee, -1px -1px #333;
	color: #FFF;
	padding: 10px;
}


label14{
	font-size: 1.75em;;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 0px;
	font-weight: bold;
	text-shadow: 0.3px 0.3px white, -1px -1px #333;
	color: #FFF;
	padding: 10px;
}
*/
#ala{
	font-size: 10px;
	text-align: center;
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #000;
	display: block;
	width: 120px;
	height: 23px;
	border: 1px solid #aaa;
	background:#eee;
}
/*
label15{
	font-size: 1.75em;;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #74E573;
	padding: 10px;
}
*/
#label15{
	font-size: 1.75em;;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #74E573;
	padding: 10px;
}
/*
label16{
	font-size: 1em;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #4A8DDF;
	padding: 10px;
}
*/
#label16{
	font-size: 1em;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #4A8DDF;
	padding: 10px;
}
/*
label17{
	font-size: 1em;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 4px;
	color: #4175B6;
	padding: 10px;
}*/

#label17{
	font-size: 1em;
	text-align: left;
	font-family: 'Montserrat', Helvetica, sans-serif;
	display: block;
	padding: 4px;
	color: #4175B6;
	padding: 10px;
}

#b3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;

	text-indent:0;
	border:1px solid #FFFFFF;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:118px;
	text-decoration:none;
	text-align:center;
}
#b3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#b3:active {
	position:relative;
	top:1px;
}


#b3sel {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#5AB7DE;
	text-indent:0;
	border:1px solid #FFFFFF;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:118px;
	text-decoration:none;
	text-align:center;
}
#b3sel:active {
	position:relative;
	top:1px;
}
.sesenta{
	width:11%;
	text-align:center;
}

.centro{
	width:78%;
	text-align:center;
}

#linear {
height: 15px;
width: 39px;
padding: 1px 10px 1px 10px;
font-family: Montserrat;
font-size: 12px;
text-decoration: none;
color: #222;
background-color: #EFEFEF;
border: 1px solid #828282;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
}
#linear:hover {
background-color: #3388aa;
background: #33FF88;
border: 1px solid #aaa;
border-radius: 1x;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
}

#b2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;

	text-indent:0;
	border:1px solid #FFFFFF;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:54px;
	line-height:27px;
	width:110px;
	text-decoration:none;
	text-align:center;
	/*display: inline-grid;*/

}
#b2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#b2:active {
	position:relative;
	top:1px;
}

#b2sel {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#5AB7DE;
	text-indent:0;
	border:1px solid #FFFFFF;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:54px;
	line-height:27px;
	width:110px;
	text-decoration:none;
	text-align:center;
}
#b2sel:active {
	position:relative;
	top:1px;
}


#slider {
	position: absolute;
	top: 95px;
	left: 455px;
	overflow: hidden;
	width: 25em;
	height: 12em;
	width: 330px;
	border:0px;
	border-radius:0.5em;
	margin: 0 auto;
	padding: 0.5em;
	color: #FF0000;
	background-color:#FDFDBE;
	font-size:0.9em;
}

   input.img_pf {
    background-image: url('ddjj/images/pagofacil.png'); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    width: 250px;
    height: 63px;
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
   
}
/*Bootstrap – 576px, 768px, 992px, 1200px, and 1400px.*/

.titulo{
	cursor: pointer;
	font-family: 'Poppins';

}
#titulo,.titulo{
	text-shadow: 5px 3px 13px rgba(0, 0, 0, 0.46);
  	color:  #007c00; /* #007c00*/
	font-family: 'Roboto';
	text-transform: uppercase;
	font-weight: bold;
}

dt{
	padding-left: 1em;
	font-weight: bold;
}
  
dl{ padding-left: 1em;
	background-color: rgba(255, 255, 255, 0.62);
	border-radius: 1em;}
dd {
	padding-left: 3em;
	padding-bottom: 1em;
}

.formulario{
	background-color: rgba(255, 255, 255, 0.62);
	border-radius: 1em;
	padding-left: 1em;
	padding-right: 1em;
	width: 60%;
  margin-left: 20%;
}

#navbarMenu{
	text-align: right;
}
/* Estilos para pantallas entre 200px y 599px (tablets en modo vertical) */
@media (min-width: 200px) and (max-width: 374px) {
	#segundo{
		display: none;
	}
	#menu_serv{
		height: 5em;
	}
	#grupoaccion{
		display: grid;;
	}
}
@media (min-width: 375px) and (max-width: 599px) {
	#slider{
		position: initial;
		top: 1em;
		left: 1em;
	}
	#menu_serv{
		height: 6em;
	}
	#grupoaccion{
		display: grid;;
	}
	#segundo{
		display: none;
	}
	#head,#head2,#cuerpo,#botones,#headppal,#headppal2,#botonesppal{
		max-width:540px; 
	}
	.responsiveCalendario{
		padding-top: 2em;
	}
	#titulo{
		padding-top:1em;
		font-size:2em;
	}
	/*#cuerpoppal{
		margin-top:-4em;
	}*/
	.row{
		margin-top: calc(-1 * var(--bs-gutter-y));
  		margin-right: calc(.2 * var(--bs-gutter-x));
  		margin-left: calc(.2 * var(--bs-gutter-x));
	}
	.page-section{
		padding-top:3em;
	}
	.page-sectiontop{
		padding-top:0;
	}
	.btn-light, .btn-success{
		min-width: 8em;
		font-size:1em;
	}
	.formulario{
		width: 100%;
		margin-left: 0;
	}
	#form1{
		height: 5em;
	}
	#cont{
		font-size:0.875em;
	}
		body{
		background: url("/img/bg-mid-left_NAR_BL.png") no-repeat center left, url("/img/bg-mid-right_VER_BL.png") no-repeat right 15%, url("/img/bg-top-right-behind_VER.png") no-repeat right 100%;
	}

}


/* Estilos para pantallas entre 600px y 767px (tablets en modo vertical) */
@media (min-width: 600px) and (max-width: 767px) {
	#head,#head2,#cuerpo,#botones,#headppal,#headppal2,#botonesppal{
		max-width:540px; 
	}
	.responsiveCalendario{
		padding-top: 2em;
	}
	/*#cuerpoppal{
		margin-top:-3em;
	}*/
	body{
		background: url("/img/bg-mid-left_NAR_BL.png") no-repeat center left, url("/img/bg-mid-right_VER_BL.png") no-repeat right 15%, url("/img/bg-top-right-behind_VER.png") no-repeat right 100%;
	}
}

/* Estilos para pantallas entre 768px y 991px (tablets en modo horizontal y dispositivos medianos) */
@media (min-width: 768px) and (max-width: 991px) {
	#head,#head2,#cuerpo,#botones,#headppal,#headppal2,#botonesppal{
        max-width: 90%; /*720px;*/
	}
	body{
		background: url("/img/bg-mid-left_NAR_BL.png") no-repeat center left, url("/img/bg-mid-right_VER_BL.png") no-repeat right 15%, url("/img/bg-top-right-behind_VER.png") no-repeat right 100%;
	}

}

/* Estilos para pantallas entre 992px y 1199px (laptops y dispositivos grandes) */
@media (min-width: 992px) and (max-width: 1199px) {
	#head,#head2,#cuerpo,#botones, #headppal,#headppal2,#botonesppal{
		max-width: 90%; /*960px;*/
	}
}

/* Estilos para pantallas mayores a 1200px (desktops y pantallas grandes) */
@media (min-width: 1200px) {
	#head,#head2,#botones, #headppal,#headppal2,#botonesppal{ /*#cuerpo,*/
		max-width: 90%;/*1140px;*/
	}

}