#page-content .entity-profile2 a {
  color: #00746b;     
}
#page-content .entity-profile2 a:hover {  
  text-decoration: underline;  
}
#page-content .entity-profile2 .field-label {  
  font-size: 0.8em;
}
#page-content .entity-profile2 .field-items {
  font-size: 0.8em;
  font-family: Arial;
}

/* CANDIDATO
******************************************************************************/
#page-content .profile2-candidato,
#page-content .profile2-empleado {
  overflow: auto;
}

#page-content .profile2-candidato .field,
#page-content .profile2-empleado .field {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
  outline: dotted 1px #ccc;
  padding: 10px;
}

#page-content .profile2-candidato .field-label,
#page-content .profile2-empleado .field-label {
  border-bottom: 2px solid #ccc;
  padding-bottom: 3px;
  font-size: 90%;
  margin-bottom: 5px;
}

#page-content .profile2-candidato .field-name-field-comment,
#page-content .profile2-candidato .field-name-field-links 
#page-content .profile2-candidato .field-name-field-file {
  width: 670px;
}

/* EDICIÓN DE USUARIO
******************************************************************************/
#profile2-edit-candidato-form {

}

#profile2-edit-candidato-form .fieldset-wrapper,
#profile2-edit-empleado-form .fieldset-wrapper,
#user-register-form .fieldset-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
} 

#page-content #profile2-edit-candidato-form .fieldset-wrapper fieldset.form-wrapper legend,
#page-content #profile2-edit-candidato-form .fieldset-wrapper fieldset.form-wrapper legend,
#page-content #user-register-form .fieldset-wrapper fieldset.form-wrapper legend {
  background: none;
  padding: 0px;
  margin: 0px;
  border-bottom: solid 2px #ccc;
} 

#page-content #profile2-edit-candidato-form .fieldset-wrapper fieldset.form-wrapper .fieldset-legend,
#page-content #user-register-form .fieldset-wrapper fieldset.form-wrapper .fieldset-legend,
#page-content #profile2-edit-empleado-form .fieldset-wrapper fieldset.form-wrapper .fieldset-legend {
  padding: 0px;
} 

#profile2-edit-candidato-form .fieldset-wrapper label,
#user-register-form .fieldset-wrapper label,
#profile2-edit-empleado-form .fieldset-wrapper label {
  border-bottom: solid 2px #ccc;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 3px;
} 
#profile2-edit-candidato-form .fieldset-wrapper .field-type-list-text .form-radios label,
#user-register-form .fieldset-wrapper .field-type-list-text .form-radios label,
#profile2-edit-empleado-form .fieldset-wrapper .field-type-list-text .form-radios label {
  border-bottom: none;
  font-weight: normal;
} 


#profile2-edit-candidato-form .fieldset-wrapper .field-name-field-comment,
#profile2-edit-candidato-form .fieldset-wrapper .field-name-field-file,
#profile2-edit-candidato-form .fieldset-wrapper .field-name-field-files,
#profile2-edit-candidato-form .fieldset-wrapper .field-name-field-birth-date,
#profile2-edit-candidato-form .fieldset-wrapper .field-name-field-start-date,
#profile2-edit-candidato-form .fieldset-wrapper .field-name-field-links,
#user-register-form .fieldset-wrapper .field-name-field-comment,
#user-register-form .fieldset-wrapper .field-name-field-file,
#user-register-form .fieldset-wrapper .field-name-field-files,
#user-register-form .fieldset-wrapper .field-name-field-birth-date,
#user-register-form .fieldset-wrapper .field-name-field-start-date,
#user-register-form .fieldset-wrapper .field-name-field-links,
#user-register-form .fieldset-wrapper .field-name-field-reasons,
#user-register-form .fieldset-wrapper .field-name-field-downdate,
#profile2-edit-empleado-form .fieldset-wrapper .field-name-field-downdate,
#profile2-edit-empleado-form .fieldset-wrapper .field-name-field-job,
#profile2-edit-empleado-form .fieldset-wrapper .field-name-field-hiredate,
#profile2-edit-empleado-form .fieldset-wrapper .user-register-form {
  width: 670px !important;
  display: block !important;
}

#profile2-edit-candidato-form > div > fieldset > legend .fieldset-legend a,
#user-register-form > div > fieldset > legend .fieldset-legend a,
#profile2-edit-empleado-form > div > fieldset > legend .fieldset-legend a {
  color: #00746b;     
}
#profile2-edit-candidato-form > div > fieldset > legend .fieldset-legend a:hover,
#user-register-form > div > fieldset > legend .fieldset-legend a:hover,
#profile2-edit-empleado-form > div > fieldset > legend .fieldset-legend a:hover {
  text-decoration: underline;
}


#profile2-edit-candidato-form .fieldset-wrapper > .form-wrapper,
#user-register-form .fieldset-wrapper > .form-wrapper,
#profile2-edit-empleado-form .fieldset-wrapper > .form-wrapper {
  margin-top: 10px;
  border: dotted 1px #ccc;
  padding: 10px;
  width: 315px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;  
  margin: 5px;
}
 
#profile2-edit-candidato-form .fieldset-wrapper > .form-wrapper input[type="text"],
#user-register-form .fieldset-wrapper > .form-wrapper input[type="text"],
#profile2-edit-empleado-form .fieldset-wrapper > .form-wrapper input[type="text"] {
  width: 290px;
}

#profile2-edit-candidato-form .fieldset-wrapper > .form-item,
#user-register-form .fieldset-wrapper > .form-item,
#profile2-edit-empleado-form .fieldset-wrapper > .form-item {
  margin-top: 10px;
  border-bottom: dotted 2px #ccc;
}

