#formulario label {
  font: 13px Helvetica Neue,Arial,Helvetica,Verdana,sans-serif;
  display: block;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 3px;
  color: #E83838;
}

.input-text {
  margin-top: -25px;
  background-color: #DDDDDD;
  padding: 4px 5px;
  -moz-border-radius: 2px 2px 2px 2px;
  background: url("input/input-bg.png") no-repeat scroll 0 0 #DDDDDD;
  border: 1px solid #BBBBBB;
  color: #666666;
  display: block;
  font: 12px/18px Helvetica Neue,Arial,Helvetica,Verdana,sans-serif;
  margin: 0 0 10px;
  position: relative;
  text-shadow: 0 0 1px #FFFFFF;
  z-index: 2;
  width: 200px;
}

.input-text.ancho {
  width: 300px;
}

.input-text.medium {
  width: 500px;
  height: 100px;
}

.input-text:focus {
  border: 2px solid #006110;
  color: #777777;
  outline: medium none;
}

.super.button span {
  -moz-border-radius: 14px 14px 14px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  line-height: 1;
  padding: 4px 15px 6px;
}

.super.button {
  -moz-border-radius: 15px 15px 15px 15px;
  background-image: url("input/super-button-overlay.png");
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 13px;
  padding: 0;
}

.white.button {
  background-color: #FFFFFF;
  color: #666666 !important;
  font-weight: normal;
  text-shadow: 0 1px 1px #FFFFFF;}

.button {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background: url("/images/overlay-button.png") repeat-x scroll 0 0 #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  overflow: visible;
  position: relative;
  text-decoration: none;
  width: auto;
}

.button:active {
  -moz-transform: translateY(1px);
}

/* ------------------------------------ */

#cajaMensaje {
  /* display: none;
  display: block; */
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
  width: 500px;
  color: #333333;
}

#cajaMensaje img {
  border: 0px;
}

.cajaMensajeOK {
  border: 1px solid #00691C;
  background-color: #99CC99;
}

.cajaMensajeError {
  border: 1px solid #FF0000;
  background-color: #FF9292;
}

/* ------------------------------------ */

#slide {
  width: 870px;
  height: 442px;
  display: none;
  margin-left: -45px;
}

#slide:first-child {
  display: block;
}

.slideCaja {
  background-color: #FDFFCE;
  border: 1px solid #000000;
  left: 40px;
  top: 13px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  width: 320px;
}

.slideCaja h1 {
  margin-top: 2px;
  margin-left: 5px;
  margin-bottom: 0px;
}

.slideCaja h2 {
  font-family: Tahoma, Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 7px;
  margin-bottom: 9px;
}

div.slider-nav span.left {
  left: 5px !important;
}

div.slider-nav span.right {
  right: -20px !important;
}

.orbit-bullets {
  bottom: -18px !important;
}

.capturas {
  border: 1px solid #DDDDDD;
}

div.slider-nav span.right {
  right: -7px !important;
}

/* ------------------------------------ */

#video {
  margin-left: 30px;
}

/* ------------------------------------ */
