/* CSS Document */
  html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl,
  dt, dd, ol, ul, li, table, tr, td, form, object, embed,
  article, aside, canvas, command, details, fieldset,
  figcaption, figure, footer, group, header, hgroup, legend,
  mark, menu, meter, nav, output, progress, section, summary,
  time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  }
  html {
  font: 81.25% arial, helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1;
  direction: ltr;
  }
  a {
  color: #15c;
  text-decoration: none;
  }
  a:active {
  color: #d14836;
  }
  a:hover {
  text-decoration: underline;
  }
  h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-size: 1.54em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 .46em;
  }
  p {
  line-height: 17px;
  margin: 0 0 1em;
  }
  ol, ul {
  list-style: none;
  line-height: 17px;
  margin: 0 0 1em;
  }
  li {
  margin: 0 0 .5em;
  }
  html, body {
  position: absolute;
  height: 100%;
  min-width: 100%;
    top: 0px;
    left: 0px;
    /*width: 511px; LO DESACTIVÉ, POR QUE ME ESTABA DANDO PROBLEMAS*/
}
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  padding: 0 44px;
  position: relative;
  z-index: -1;
  }
  .header {
	position: relative;
	font-weight: bold;
	color: #FFF;
	padding-top: 0;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 90px;
  }
  #barramenu {
    width: 100%;
    z-index: 2;
}
  .header-bar {
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	background-image: url(../imagenes/fondocabecera.png);
	background-repeat: repeat-x;
  }
  .footer-bar {
  /*Tenia position: absolute; pero la cambié a fixed para que el pie siempre esté visible*/
      position: fixed;
      bottom: 0;
      height: 35px;
      width: 100%;
      border-top: 1px solid #ebebeb;
      overflow: hidden;
      background: #fff;
  }
  .footer {
  padding: 0 44px;
  padding-top: 9px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  color: #999;
  float: left;
  max-width: 80%;
  }
  .footer ul li {
  display: inline;
  padding: 0 1.5em 0 0;
  }
  .footer a {
  color: #333;
  }
  .textorojo {
  color: #dd4b39;
  }
  .textoblanco {
  color: #fff;
  }
  .textonegro {
  color: #000;
  }
  .textoautor {
    color: #F8F8F8;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman' , Times, serif;
    text-align: right;
    padding-right: 22px;
    text-shadow: 1px 1px 3px #FFFC00;
}
  .hidden {
  display: none;
  }
.titulo_principal{
	float: left;
	height: 85px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	padding-top: 5px;
	padding-left: 30px;
}
.logo{
	height: 50px;
	width: 170px;
	float: left;
	text-align: center;
	padding-top: 3px;
}
.subtitulo_principal{
	font-size: 24px;
}
.siges {
    color: #FFFF00;
    font-size: 12px;
    margin-top: -5px;
}
.siu {
    color: #FFFFFF;
    font-size: 10px;
}
.usuario_actual{
	height: 85px;
	width: 250px;
	padding-top: 5px;	
	margin-right: 1px;
    line-height: 15px;
    float: right;
}
.usuario_actual a {
    color: #FFFF00;
}

.usuario_actual a:hover {
    color: #FF9900;
    cursor: pointer;
    
}

.titulo_direccion{
	font-size: 14px;
	color: #FFF;
	line-height: normal;
}

.pagina_izquierda{
	float: left;
	width: 180px;
	background-repeat: repeat-x;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border: 1px solid #F3F3F3;
	background-image: url(../imagenes/fondo_menu_izquierda.png);
	padding-left: 5px;
}

.pagina_derecha{
	float: left;
	padding-left: 20px;
}

.titulomenu{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.pagina_izquierda a{
	font-weight: bold;
	color: #666;
}
.iniciar_sesion a{
	float: right;
	font-weight: bold;
	color: #FFF;
}
.formatotabla {
    border-width: 3px;
    text-align: center;
    margin: 0 auto;
    background-color: #BBE9FF;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #009;
    border-right-color: #009;
    border-bottom-color: #009;
    border-left-color: #009;
}
.formatotabla2 {
    border-width: 3px;
    text-align: center;
    margin: 0 auto;
    background-color: #BBE9FF;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #009;
    border-right-color: #009;
    border-bottom-color: #009;
    border-left-color: #009;
    width: 100%;
    font-size: 10px;
}
.formatotabla3 {
    border-width: 0px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    width: 100%;
    font-size: 12px;
    color: #dd4b39;
}

.formatotabla4 {
    border-width: 0px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    font-size: 12px;
    color: #dd4b39;
}


.formatotablaBotonera {
    border-width: 0px;
    text-align: center;
    margin: 0 auto;
    border: solid;
    border-color: #ededed;
    /*width: 100%;*/
    font-size: 12px;
    color: #000;
    background-color: #fff6e9;
    border-radius: 5px;
    /*background-image: url('../imagenes/fondocabecera.png');*/
}

.formatoBotonera {
    border: solid 1px;
    border-color: #d3d1d1;
    color: #000;
    /*background-color: #fff6e9;*/
    border-radius: 6px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*background-image: url('../imagenes/fondocabecera.png');*/
}

.fondoAzul {
    background-image: url('../imagenes/fondocabecera.png');
}

/*TABS O PESTAÑAS*/
.formatoTabs {
    border-width: 3px;
    text-align: center;
    margin: 0 auto;
    background-color: #014464;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #014464;
    border-right-color: #014464;
    border-bottom-color: #014464;
    border-left-color: #014464;
    width: 100%;
    font-size: 12px;
    color: #000;
}

.centrar_texto {
    text-align: center;
}

.alinear_a_la_izquierda {
    text-align: left;
}
.centrarHorizontalVertical {
    width: 270px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -150px;
}

.centrarHorizontalVertical2 {
    width: 300px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -200px;
}

.centrarHorizontalVertical3 {
    width: 600px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -300px;
}

.centrarHorizontalVertical4 {
    width: 270px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -205px 0 0 -200px;
}

.centrarDiv {
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.centrarReporte {
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -380px 0 0 -490px;
}
/*Para centrar los botones de edición de datos (Eliminar por ejemplo)*/
.botonesEdicion {
            position: relative; 
            top: 4px;
}

/*PARA LA BARRA DE PROGRESO*/
#Background_ProgressBar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #F0F0F0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100000;
}

/*PARA LA BARRA DE PROGRESO*/
#ProgressBar {
    position: fixed;
    top: 40%;
    bottom: 40%;
    left: 20%;
    right: 20%;
    z-index: 100001;
    /*background-color: #FFFFFF;
            border: 1px solid Gray;*/
    background-image: url('../imagenes/cargando2.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.interlineado1_3 {
    line-height: 1.3;
}

.colorRegistroSeleccionado {
    color: #C60017;
    font-weight: bold;
}

.paddingDiv_GridView {
    /*padding: 15px;*/
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.ancho100porciento {
    width: 100%;
}

.formatoDiv {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 3px;
    border-color: #d3d1d1;
    padding: 6px;
    background-color: #BBE9FF;
    width: 100%;
}

/*PARA MOSTRAR UN TOOLTIP INDICANDO QUE EL CAMPO ES REQUERIDO*/
.requerido {
    margin-left: 5px;
    padding-left: 35px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #FFF;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    background-image: url(../imagenes/errorValidacion.png);
    background-repeat: no-repeat; 
}

.fondoDegradado{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.fondoAzulRedondeado {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    
    background-image: url('../imagenes/fondocabecera.png');
    
}

.fondoAzulObscuro {
    background-image: url('../imagenes/fondo.png');
}


.fondoCasiBlanco {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    background: #fff; /* Old browsers */
}

.color_hr {
    border-color: #d3d1d1;
}

.fondoRojo {
    background-color: #f95252;
}

/*LO HICE AL 100%, PARA ALGUNAS NECESIDADES PERSONALES DENTRO DEL GRIDVIEW*/
.form-control-jord-100XCiento {
    height: 100%;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-jord-100XCiento:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.margenes1{
    margin: -9px;
}

.margin-valor-gridview {
    margin-left: 3px;
    margin-right: 3px;
}

.negrita {
    font-weight: bold;
}

/* LE CAMBIE EL TAMAÑO MODAL DE BOOTSTRAP */
.modal-dialog {
    width: 380px;
    z-index: 50000;
    margin-top: 15%;
}

.texto-tamanio12 {
    font-size: 13px;
}

.texto-tamanio14 {
    font-size: 14px;
}

.texto-tamanio15 {
    font-size: 15px;
}

.texto-tamanio16 {
    font-size: 16px;
}

fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    /*background-color: #BBE9FF;*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

legend {
    background: #fefdcd;
    border: solid 1px #d3d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 8px 1px 8px;
    width: auto;
    font-size: 13px;
    font-weight: bold;
}



.myFieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    /*background-color: #BBE9FF;*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.myLegend {
    background: #fefdcd;
    border: solid 1px #d3d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 8px 1px 8px;
    width: auto;
    font-size: 13px;
    font-weight: bold;
}

.marcoFormulario {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;    
}

.nav-tabs a:hover {
    color: #FF9900;
    cursor: pointer; 
}


.margenSuperiorLarge {
    margin-top: 50px;
}

.margenSuperiorSmall {
    margin-top: 50px;
}

.oculto_display_none {
    display: none;
}

.displayNone {
    display: none;
}

.displayNormal {
    display: normal;
}

.titulo-opcion-pagina {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding-top: 2px;
    margin-bottom: -3px;
}

.paddingBoton {
    padding-right: 5px;
    padding-left: 5px;
}

/* PARA PERSONALIZAR EL FILEUPLOAD */
.file-upload-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .file-upload-wrapper input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.file-upload-label {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.margenes-botones-tabla {
    margin-top: -25px;
    margin-bottom: -25px;
}