/*************************************************************************************
**************************************************************************************
**                                                                                  **
**  EL ARCHIVO SE DIVIDE EN LOS MISMOS BLOQUES PRINCIPALES QUE LA ESTRUCTURA HTML:  **
**  ==============================================================================  **
**  - común                                                                         **
**  - wrapper                                                                       **
**  - header_wrapper                                                                **
**  - nav_hor                                                                       **
**  - nav_prin                                                                       **
**  - section                                                                       **
**  - aside                                                                         **
**  - footer_wrapper                                                                **
**                                                                                  **
**  //////////////////////////////////////////////////////////////////////////////  **
**  //                             ESTILOS BASE                                 //  **
**  //                            width >= 996px                                //  **
**  //////////////////////////////////////////////////////////////////////////////  **
**                                                                                  **
**************************************************************************************
*************************************************************************************/
html,body{
	margin:0px;
	height:100%;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/bgMenu.gif);
	background-repeat: repeat-x;
	background-color: #eee;
}
#divLateral {
	z-index:1041;
	float:right;
	left:inherit;
	position:fixed;
	top:-10px;
	right:0px;
	height:100%
	
}
.container{
	padding-right:0px;
	padding-left:0px;
}



/***********************************************************************
**  ////////////////////////////////////////////////////////////////  **
**  //                      C O M Ú N                             //  **
**  ////////////////////////////////////////////////////////////////  **
***********************************************************************/
hgroup {
	margin: 0;
}

h1, h2, h3, h4,h5 {
	margin-top: 1em;
	font-size: 1.2em;
}
h1{
	color: #DF2C3C;
	text-shadow: white 0.1em 0.1em 0.2em;
	font-size: 1.3em;	
	font-weight:bold;
	width:100%;
}
	

h2 {
	color: #DF2C3C;
	text-shadow: white 0.1em 0.1em 0.2em;
	font-size: 1.3em;	
	width:100%;
}

h3 {
	line-height: 20px;
}

h4 {
	font-size: 1rem!important;
	line-height: 18px;
}


img {
	border: 0px !important;
}

a {
	color: #DF2C3C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
button, input, optgroup, select, textarea {
	color: #666
	
}


select:hover {
	background-color: lightyellow;
	border-color: #A91225;
}

select option {
	white-space: pre-wrap;
}

input, textarea, select {
	font-size: 14px;
	display: inline-block;
	padding: 2px;
	border: 1px solid #d0d0d0;
	/*margin-left: 4px!important;
	margin-right: 8px!important;*/
	
}
input[type="radio"]:not(.form-check-input), input[type="checkbox"]:not(.form-check-input) {
	margin-left:4px;
	margin-right:4px;
}


fieldset {
	width:100%;
	border: 1px solid #DF2C3C;
	padding: 10px;
}

legend {
	padding: 0.2em 0.5em;
	/*border: 1px solid #DF2C3C;*/
	border:none;
	color: #DF2C3C;
	text-align: left;
	font-size:14px;	
	/*font-weight:bold;*/
	margin-top: 10px;
	margin-bottom: 0px;
	width:auto;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom:0px;
	color:darkgray;
}

dl, ol, ul {
	margin-top: 6px;
	list-style:none;
}

::-moz-placeholder {
	color: #A91225;
	text-align: center;
	opacity: 0.8;
} /* firefox 19+ */
::-webkit-input-placeholder {
	color: #A91225;
	text-align: center;
	opacity: 0.8;
} /* webkit */
:-ms-input-placeholder {
	color: #A91225;
	text-align: center;
	opacity: 0.8;
} /* ie */
:-o-input-placeholder {
	color: #A91225;
	text-align: center;
	opacity: 0.8;
} /* opera */
figure {
	margin: 0;
}

span.border_top {
	display: block;
	margin: 0 auto;
	height: 4px;
	/*background: transparent url("../img/body_bg.gif") no-repeat scroll center top;*/
}
i {
	margin-right:4px;	
	
}
.table.borderless td, .table.borderless th {
    border: none;
}

.iframeoculto {
	visibility: hidden;
	width:0px;
	height:0px;
 
}

/* Datapicker campos fecha */
/* Div principal del datepicker */
.ui-datepicker {
	/*background: #F0DEE8;*/
}
/* Tabla con los días del mes */
.ui-datepicker table {
	font-size: 11px;
}
/* La cabecera */
.ui-datepicker .ui-datepicker-header {
	width: 100%;
	font-size: 16px;
	background: #DF2C3C;
}
/* Para los días de la semana: Sa Mo ... */
.ui-datepicker th {
	color: #DF2C3C;
}
/* Para los días de la semana 1, 2, ... */
.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	color: #DF2C3C;
}
/* Para items con los días del mes por defecto */
.ui-datepicker .ui-state-default {
	background: #FFFFFF;
}
/* Para el item del día del mes seleccionado */
.ui-datepicker .ui-state-active {
	background: #DF2C3C;
	color: #FFFFFF;
}
/* Para el item del día actual */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background-color: lightcyan;
	color: red;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width:auto;
}

.capas_ocultas {
	display: none;
}
.form-inline .form-control{
	width:inherit;	
}
.form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: left;
    -ms-flex-pack: left;
    justify-content: flex-end;
    margin-bottom: 0;
}

.form-group.row .col-form-label:nth-child(n+2){
	text-align: right;
	padding-left:5px;
	padding-right:2px;	
}

.input-group input:NOT(.form-check-input), .input-group span{
	height:1.9rem;
}
.form-group{
	height:inherit;
	padding:2px;
	margin-bottom:2px;
}
.form-control,.form-inline .form-group {
	height:inherit;
	padding:4px;
	font-size:14px;
	line-height:inherit;
	/*margin-bottom:2px;*/
}
.page-link {
	color:#17a2b8;
}
.page-item.active .page-link {
	color:#fff;
	background-color: #17a2b8;
    border-color: #17a2b8;
}

/***********************************************************************
**  ////////////////////////////////////////////////////////////////  **
**  //                      W R A P P E R                         //  **
**  ////////////////////////////////////////////////////////////////  **
***********************************************************************/

/* Establecemos el ancho del contenedor principal, los márgenes (lo
centramos) y posicionamos todos los elementos a la izquierda. */

#wrapper {
	position: relative;
	width: 1360px;
	margin: 1px auto;
}



.contenido_wrapper {
	position: absolute; /* necesario para que se vea el fonod blanco*/
	top: 112px;
	background-color: #FFF;
	border: none;
	padding: 10px;
	margin: 0px;
	width: 100%;
	display: flex;
   
    flex-direction: column;
    justify-content: space-between;
	
}

/***********************************************************************
**  ////////////////////////////////////////////////////////////////  **
**  //              H E A D E R _ W R A P P E R                   //  **
**  ////////////////////////////////////////////////////////////////  **
***********************************************************************/



#header_wrapper {
	position: relative;
	float: left;
	/* Para que no quede por encima de la línea decorativa lateral */
	width: 100%;
	/* Para que no quede por encima de la línea decorativa lateral */
	height: 69px;
}



footer {
	position: relative;
    clear: both; 
    padding: 20px 30px;
    margin-top: 30px;
    color: #999999;
    background-color: #323131;
	display:flex;
}
footer>.container {
    color: #999999;
    font-size: 13px;
    line-height: 30px;
	margin:0px 10px ;

}
footer a {
    color: #999999;
}
footer h4 {
    font-family: "Chivo", sans-serif;
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff
}
footer i.fa-2x {
    margin: 0 10px;
}
footer .pieagencia, footer .pieagencia a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.card {
	margin-top:10px;
	margin-bottom:10px;	
	
}

/***********************************************************************
**  ////////////////////////////////////////////////////////////////  **
**  //                       N A V _ H O R                        //  **
**  ////////////////////////////////////////////////////////////////  **
***********************************************************************/
#navMenuSuperior.navbar {
	position: relative;
	font-family: Verdana;
	z-index: 3;
	background-color:white;
	height:35px;
}
#navMenuSuperior .navbar .navbar-collapse{
	background-color:white;
	padding:1.5em;
	z-index: 4;
}


#user_options a:hover {
	text-decoration: none;
}



/*//////////////////////////
//   I C O N O   M E N U  //
//////////////////////////*/
#wrapper a.navigation-toggle { /* Ocultamos el icono del menu */
	width: 0;
	height: 0;
	z-index: 5;
}

.nav-open_menu_windows {
	position: absolute;
	left: 23px;
	top: 189px;
	width: 18px;
	height: 18px;
	background: url("../../img/iconoMenuWindows.png") no-repeat;
	z-index: 5;
}

.nav-open_menu_windows:hover {
	cursor: pointer;
}


/***********************************************************************
**  ////////////////////////////////////////////////////////////////  **
**  //                       S E C T I O N                        //  **
**  ////////////////////////////////////////////////////////////////  **
***********************************************************************/
section.section_all {
	position: relative;
	float: left;
	left: 1px;
	top: 0px;
	width: 99.8%;
	margin: 0;
	padding: 7px 15px 17px;
	z-index: 1;
	background-color: #FFF;
}



section.section_all .form_box .sub_content {
	position: relative;
	margin: 10px auto 0;
	width: 99%;
}

section.section_right {
	position: relative;
	float:right;
	width: calc(100% - 280px);
	margin-top: 0px;
	padding: 0 0 0 12px;
	/*background: transparent url("../img/content_bg.gif") repeat-x scroll center top;*/
	z-index: 1;
	background-color: #FFF;
}

section.section_left {
	position: relative;
	float: left;
	left: 1px;
	width: 712px;
	margin: 0;
	padding: 7px 2px 17px 15px;
	background: transparent url("../../img/content_bg.gif") repeat-x scroll
		center top;
	z-index: 1;
}



/***********************************************************************
**  ////////////////////////////////////////////////////////////////  **
**  //                 M E N U    L A T E R A L                   //  **
**  ////////////////////////////////////////////////////////////////  **
***********************************************************************/
.nav_prin {
	position: relative;
	float: left;
	left: 1px;
	top: 0px;
	width: 280px;
	margin: 0;
	z-index: 1;
	background-color: #ccc;
	height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#acdnmenu 
{
	/*height: auto;*/
    width: 100%;
}
#acdnmenu ul
{
	margin:0;
	padding:0;
    width: 100%;
}
#acdnmenu li {
	background-color: #888;
	/*background-image: url(../../img/menugris1.jpg);*/
	color: #FFF;
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#acdnmenu li.active {
	/*background-image:none;*/
	background-color: #DF2C3C;
	color: #FFF;	
}
#acdnmenu li a {
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration:none;
	padding:4px 8px 4px 12px;
	line-height:3em;	
	height:3em;	
}
#acdnmenu li li {
	background-color: #eee;
	background-image:none;
}
#acdnmenu li li a,#acdsubnmenu li a{
	color: #666;
	text-shadow: none;
	padding:4px 12px;
	line-height:2em;	
	height:3em;	
}
#acdnmenu li li.active {
	background-color: #fff;
	margin-right: 1px;
}

#acdnmenu li li.active a {
	color: #DF2C3C;
}


#acdnmenu li li a:hover {
	color: #DF2C3C;
}

.active.list-group-item,.list-group-item.active{
	color:inherit;	
	background-color:#eee;
	border-color:#eee;	
	
}

/***********************************************************************
            **  ////////////////////////////////////////////////////////////////  **
            **  //               I N I C I O  R E V I S A R                   //  **
            **  //    ¡¡ C O P I A D O  D E  L O S  O R I G I N A L E S !!    //  **
            **  ////////////////////////////////////////////////////////////////  **
            ***********************************************************************/



.titcolumnas {
	line-height: normal !important;
	/*Anula el alto establecido para las filas de contenido*/
	border: 0 !important;
	border-bottom: 0 !important;
	text-align: center !important;
	background-color: #DF2C3C;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold !important;
	padding: 4px;
}

.titcolumnas a {
	padding: 2px;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
}


.oculto {
	display: none;
}




.boton {
	background-color: #DF2C3C;
	color: #FFF !important;
	border: 1px solid #441127;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	font: 14px Arial !important;
	width: auto !important;
	height: auto;
	padding: .375rem .375rem; 
}

.boton:hover {
	background-color: #481229 !important;
}
.btn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font: 14px Arial;
	width: auto !important;
	height: auto;
	padding: .375rem .375rem; 
	
}
.btn.ico{
	margin:0px;
	padding:2px 0px 2px 3px;
}
.btn-primary {
	background-color: #DF2C3C;
	color: #FFF;
	border-color:#441127;
}
.volvericon, .volvericon:hover {
	background-image: url(../../img/iconset-back.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.guardaricon, .guardaricon:hover {
	background-image: url(../../img/iconset-save.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.eliminaricon, .eliminaricon:hover {
	background-image: url(../../img/iconset-del.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.editaricon, .editaricon:hover {
	background-image: url(../../img/iconset-edit.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.cancelaricon, .cancelaricon:hover {
	background-image: url(../../img/iconset-cancel.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.descargaricon {
	background-image: url(../../img/iconset-download.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px !important;
	cursor: default;
}

.descargaricon:hover {
	background-image: url(../../img/iconset-download.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
	background-color: #481229 !important;
	cursor: default;
	opacity: 0.5;
}

.nuevoicon, .nuevoicon:hover {
	background-image: url(../../img/iconset-new.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.buscaricon, .buscaricon:hover {
	background-image: url(../../img/iconset-search.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;;
	margin-bottom: 5px;
}

.btnsub {
	position: absolute;
	right: 5px;
	display: block;
	margin: 0;
	top: 3px;
	float: right;
	width: auto !important;
}

.btnaccion {
	float: left;
	background-color: #c62673;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	border: 1px solid #441127 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none !important;
	padding: 3px 10px 3px 20px !important;
	line-height: 200% !important;
	font: 14px Arial !important;
	height: auto;
	width: auto !important;
	letter-spacing: 1px !important;
}

.btnaccion:hover {
	background-color: #481229;
	margin-bottom: 5px;
}

.recargaicon, .recargaicon:hover {
	background-image: url("../../img/iconset-undo.png");
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.subiricon, .subiricon:hover {
	background-image: url(../../img/iconset-upload.png);
	background-position: 7px 49%;
	background-repeat: no-repeat;
	padding: .375rem .375rem .375rem 1.4rem;
	margin-bottom: 5px;
}

.btnsuperior {
	position: absolute;
	right: 0;
	top: -50px;
	float: left;
	background-color: #c62673;
	color: #FFF;
	cursor: pointer;
	text-align: left;
	border: 1px solid #441127 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none !important;
	padding: 2px 10px 3px 20px !important;
	line-height: 200% !important;
	font: 14px Arial !important;
	height: auto;
	width: auto !important;
	letter-spacing: 1px !important;
}

.section_all .btnsuperior {
	position: absolute;
	right: 0;
	top: -50px;
	float: right;
	background-color: #c62673;
	color: #FFF;
	cursor: pointer;
	text-align: left;
	border: 1px solid #441127 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none !important;
	padding: 2px 10px 3px 20px !important;
	line-height: 200% !important;
	font: 14px Arial !important;
	height: auto;
	width: auto !important;
	letter-spacing: 1px !important;
}

.btnsuperior:hover {
	background-color: #481229;
}

.section_all .section_all .btnsuperior:hover {
	background-color: #481229;
}





/*PLANTILLAS*/

.botonenlace {
	background: url(../../img/flecha_blanca.png) no-repeat center center;
	border: none !important;
	width: 19px !important;
	height: 19px !important;
	margin: 0 auto !important;
	text-indent: -9999px;
	cursor: pointer;
}

.botoneditar {
	background: url(../../img/ico_edit.png) no-repeat center center;
	border: none !important;
	width: 19px !important;
	height: 19px !important;
	margin: 0 auto !important;
	text-indent: -9999px;
	cursor: pointer;
}

.nodata {
	margin: 10px 0 10px 1%;
	padding: 5%;
	width: 98% !important;
	border: 1px solid #ccc;
}


.formweb li>a.fntgroup {
	cursor: pointer;
}





/* Barra de progreso uploadfile */
/*            .progress { display:none; position:relative; border: 1px solid #ddd; padding: 1px; border-radius: 3px; float: left; margin: 2px 0 0 10.5%; width: 59.7%;}*/
.progress { /*display:none;*/
	position: relative;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	float: left;
	margin: 5px 5px;
	width: 100%;
	height:auto;
}

.bar {
	background-color: #B4F5B4;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}

.percent {
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 48%;
}

.upload_error {
	color: red;
	font-weight: bolder;
}

.upload_ok {
	color: green;
	font-weight: bolder;
}

#status {
	text-align: center;
}




/*********original*************/
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

.botones2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #DF2C3C;
	background-color: #DF2C3C;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin:0 10px;
}


input.botones2:hover, button.botones2:hover {
	color: #ccc;
}

.botones2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.botones2 span {
	color: #FFFFFF;
}

.combos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 140px;
	margin-right: 10px;
	margin-left: 5px;
	border: 1px solid #DFE0EC;
}

.txtnegrita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

.lista {
	list-style-type: none;
	text-indent: -1px;
}

.lista2 {
	margin-top: 5px;
	margin-left: 15px;
}

.bodysinfondo {
	background-color: #FFFFFF;
	background-image: none;
}

.botones {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #333;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin:0px 10px;
}
input.botones:hover, button.botones:hover {
	color: #ffffff;
	background-color: #DF2C3C;
}

.botones3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

.botones3 li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	list-style-type: none;
	line-height: 20px;
}

.botones4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E33445;
	background-color: #FFFBFF;
	border: 1px solid #FFFBFF;
	display: inline-block;
	padding: 4px;
}

.listamenu {
	list-style-position: inside;
	list-style-image: url(../../img/flecha1.gif);
	text-indent: -30px;
}

.combosinformes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}

.bordecelda {
	border: 2px solid #F0EFF5;
	background-color: #F0EFF5;
	background-repeat: repeat-x;
}

.borderojo {
	border: 1px solid #FF3300;
}

.submenu {
	border: 1px solid #FF3300;
	height: 80px;
	padding: 10px;
}

.submenu_2 {
	border: 1px solid #FF3300;
	height: 50px;
	padding: 10px;
}

.submenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	list-style-type: none;
	background-image: url(../../img/separador.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	left: -1px;
	top: 10px;
	position: relative;
	display: inline;
}

#listademan div.oculto {
	padding: 4px;
	line-height: 20px;
	box-shadow: 10px 10px 3px #D8D8D8;
	display: none;
}

.divfoto {
	float: right;
	max-width: 100px;
	position: relative;
	top: 0px;
	z-index: auto;
	display: block;
	right: 2px;
	text-align: right;
	max-height: 100px;
	overflow: visible;
	padding: 1px;
}

.iconok {
	background-image: url(../../img/iconos/Accept.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px;
}

.iconcarpeta {
	background-image: url(../../img/iconos/FolderClose.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px;
}

.iconfichero {
	background-image: url(../../img/iconos/Note.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px;
}

.iconbuscar {
	background-image: url(../../img/iconos/SearchFile.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px;
}

.iconsiguiente {
	background-image: url(../../img/iconos/ExportToFile.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px;
}

.iconcalendario {
	background-image: url(../../img/iconos/Calendar.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px;
}

.mesanterior {
	background-image: url(../../img/iconos/ArrowLeft.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px;
}

.messiguiente {
	background-image: url(../../img/iconos/ArrowRight.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: right;
}

#listaseleccion {
	height: 200px;
	overflow: auto;
}



.fa.fa-1medio {
	font-size:1.5em;	
}
/**Correcciión estilos boostrap***/




/******Parámetro**********/
#contenedorParametros{
	
	
}
#contenedorParametros ul{
	padding-left:0px;
	
}
#contenedorParametros .badge{
	float:right;	
}
#contenedorParametros .btn{
	margin:2px 2px;
	padding: 2px 2px;	
}

li.degradadoArbol {
    background: white;
}

li.degradadoArbol ul>li {
    background: #eeeeee;
}

li.degradadoArbol ul>li>ul>li {
    background: #cccccc;
}


li.degradadoArbol ul>li>ul>li>ul>li {
    background: #acacac;
}
.ayuda {
	font-size: large;
    margin-left: 7px;
    color: yellowgreen;	
}



@media (max-width: 575px) {
	#wrapper {
		position: relative;
		width: 100%;
		margin: 1px auto;
	}
	
	#navMenuSuperior.navbar {
		position: relative;
		font-family: Verdana;
		z-index: 3;
		background-color:white;
		height:35px;
	}
	#navMenuSuperior .navbar-collapse {
		position: relative;
		font-family: Verdana;
		z-index: 4;
		background-color:white;
		margin:11px -6px;
	}	
	#navMenuSuperior .navbar-toggler{
		margin:-4px;
		padding:0px;
		height:30px;
		
	}
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: left;
		-ms-flex-pack: left;
		justify-content: left;
		margin-bottom: 0;
	}
	.form-group.row .col-form-label:nth-child(n+2){
		text-align: inherit;
		padding-left: 15px;
		padding-right:inherit;	
	}
	.form-check {
		padding-left: 36px;
		margin-top:5px;
	}
}
@media (min-width: 576px) {
	#wrapper {
		position: relative;
		width: 100%;
		margin: 1px auto;
	}
	.container{
		max-width:100%;			
	}
	#navMenuSuperior .navbar-collapse {
		position: relative;
		font-family: Verdana;
		z-index: 4;
		background-color:white;
		margin:11px -6px;
	}	
	#navMenuSuperior .navbar-toggler{
		margin:-4px;
		padding:0px;
		height:30px;
		
	}
	#acdsubnmenu {
		position:absolute;
		z-index: -1;
	}
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: left;
		-ms-flex-pack: left;
		justify-content: left;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	
	section.section_right {
		width: calc(100% - 50px);
	}
	.nav_prin {
		width: 50px;
		position:absolute;
		top:10px;
		left:10px;
		z-index:2;
	}
	#acdnmenu span {
		display:none;
	}	
	#acdsubnmenu {
		position:absolute;
		left:60px;
		top:0px;
		z-index:3;
		height:100%
	}
	#acdnmenu li {
		font-size:1.3em;		
	}
	#acdnmenu li ul {
		display:none;		
	}
	footer {
		margin-left:72px;	
	}
	section.section_right{
		min-height:200px;
		overflow:scroll;
		
	}
}
@media (min-width: 768px) {
	.container{
		max-width:100%;		
	}
	section.section_right {
		width: calc(100% - 190px);
	}
	#navMenuSuperior .navbar-collapse {
		position: relative;
		font-family: Verdana;
		z-index: 3;
		background-color:transparent;
		height:35px;
		padding:0px;
	}
	.nav_prin {
		width: 190px;
	}
}
@media (min-width: 992px) {
	section.section_right {
		width: calc(100% - 240px);
	}
	
	.nav_prin {
		width: 240px;
	}
}
@media (min-width: 1140px) {
	section.section_right {
		width: calc(100% - 260px);
	}

	.nav_prin {
		width: 260px;
	}
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: left;
		-ms-flex-pack: left;
		/*justify-content: flex-end;*/
		margin-bottom: 0;
	}
	
}
@media (min-width: 1360px) {
	#wrapper {
		max-width: 1360px;
		margin: 1px auto;
	}
	section.section_right {
		width: calc(100% - 280px);
	}
	.nav_prin {
		width: 280px;
	}
}
