
#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#permissions tr.odd .form-item,
#permissions tr.even .form-item {
  white-space: normal;
}
#user-admin-settings fieldset .fieldset-description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/**
 * Override default textfield float to put the "Add role" button next to
 * the input textfield.
 */
#user-admin-roles td.edit-name {
  clear: both;
}
#user-admin-roles .form-item-name {
  float: left; /* LTR */
  margin-right: 1em; /* LTR */
}

/**
 * Password strength indicator.
 */
.password-strength {
  width: 17em;
  float: right;  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right; /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #C4C4C4;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47C965;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left; /* LTR */
  margin: 0;
  width: 36.3em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .user-picture {
  float: left; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}

/* Estilo para la pagina de user */


.profile .field-name-field-rol-singular,
.profile .field-name-field-subcargo,
.profile .field-name-field-subcargo-english {
	font-family: Tahoma, arial, helvetica, sans-serif;
    font-size:1.5em;
}
.profile .field-name-field-subcargo {font-size:1.2em; color:#999; margin-bottom: 15px;}

.profile .field-name-field-bio2,
.profile .field-name-field-rol-singular, 
.profile .field-name-field-pais,
.profile .field-name-field-bio-english,
.profile .field-name-field-cv-english,
.profile .field-name-field-cv,
.profile .field-name-field-subcargo,
.profile .field-name-field-subcargo-english {
	margin-left:130px;
	width:400px;
}

.profile .field-name-field-pais, 
.profile .field-name-field-bio2 .field-label,
.profile .field-name-field-bio-english .field-label
.profile .field-name-field-pais .field-label {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-left: 4px solid #d38207;
    padding: 7px 10px;
    background-color: #f0f0f0;
    overflow:hidden;
    height:1%;
    width:380px;
}

.profile .field-name-field-pais .field-label {
    width:100%;
}

.profile .field-name-field-pais .field-items {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #666;
	padding-right:10px;
}

.profile .field-name-field-pais .field-label, 
.profile .field-name-field-pais .field-items,
.profile .field-name-field-pais .field-items .field-item,
.profile .field-name-field-cv .field-label, 
.profile .field-name-field-cv .field-items,
.profile .field-name-field-cv-english .field-items,
.profile .field-name-field-cv-english .field-label {float:left;}

.profile .field-name-field-pais .field-items .field-item {
	float:left;
	margin: 2px 10px 2px 0;
	padding: 0 5px;
	background-color: white;
	border-radius: 5px;
	}

.profile .field-name-field-cv,
.profile .field-name-field-cv-english {
	border-left: 4px solid #CCC;
	padding: 7px 10px;
	width:380px;
	background-color: #EEE;
	overflow:hidden;
    height:1%;
}
