/* GENERALES */
/* input:focus */
.button {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #999999;
  background: #e4e4e2;
  color: #1060c8;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
}

input[type="file"] {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #999999;
  background: #e4e4e2;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: thin solid #999999;
}
input[type="text"],
input[type="password"],
select,
textarea {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  color: #000000;
  border: solid 1px #e4e4e2;
  font-weight: normal;
  font-variant: normal;
}
input[type="radio"] {
  cursor: pointer;
}

span.negrita {
  color: #000;
  font-weight: bold;
}
span.azul_negrita {
  font-weight: bold;
}
span {
  color: #cc0000;
}
span.color_negro {
  color: #000;
}
span.info {
  color: #999;
}
.clr {
  padding: 0;
  margin: 0;
  clear: both;
}
a {
  cursor: pointer;
}
/*FIN GENERALES */

/* PARA EL FORMULARIO*/
div .separar {
  width: 100%;
  margin-top: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
table.formulario {
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 10px;
  border-spacing: 2px;
  vertical-align: middle;
}
table.formulario td {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.formulario th {
}
.separacion_titulo {
  padding-top: 20px;
}
.separacion_5 {
  padding-top: 5px;
}
.separacion_10 {
  padding-top: 10px;
}
.separacion_bottom_10 {
  padding-bottom: 10px;
}
.separacion_20 {
  padding-top: 20px;
}
table.formulario th.titulo {
  padding-top: 10px;
  padding-bottom: 5px;

  /*text-decoration: underline;*/
  font-family: Arial, sans-serif;
  /*font-weight:  bold;*/
  font-size: 12px;
  text-align: center;
}
table.formulario th.sub_titulo {
  /*background: #06F;*/
  background-color: #d0e0f4;
  font-family: Arial, sans-serif;
  /*font-weight:  bold;*/
  font-size: 10px;
  padding: 4px;
}
table.formulario th.sub_titulo_2 {
  /*background: #06F;*/
  background-color: #999;
  font-family: Arial, sans-serif;
  /* font-weight:  bold; */
  font-size: 10px;
  color: white;
  padding: 2px;
  text-align: left;
}

/*PARA TOOLTIP*/
#tooltip {
  /* OPACIDAD ESTO PARA QUE FUNCIOEN EN VARIOS NAVEGADORES*/
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  font-family: Arial, sans-serif;
  background-color: #fae2c0;
  border: 1px solid #000;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 7px;
  max-width: 20em;
  /*line-height: 12px;*/
}
#tooltip h3 {
  font-size: 11px;
  margin: 0;
  padding: 0 3px;
  text-align: left !important;
}
#tooltip p {
  font-size: 10px;
  margin: 5px 0 0 5px;
  text-align: left;
  color: #000;
}
/* FIN PARA TOOLTIP*/

#formulario table.tabla_mostrar {
  width: 100%;
  border-spacing: 0px;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

#formulario table.tabla_mostrar th {
  background-color: #d0e0f4;
  font-family: Arial, sans-serif;
  font-size: 10px;

  padding: 4px;
  text-align: left;
}

#formulario table.tabla_mostrar td {
  background-color: #f7f7f7;
  padding: 2px;
  text-align: left;
}

/* NAVEGACION */
.identificacion_seccion {
  /* FONT-WEIGHT: bold;  */
  font-size: 9px;
  color: #666666;
  font-style: normal;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

table.formulario td.seccion_inactiva:hover {
  background-color: #cccccc;
  border: 1px dotted #1060c8;
}
table.formulario td.seccion_inactiva a:hover {
  font-style: normal;
  font-family: Arial, sans-serif;
  font-size: 10px;
  /* font-weight: bold; */
  text-decoration: none;
}

table.formulario td.seccion_inactiva {
  background-color: #d0e0f4;
  border: 1px dotted #1060c8;
}
table.formulario td.seccion_inactiva a {
  font-weight: bold;
  font-size: 10px;
  color: #666666;
  font-style: normal;
  font-family: Arial, sans-serif;
  text-decoration: none;
}
/* FIN NAVEGACION*/

/*ESTILO DEL AGREGAR*/
table.listado {
  background-color: #fceba9;
  border-spacing: 0px;
  font-family: Arial, sans-serif;
  font-size: xx-small;
}

table.listado tr:hover {
  background-color: #b5b5b5;
}

table.listado th {
  background-color: #d0e0f4;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.listado thead tr th.btnagregar {
  background-color: #fcfcfc;
  padding-bottom: 5px;
  padding-top: 5px;
}
table.listado td.titulo {
  text-align: center;
  /* font-weight:bold; */
}
/*FIN ESTULO AGREGAR*/

.usuario {
  font: 12px Arial, sans-serif;
  font-size: xx-small;
  color: #333333;
  font-size: 10px;
  border-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}

.alerta_roja {
  border: solid 1px;
  border-color: red;
  color: red;
}

.link_nomina {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 10px;
  /* font-weight: bold; */

  text-decoration: none;
}
