/* ______________________
  |                      |
  |HOJA DE ESTILO GENERAL| 
  |______________________| */

body{
  font-family: tahoma,verdana,sans-serif;
  /*overflow: hidden;*/
  color: #404040;
  position: relative;
  background: whitesmoke;
}

.boton {
  -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;
  -webkit-border-top-left-radius:30px;
  -moz-border-radius-topleft:30px;
  border-top-left-radius:30px;
  -webkit-border-top-right-radius:30px;
  -moz-border-radius-topright:30px;
  border-top-right-radius:30px;
  -webkit-border-bottom-right-radius:30px;
  -moz-border-radius-bottomright:30px;
  border-bottom-right-radius:30px;
  -webkit-border-bottom-left-radius:30px;
  -moz-border-radius-bottomleft:30px;
  border-bottom-left-radius:30px;
  margin: 10px auto;
  text-indent:0px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:Verdana;
  font-size:20px;
  font-weight:bold;
  font-style:normal;
  line-height: 350%;
  width: 200px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;

}

.boton:active {
  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;
  cursor: pointer;
  position:relative;
  top:1px;
}



.boton2 {
  -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% );

  margin: 0;
  text-indent:0px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  font-style:normal;
  line-height: 150%;
  width: 200px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
  cursor: pointer;
  
}

.boton2:active {
  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;
  cursor: pointer;
  position:relative;
  top:1px;
}



.lt-ie9 input[type=text], .lt-ie9 input[type=password], .lt-ie9 input[type=email], .lt-ie9 input[type=number] {
  line-height: 34px;
}

.tablas  {
  font-size: 15px;
  margin: 0px auto;
  padding-bottom: 20px;
  width:  70%;
  margin: 0px auto;
  border-spacing: 0;
  -moz-border-radius: 1em;
  -webzit-border-radius: 1em;
}

.tablas th {
  background-color: #52B6FF;
}

.tablas th, 
.tablas td{
  border: 1px solid #D8D8D8;
  padding:5px;
  border-width:1px;
  text-align: center;
}

.tablas tr:active{
  background-color: #98FB98;
  border: 1px solid #4682B4;
  color: #000;
}

#divcuadro{
  font-family: tahoma,verdana,sans-serif;
  overflow: hidden;
  color: #404040;
  background: white;
  position: relative;
  margin: 0px auto;
  padding: 10px 10px 10px;
  width: 90%;
}


/* ______________________
  |                      |
  |   ESTILO ENCABEZADO  | 
  |______________________| */


#divencabezado{
  font-size: 23px;
  font-family: tahoma,verdana,sans-serif;
  overflow: hidden;
  color: #404040;
  background: white;
  position: relative;
  margin: 0px auto;
  padding: 5px 5px 5px;
  width: 99%;
  border: 1px silver solid;
}

#divencabezado #divencabezadoizquierda{
  font-family: tahoma,verdana,sans-serif;
  color: #404040;
  float: left;
  position: relative;
  margin: 0px auto;
  padding: 5px 5px 5px;
  width: 24%;
  height:75px;
}

#divencabezado #divencabezadoizquierda img{
  position: relative;
  margin: auto; 
  /*width: 50%;
  height: 100%;*/
}


#divencabezado #divencabezadoderecha{
  font-family: tahoma,verdana,sans-serif;
  color: #404040;
  float: right;
  text-align: right;
  position: relative;
  margin: 0px auto;
  padding: 5px 5px 5px;
  width: 22%;
  height:75px;
}

#divencabezado #divencabezadocentro{
  font-family: tahoma,verdana,sans-serif;
  color: #404040;
  float: left;
  text-align: center;
  position: relative;
  margin: 0px auto;
  padding: 5px 5px 5px;
  width: 50%;
  height:75px; 
}

#divencabezado .botonnavegacion{
  color: #fdfdfd;
  width: 25%;
  height: 75px;
  margin: -3px;
  font-size: 20px;
  background: #021B66;
  background: -moz-linear-gradient(top,  #021B66 0%, #4E5F94 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021B66), color-stop(100%,#4E5F94));
  background: -webkit-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: -o-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: -ms-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: linear-gradient(top,  #021B66 0%,#4E5F94 100%);
}


#divencabezado .botonnavegacion:active{
  color: #333;
  text-shadow: 1px 1px 1px rgba(255,255,255, .2);
  background: #DF0101;
  background: -moz-linear-gradient(top,  #DF0101 0%, #021B66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF0101), color-stop(100%,#021B66));
  background: -webkit-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -o-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -ms-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: linear-gradient(top,  #DF0101 0%,#021B66 100%);
}


#divpiedepagina {
  background-color: #404040;
  color: white;
  padding: 5px 5px 5px;
  text-align: right;
  font-size: 12px;
}




/* ______________________
  |                      |
  |   ESTILO FORMULARIO  | 
  |______________________| */

#divformulario {
  font-family: tahoma,verdana,sans-serif;
  width: 100%;
  margin: 0px auto;
  min-height: 400px;
  color: #404040;
  background: white;
  overflow: auto;
  border-radius: 6px;
  border: 1px solid #021B66;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}

#divformulario h1{
  margin: 0px 0px 21px;
  padding: 5px;
  line-height: 40px;
  font-size:2.1em;
  color: #CCCCCC;
  text-align: center;
  text-shadow: 0 1px white;
  background: #021B66;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

#divformulario fieldset {
  border:none;  
  background:white;   
  color:#000;   
  padding: 5px;
}

#divformulario legend {
  text-align: left;
  font-size:17px;
  font-weight: bold;
  padding:10px;
}

#divformulario p {
  margin-right: 20%;
  margin-left: 20%;
  width: 60%;
}

#divformulario label {
  font-size: 30px;
  width: 40%;
  height: 50px;
  float: left;
  text-align: right;
  vertical-align:text-top;
  margin-top: 7px;
}

#divformulario input[type=text], 
#divformulario input[type=password], 
#divformulario input[type=number], 
#divformulario input[type=email], 
#divformulario input[type=date]{
  font-size: 30px;
  font-family: tahoma,verdana,sans-serif;
  color: gray;
  width: 40%;
  padding: 3px;
  margin: 5px;
  height: 50px;
  vertical-align:top;
  outline: none;
  text-align: center;
  background-color: whitesmoke;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}
#divformulario textarea{
  font-size: 30px;
  font-family: tahoma,verdana,sans-serif;
  color: gray;
  width: 40%;
  padding: 3px;
  margin: 5px;
  height: 180px;
  vertical-align:top;
  outline: none;
  text-align: left;
  background-color: whitesmoke;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#divformulario input[type=checkbox] {
  font-size: 30px;
  font-family: tahoma,verdana,sans-serif;
  color: gray;
}

#divformulario input[type=text]:focus, 
#divformulario input[type=password]:focus, 
#divformulario input[type=number]:focus, 
#divformulario input[type=email]:focus,
#divformulario input[type=date]:focus,
#divformulario select:focus {
  color: #000;
  border: 1px solid #999;
  background-color: white;
  box-shadow: 0 0 25px #aaa;
  -webkit-box-shadow: 0 0 25px #aaa;
  -moz-box-shadow: 0 0 25px #aaa;
}
#divformulario textarea:focus {
  color: #000;
  border: 1px solid #999;
  background-color: white;
  box-shadow: 0 0 25px #aaa;
  -webkit-box-shadow: 0 0 25px #aaa;
  -moz-box-shadow: 0 0 25px #aaa;
}
#divformulario .clsPersonal {
 font-size: 20px;
 font-family: tahoma,verdana,sans-serif;
 color: gray;
 
}

#divformulario .lblPersonal {
	/*background-color: red;*/
	border-radius: 6px;
	border: 1px silver solid;
	/*clear: both;*/
	font-size: 25px;
	width: 50%;
	height: 34px;
	/*float: left;*/
	margin-left: 100px;
	text-align: left;
	vertical-align:text-top;
	margin-top: 7px;
  
}

#divformulario .radiocheck {
	border-radius: 6px;
	border: 1px silver solid;
	width: 30%;
	height: 44px;
	text-align: center;
	margin: auto 50px;
	padding: 10px;
}

#divformulario .flotilla2, #divformulario .flotilla1 {
	display: none;
}

#divformulario .lblPersonalSeleccionado {
	background-color: #99CCFF;
	border-radius: 6px;
	border: 1px #7AA3CC solid;
	/*clear: both;*/
  font-size: 25px;
  width: 50%;
  height: 34px;
  /*float: left;*/
  margin-left: 100px;
  text-align: left;
  vertical-align:text-top;
  margin-top: 7px;
}




#divformulario .dvPersonal {
margin: 10px;
clear: both;
}

#divformulario input[type=checkbox]:focus {
  color: #000;
  border: 1px solid #999;
  background-color: white;
  box-shadow: 0 0 25px #aaa;
  -webkit-box-shadow: 0 0 25px #aaa;
  -moz-box-shadow: 0 0 25px #aaa;
}

#divformulario select {
  font-size: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:gray;
  width: 40%;
  height: 50px;
  padding: 3px;
  margin: 5px;
  vertical-align:top;
  outline:none;
  text-align:center;
  background-color: whitesmoke;
  border-radius:6px;
  border:1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}


#divformulario input[type=text].txtposicion{
  margin: 5px;
  font-size:30px;
  width: 60px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align:top;
  outline:none;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border:1px solid rgba(0,0,0, 0.2);
  text-align:center;
}

#divformulario input[type=number].txtposicion{
	  margin: 5px;
  font-size:30px;
  width: 60px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align:top;
  outline:none;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border:1px solid rgba(0,0,0, 0.2);
  text-align:center;
}
 


#divformulario #mensajedigitoverificador{
  font-size: 25px;
  color: red;
}

#divformulario span#error{
  font-size: 11px;
  color: red;
}

#divformulario #mensajecorrecto{
  font-size: 30px;
  text-align: center;
  background-color: green;
  color: white;
  margin: 10px auto;
  padding: 10px;
  width: 80%;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0, 0.2);
  background: #3ADF00;
  background: -moz-linear-gradient(top,  #3ADF00 0%, #04B404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ADF00), color-stop(100%,#04B404));
  background: -webkit-linear-gradient(top,  #3ADF00 0%,#04B404 100%);
  background: -o-linear-gradient(top,  #3ADF00 0%,#04B404 100%);
  background: -ms-linear-gradient(top,  #3ADF00 0%,#04B404 100%);
  background: linear-gradient(top,  #3ADF00 0%,#04B404 100%);
}

#divformulario #mensajeerror{
  font-size: 30px;
  text-align: center;
  background-color: red;
  color: yellow;
  margin: 10px auto;
  padding: 10px;
  width: 80%;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0, 0.2);
  background: #DF0101;
  background: -moz-linear-gradient(top,  #DF0101 0%, #021B66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF0101), color-stop(100%,#021B66));
  background: -webkit-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -o-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -ms-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: linear-gradient(top,  #DF0101 0%,#021B66 100%);
}

.miniformulario{
  font-family: tahoma,verdana,sans-serif;
  font-size: 22px;
  color: #404040;
  background: white;
  position: absolute;
  margin: -100% auto;
  margin-right: 25%;
  margin-left: 25%;
  width: 50%;
  height: 350px;
  background: white; 
  border-radius: 10px;
  z-index: 1;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.miniformulario h1{
  margin: 0px 0px 21px;
  line-height: 40px;
  font-size: 27px;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.miniformulario h1 img{
  overflow: right;
}

.miniformulario fieldset {
  border:none;  
  background:white;   
  color:#000;   
  padding: 5px;
}

.miniformulario legend {
  text-align: left;
  font-size:17px;
  font-weight: bold;
  padding:10px;
}

.miniformulario p {
  margin-right: 20%;
  margin-left: 20%;
  width: 60%;
}

.miniformulario label {
  font-size: 27px;
  width: 37%;
  height: 50px;
  float: left;
  text-align: right;
  vertical-align:text-top;
  margin-top: 7px;
}

.miniformulario input[type=text], 
.miniformulario input[type=password], 
.miniformulario input[type=number],
.miniformulario input[type=email], 
.miniformulario input[type=date] {
  font-size: 27px;
  font-family: tahoma,verdana,sans-serif;
  color: gray;
  width: 60%;
  padding: 3px;
  margin: 5px;
  height: 50px;
  vertical-align:top;
  outline: none;
  text-align: center;
  background-color: whitesmoke;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}

.miniformulario input[type=text]:focus, 
.miniformulario input[type=password]:focus, 
.miniformulario input[type=number]:focus,
.miniformulario input[type=email]:focus,
.miniformulario input[type=date]:focus,
.miniformulario select:focus{
  color: #000;
  border: 1px solid #999;
  background-color: white;
  box-shadow: 0 0 25px #aaa;
  -webkit-box-shadow: 0 0 25px #aaa;
  -moz-box-shadow: 0 0 25px #aaa;
}

.miniformulario select {
  font-size: 27px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: gray;
  width: 60%;
  height: 50px;
  padding: 3px;
  margin: 5px;
  vertical-align:top;
  outline:none;
  text-align:center;
  background-color: whitesmoke;
  border-radius:6px;
  border:1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}

.miniformulario #embalajecapacidad{
   -webkit-appearance: none;
}

/* ______________________
  |                      |
  |   ESTILO REPORTES    | 
  |______________________| */

#divreportes {
  font-family: tahoma,verdana,sans-serif;
  width: 99%;
  margin: 0px auto;
  color: #404040;
  background: white;
  overflow: auto;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}

#divreportes h1{
  margin: 0px 0px 0px;
  line-height: 40px;
  font-size:2em;
  color: white;
  text-align: center;
  text-shadow: 0 1px white;
  background: #DF0101;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

#divreportes fieldset {
  border:none;  
  background:white;   
  color:#000;   
  padding: 5px;
}

#divreportes legend {
  text-align: left;
  font-size:17px;
  font-weight: bold;
  padding:10px;
}

#divreportes p {
  margin-right: 20%;
  margin-left: 20%;
  width: 60%;
}

#divreportes label {
  font-size: 30px;
  width: 40%;
  height: 50px;
  float: left;
  text-align: right;
  vertical-align:text-top;
  margin-top: 7px;
}

#divreportes input[type=text], 
#divreportes input[type=password], 
#divreportes input[type=number],
#divreportes input[type=email], 
#divreportes input[type=date] {
  font-size: 30px;
  font-family: tahoma,verdana,sans-serif;
  color: gray;
  width: 40%;
  padding: 3px;
  margin: 5px;
  height: 50px;
  vertical-align:top;
  outline: none;
  text-align: center;
  background-color: whitesmoke;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}

#divreportes input[type=text]:focus, 
#divreportes input[type=password]:focus,
#divreportes input[type=number]:focus,
#divreportes input[type=email]:focus,
#divreportes input[type=date]:focus,
#divreportes select:focus{
  color: #000;
  border: 1px solid #999;
  background-color: white;
  box-shadow: 0 0 25px #aaa;
  -webkit-box-shadow: 0 0 25px #aaa;
  -moz-box-shadow: 0 0 25px #aaa;
}

#divreportes select {
  font-size: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:gray;
  width: 40%;
  height: 50px;
  padding: 3px;
  margin: 5px;
  vertical-align:top;
  outline:none;
  text-align:center;
  background-color: whitesmoke;
  border-radius:6px;
  border:1px solid rgba(0,0,0, 0.2);
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}

#divreportes #mensajedigitoverificador{
  font-size: 11px;
  color: red;
}

#divreportes span#error{
  font-size: 11px;
  color: red;
}

#divreportes input[type=button].opcionmenu{
  color: #fdfdfd;
  width: 100%;
  height: 100px;
  margin: 0px 0px 0px;
  font-size: 30px;
  background: #021B66;
  background: -moz-linear-gradient(top,  #021B66 0%, #4E5F94 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021B66), color-stop(100%,#4E5F94));
  background: -webkit-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: -o-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: -ms-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: linear-gradient(top,  #021B66 0%,#4E5F94 100%);
}

#divreportes input[type=button].opcionmenu:active{
  color: white;
  text-shadow: 1px 1px 1px rgba(255,255,255, .2);
  background: #DF0101;
  background: -moz-linear-gradient(top,  #DF0101 0%, #021B66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF0101), color-stop(100%,#021B66));
  background: -webkit-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -o-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -ms-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: linear-gradient(top,  #DF0101 0%,#021B66 100%);
}

#divreportes input[type=button].opcionmenu.active{
  color: white;
  text-shadow: 1px 1px 1px rgba(255,255,255, .2);
  background: #DF0101;
  background: -moz-linear-gradient(top,  #DF0101 0%, #021B66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF0101), color-stop(100%,#021B66));
  background: -webkit-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -o-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -ms-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: linear-gradient(top,  #DF0101 0%,#021B66 100%);
}

#divreportes input[type=button].opcionsubmenu{
  color: #fdfdfd;
  width: 80%;
  float:center;
  height: 85px;
  margin: 0px 0px 0px;
  font-size: 25px;
  background-color: #003BA9;
}


#divreportes input[type=button].opcionmenu2{
  color: #fdfdfd;
  float: left;
  width: 50%;
  height: 80px;
  margin: 0px 0px 0px;
  font-size: 25px;
  background: #021B66;
  background: -moz-linear-gradient(top,  #021B66 0%, #4E5F94 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021B66), color-stop(100%,#4E5F94));
  background: -webkit-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: -o-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: -ms-linear-gradient(top,  #021B66 0%,#4E5F94 100%);
  background: linear-gradient(top,  #021B66 0%,#4E5F94 100%);
}

#divreportes input[type=button].opcionmenu2:active{
  color: white;
  text-shadow: 1px 1px 1px rgba(255,255,255, .2);
  background: #DF0101;
  background: -moz-linear-gradient(top,  #DF0101 0%, #021B66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF0101), color-stop(100%,#021B66));
  background: -webkit-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -o-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: -ms-linear-gradient(top,  #DF0101 0%,#021B66 100%);
  background: linear-gradient(top,  #DF0101 0%,#021B66 100%);
}










.listareportes{
  font-family: tahoma,verdana,sans-serif;
  color: #404040;
  overflow: hidden;
  background: white;
  position: relative;
  margin: 50px auto;
  padding: 20px 20px 20px;
  width: 1200px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.listareportes fieldset {
  border:none;  
  background:white;   
  color:#000;   
  padding: 5px;
}

.listareportes legend{
  text-align: left;
  font-size:2em;
  padding:10px;
}

.listareportes #tablareportes table{
  font-size: 13px;
}
.formulario #formulario #tablacontenedores {
  font-size: 13px;
}

.listareportes #tablareportes th{
  background-color: whitesmoke;
  border: 1px solid #D8D8D8;
  padding:5px;
  border-width:1px;
  text-align: center;
}

.listareportes #tablareportes tr:hover{
  background-color: #98FB98;
  border: 1px solid #4682B4;
  color: #000;
}

.listareportes #tablareportes h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size:2em;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.listareportes #tablareportes h1 img.back{
  float: left;
}

.listareportes #tablareportes label {
  width: 44%;
  float: left;
  text-align: right;
}

.listareportes #tablareportes select {
  margin: 5px;
  width: 200px;
  height: 30px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
 
.listareportes #tablareportes input[type=text] {
  margin: 5px;
  width: 200px;
  height: 30px;
  padding: 0 10px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.listareportes #tablareportes input[type=number] {
  margin: 5px;
  width: 200px;
  height: 30px;
  padding: 0 10px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}


.listareportes #tablareportes select:focus, input[type=text]:focus{
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
  
  .listareportes #tablareportes select:focus, input[type=number]:focus{
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
.formulario {
  position: relative;
  margin: 50px auto;
  padding: 20px 20px 20px;
  width: 700px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.formulario input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.formulario input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.formulario h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size:2em;
  /*font-weight: bold;*/
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.formulario h1 img.back{
  float: left;
}


.formulario label {
  width: 25%;
  float: left;
  text-align: right;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password], .lt-ie9 input[type=number], .lt-ie9 input[type=email] {
  line-height: 34px;
}

.listareportes #listado{
  font-family: tahoma,verdana,sans-serif;
  font-size: 22px;
  float: left;
  color: #404040;
  background: white;
  position: relative;
  margin: 10px auto;
  padding: 10px 10px 10px;
  width: 43%;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.listareportes #listado h1 {
  margin: -10px -10px 15px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.listareportes #formulario{
  font-family: tahoma,verdana,sans-serif;
  float: right;
  color: #404040;
  background: white;
  position: relative;
  margin: 10px auto;
  padding: 10px 10px 10px;
  width: 52%;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.listareportes #formulario h1 {
  margin: -10px -10px 15px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.listareportes #formulario label {
  width: 44%;
  float: left;
  text-align: right;
}

.listareportes #formulario select {
  margin: 5px;
  width: 200px;
  height: 30px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
 
.listareportes #formulario input[type=text] {
  margin: 5px;
  width: 200px;
  height: 30px;
  padding: 0 10px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.listareportes #formulario input[type=number] {
  margin: 5px;
  width: 200px;
  height: 30px;
  padding: 0 10px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}


.listareportes #formulario select:focus, input[type=text]:focus{
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.listareportes #formulario select:focus, input[type=number]:focus{
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}


.detalleCampo {

	color: red;
	padding-top: 13px;
	float: right;
	font-weight:bold;
	padding-right: 10px;
	

}

.ambientePruebas{
	padding: 10px;
	margin: 5px;
	border: 1px silver dotted;
	border-left: 3px red solid;
}

.horas {
	width: 75px !important;
}

.botonpequeno {
  -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;
  -webkit-border-top-left-radius:30px;
  -moz-border-radius-topleft:30px;
  border-top-left-radius:30px;
  -webkit-border-top-right-radius:30px;
  -moz-border-radius-topright:30px;
  border-top-right-radius:30px;
  -webkit-border-bottom-right-radius:30px;
  -moz-border-radius-bottomright:30px;
  border-bottom-right-radius:30px;
  -webkit-border-bottom-left-radius:30px;
  -moz-border-radius-bottomleft:30px;
  border-bottom-left-radius:30px;
  margin: auto;
  text-indent:0px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  line-height: 250%;
  width: 80px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
}

.divnavegacion {
	width: 90%;
	float: center;
	margin: auto;
	padding-bottom: 50px;
}
.divnavegacion div {
	width: 23%;
	position: relative;
	float: left;
	text-align: center;
}
.divnavegacion h2 {
	width: 100%;
	float: center;
	margin: auto;
	text-align: center;
}