/* Section: Contactar
 ***************************************************************************************/
form * {
  border: none;
}

form.contactar {
  position: relative;
  height: 530px;
}

form.contactar h2 {
  width: 163px; height: 35px;
  position: absolute; top: 35px; left: 22px;  
  xbackground: transparent url('contactar_h2-trans.png') no-repeat top left;
}

form.contactar div#contact_info  {
  position: absolute;
  top: 115px; left: 21px;
  width: 319px; height: 297px;
  padding: 20px;
  background: transparent url('contact_info_bg-trans.png') no-repeat top left;
}

form.contactar p {
  width: 310px;
  margin-bottom: 5px;
  font-size: 17px;
  color: #999;
}

form.contactar p.first {
  margin-bottom: 25px;
}

form.contactar p strong {
  color: #FFF;
}

form.contactar fieldset {
  position: absolute;
  top: 113px; right: 0px;
  width: 560px;
}

form.contactar fieldset label {
  position: relative;
  display: block;
  height: 23px;
  margin-bottom: 18px;
}

form.contactar fieldset label span {
  position: relative; top: 2px;
  font-size: 18px;
  color: #999;
}

form.contactar fieldset label input {
  display: block;
  position: absolute; top: 0px; right: 149px;
  width: 275px; height: 13px;
  padding: 5px 10px; 
  color: #999;
  background: transparent url('form_input_small-trans.png') no-repeat top left;
}

form.contactar fieldset label input.last {
  right: 0px;
  width: 425px;
  background: transparent url('form_input_large-trans.png') no-repeat top left;
}

form.contactar fieldset textarea {
  display: block; float: right;
  width: 425px; height: 154px;
  margin-top: 30px; padding: 10px;
  font: 0.9em Verdana, sans-serif;
  color: #999;
  background: transparent url('form_text_area-trans.png') no-repeat top left;
}

form.contactar fieldset button {
  position: absolute;
  top: 345px; left: 113px;
  display: block; width: 125px; height: 34px;
  font: 20px "Times New Roman", "Georgia", Times, serif;
  color: #FD3C80;
  background: transparent url('btn_enviar.gif') no-repeat top left;
  cursor: pointer;
  color: #FFCA06;
}
