/* CSS Document */
/***** Estilo de Tablas *****/
.avisos {
  margin: 0 auto 0 auto;
  width: 990px;
  height: auto;
}
.agregar {
  width: 32px;
  height: 32px;
  background-image: url(../imagenes/iconos/agregar.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.quitar {
  width: 32px;
  height: 32px;
  background-image: url(../imagenes/iconos/menos.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.quitararchivo {
  width: 32px;
  height: 32px;
  background-image: url(../imagenes/iconos/earchivo.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.guardar {
  width: 32px;
  height: 32px;
  background-image: url(../imagenes/iconos/save.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

select {
  height: 34px;
  -moz-border-radius: 5px 5px 5px 5px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 5px 5px 5px 5px;
  /* para Opera */
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
}

.tituloFormulario {
  width: 900px;
  height: auto;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0a78ba;
}

form.tablaFormulario {
  margin: 20px auto 20px auto;
  width: 1000px;
  height: auto;
  padding: 10px;
  border: #eee 5px solid;
  background-color: #e6edf5;

  /*para Firefox*/
  -moz-border-radius: 10px 10px 10px 10px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 10px 10px 10px 10px;
  /* para Opera */
  border-radius: 10px 10px 10px 10px;
}
/***** Estilo de Tablas *****/

form.cmxform label.error,
label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
  margin: 5px;
  overflow: hidden;
  color: #9b0f0f;
  padding: 2px;
}

.eliminarOpcion {
  text-align: center;
  background-image: url(../imagenes/iconos/cerrar.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 10px;
  color: #f8f8f8;
  width: auto;
  height: 40px;
  background-color: #9b160f;
  /*para Firefox*/
  -moz-border-radius: 10px 10px 10px 10px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 10px 10px 10px 10px;
  /* para Opera */
  border-radius: 10px 10px 10px 10px;
}
.agregarOpcion {
  text-align: center;
  background-image: url(../imagenes/iconos/agregarOpcion.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 10px;
  color: #f8f8f8;
  width: auto;
  height: 40px;
  background-color: #008080;
  /*para Firefox*/
  -moz-border-radius: 10px 10px 10px 10px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 10px 10px 10px 10px;
  /* para Opera */
  border-radius: 10px 10px 10px 10px;
}

.enviar {
  text-align: center;
  color: #f8f8f8;
  width: 180px;
  height: 40px;
  background-color: #0a78ba;
  /*para Firefox*/
  -moz-border-radius: 10px 10px 10px 10px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 10px 10px 10px 10px;
  /* para Opera */
  border-radius: 10px 10px 10px 10px;
}
.enviar:hover {
  /*		background-color:#0485EE;*/
  background-color: #09c;

  /* Safari 4+ y Chrome 1+ */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #09c),
    color-stop(1, #0a78ba)
  );

  /* Safari 5.1+ y Chrome 10+ */
  background-image: -webkit-linear-gradient(#09c, #0a78ba);

  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #09c, #0a78ba);

  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #09c, #0a78ba);

  /* Internet Explorer 5.5+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#09C', EndColorStr='#0A78BA');
  cursor: pointer;
}
.textarea {
  background-color: #fff;
  width: 600px;
  height: 80px;
  padding: 5px;
  border: 1px solid #666;
  -moz-border-radius: 5px 5px 5px 5px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 5px 5px 5px 5px;
  /* para Opera */
  border-radius: 5px 5px 5px 5px;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  background-color: #fff;
  width: 180px;
  height: 20px;
  padding: 5px;
  border: 1px solid #666;
  -moz-border-radius: 5px 5px 5px 5px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 5px 5px 5px 5px;
  /* para Opera */
  border-radius: 5px 5px 5px 5px;
}

input[type="text"]:focus {
  background-color: #fff;
  height: 20px;
  -moz-border-radius: 5px 5px 5px 5px;
  /*para Safari y Chrome*/
  -webkit-border-radius: 5px 5px 5px 5px;
  /* para Opera */
  border-radius: 5px 5px 5px 5px;
}

.check:before {
  border: 2px solid #999;
  padding: 2px;
}

/* SQUARED FOUR */
.check {
  width: 20px;
  margin: 5px auto;
  position: relative;
}
.tablas {
  width: 1000px;

  overflow-y: hidden;
  overflow-x: scroll;
  padding: 0 0 10px 0;
}
.tablaReportG {
  border: #000 solid 1px;
}
.tablaReportG thead {
  background-color: #b70000;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
