/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Grid */
/* Columnas */
/* Intercolumna */
/* Columnas + Intercolumna */
html {
  border-top: 0;
  padding-top: 0; }

body {
  font-family: verdana, sans-serif;
  margin-top: 0;
  padding-top: 0; }

div#accesibilidad {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 5px 0 5px;
  border-radius: 0 0 10px 0; }
  div#accesibilidad ul {
    margin: 0;
    padding-left: 0; }
    div#accesibilidad ul li {
      padding-bottom: 15px;
      list-style-type: none; }
  div#accesibilidad img {
    cursor: pointer;
    cursor: hand; }

button.boton-accesibilidad {
  display: block;
  width: 28px;
  height: 29px;
  text-indent: -999999px;
  color: red;
  border: 0;
  cursor: pointer;
  background-color: transparent; }

div#contenedor-general {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

.screen-mask {
  opacity: 0.6;
  z-index: 10000;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100px;
  position: fixed; }

#screen-mask-top {
  top: 0px; }

#screen-mask-bottom {
  bottom: 0px; }

nav#cabecera {
  margin-top: 0;
  width: 910px;
  padding: 0 45px;
  background-position: 0 0;
  background-repeat: no-repeat; }
  nav#cabecera a#atajos-teclado {
    position: absolute;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    display: block; }

div#contenido {
  padding: 13px 45px 0 45px;
  overflow: auto; }

div#pie-pagina {
  width: 1000px;
  margin-top: 20px;
  clear: both;
  position: relative; }
  div#pie-pagina a {
    text-decoration: none;
    display: inline-block;
    position: absolute;
    padding-left: 35px;
    background-position: 0 0;
    background-repeat: no-repeat; }
  div#pie-pagina a#facebook {
    left: 45px; }
  div#pie-pagina a#twitter {
    left: 360px; }
  div#pie-pagina a#config-accesibilidad {
    float: right;
    right: 45px; }

div#curriculum-exito h1 {
  margin-bottom: 40px; }
div#curriculum-exito div {
  margin-top: 15px; }
div#curriculum-exito p {
  display: inline; }
div#curriculum-exito a {
  display: inline; }

div#contenedor-general {
  font-size: 14px; }

nav#cabecera {
  height: 143px; }
  nav#cabecera a#atajos-teclado {
    top: 112px;
    right: 45px; }

ul#navegacion {
  margin-top: 0;
  margin-left: 315px;
  width: 595px;
  padding-top: 31px;
  padding-left: 0;
  padding-right: 0;
  overflow: auto; }
  ul#navegacion li {
    display: inline;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-type: none; }
  ul#navegacion li a {
    padding-top: 44px;
    padding-bottom: 5px;
    display: block;
    float: left;
    text-decoration: none;
    height: 15px;
    text-align: center;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 50% 0;
    z-index: 100; }
    ul#navegacion li a.nav-ultimo {
      margin-right: 0; }
    ul#navegacion li a#nav-inicio {
      width: 70px; }
    ul#navegacion li a#nav-empleate {
      margin-left: 33px;
      width: 74px; }
    ul#navegacion li a#nav-empresas {
      margin-left: 31px;
      width: 74px; }
    ul#navegacion li a#nav-asociaciones {
      margin-left: 18px;
      width: 100px; }
    ul#navegacion li a#nav-gobierno {
      margin-left: 20px;
      width: 70px;
      margin-right: 35px; }
    ul#navegacion li a#nav-contacto {
      width: 70px; }

div#contenido {
  line-height: 21px; }

div#contenido-secundario {
  width: 280px;
  float: left; }
  div#contenido-secundario h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px; }
  div#contenido-secundario p {
    margin: 0; }

div#contenido-principal {
  width: 595px;
  float: right; }
  div#contenido-principal h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px; }
  div#contenido-principal p {
    margin: 6px 0; }

figure {
  margin: 8px 0 0 0;
  position: relative; }
  figure img {
    width: 595px;
    height: 161px; }

figcaption {
  line-height: 34px;
  position: absolute;
  top: 127px;
  padding-left: 24px;
  width: 571px;
  opacity: .7; }

div#grafico-porcentajes {
  margin-top: 17px;
  padding-top: 0;
  margin-left: -17px;
  padding-left: 17px;
  padding-right: 45px;
  width: 595px;
  overflow: auto; }
  div#grafico-porcentajes div#grafico-descripcion {
    width: 160px;
    margin-left: 12px;
    margin-right: 38px;
    float: left; }
    div#grafico-porcentajes div#grafico-descripcion h4 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 24px;
      margin-top: 3px; }
    div#grafico-porcentajes div#grafico-descripcion p {
      margin: 0;
      padding: 0; }
  div#grafico-porcentajes div#grafico-tabla-porcentajes {
    width: 385px;
    float: right;
    height: 99px;
    margin: 0;
    padding: 8px 0;
    background-position: 0 8px;
    background-repeat: no-repeat;
    position: relative; }
  div#grafico-porcentajes span.porcentaje {
    font-weight: bold;
    font-size: 24px;
    padding-left: 4px; }
  div#grafico-porcentajes p#porcentaje-pequeno {
    position: absolute;
    top: 12px;
    margin: 0;
    padding: 0; }
    div#grafico-porcentajes p#porcentaje-pequeno span.porcentaje {
      margin-right: 38px; }
  div#grafico-porcentajes p#porcentaje-mediano {
    position: absolute;
    top: 45px;
    margin: 0;
    padding: 0; }
    div#grafico-porcentajes p#porcentaje-mediano span.porcentaje {
      margin-right: 48px; }
  div#grafico-porcentajes p#porcentaje-grande {
    position: absolute;
    top: 79px;
    margin: 0;
    padding: 0; }
    div#grafico-porcentajes p#porcentaje-grande span {
      color: #fff; }
    div#grafico-porcentajes p#porcentaje-grande span.porcentaje {
      margin-right: 68px; }

div#pie-pagina {
  height: 71px; }
  div#pie-pagina a {
    margin-top: 25px;
    line-height: 21px;
    font-weight: normal; }

div#sesion {
  width: 280px; }
  div#sesion ul {
    margin-top: 30px;
    display: block;
    padding: 0; }
  div#sesion li {
    border-radius: 15px;
    line-height: 24px;
    display: block;
    margin: 0 auto 20px auto;
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    width: 140px; }
    div#sesion li a {
      text-decoration: none; }

div#perfil {
  width: 280px; }
  div#perfil ul {
    margin-top: 30px;
    display: block;
    padding: 0; }
  div#perfil li {
    border-radius: 15px;
    line-height: 24px;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    width: 280px; }
    div#perfil li a {
      text-decoration: none; }

div#sub-navegacion {
  width: 280px;
  margin-bottom: 80px; }
  div#sub-navegacion ul {
    width: 280px;
    margin-top: 40px;
    padding: 0; }
    div#sub-navegacion ul li {
      width: 258px;
      padding-left: 20px;
      padding-right: 0;
      list-style-type: none; }
      div#sub-navegacion ul li a {
        text-decoration: none;
        line-height: 30px; }
      div#sub-navegacion ul li.activo {
        width: 256px; }
      div#sub-navegacion ul li.top {
        border-radius: 15px 15px 0 0; }
      div#sub-navegacion ul li.bottom {
        border-radius: 0 0 15px 15px; }

div#vacantes {
  margin-top: 60px; }
  div#vacantes .vacante {
    width: 280px;
    float: left;
    height: 234px;
    margin-bottom: 30px;
    background-size: 280px 36px;
    background-position: 0 198px;
    background-repeat: no-repeat; }
    div#vacantes .vacante h2 {
      margin-top: 0;
      font-size: 14px;
      line-height: 21px; }
    div#vacantes .vacante p {
      display: inline; }
    div#vacantes .vacante a {
      display: inline; }
    div#vacantes .vacante.cmd {
      background-image: url("../images/logos/CMS.png"); }
    div#vacantes .vacante.casanova {
      background-image: url("../images/logos/CasanovaRent.png"); }
    div#vacantes .vacante.unilever {
      background-image: url("../images/logos/Uniliever.png"); }
    div#vacantes .vacante.amovil {
      background-image: url("../images/logos/AMovil.png"); }
    div#vacantes .vacante.teleperformance {
      background-image: url("../images/logos/Teleperformance.png"); }
    div#vacantes .vacante.bconnect {
      background-image: url("../images/logos/bConect.png"); }
    div#vacantes .vacante.cpc {
      background-image: url("../images/logos/Logo_Prociegos.png"); }
    div#vacantes .vacante.iap {
      background-image: url("../images/logos/Logo_DiscVisuales.png"); }
    div#vacantes .vacante.perros-guia {
      background-image: url("../images/logos/Logo_PerrosGuia.png"); }
    div#vacantes .vacante.chipi {
      background-image: url("../images/logos/Logo_Chipi.png"); }
    div#vacantes .vacante.ojos-sienten {
      background-image: url("../images/logos/Logo_OqS.png"); }
    div#vacantes .vacante.ilumina {
      background-image: url("../images/logos/Logo_Ilumina.png"); }
  div#vacantes .row {
    overflow: auto; }
  div#vacantes .derecha {
    float: right; }

#detalles-vacante h1 {
  margin-bottom: 29px !important;
  height: 38px;
  background-size: 300px 38px;
  background-position: 129%;
  background-repeat: no-repeat; }
  #detalles-vacante h1.cms {
    background-image: url("../images/logos/CMS.png"); }
  #detalles-vacante h1.casanova {
    background-image: url("../images/logos/CasanovaRent.png"); }
  #detalles-vacante h1.unilever {
    background-image: url("../images/logos/Uniliever.png"); }
  #detalles-vacante h1.amovil {
    background-image: url("../images/logos/AMovil.png"); }
  #detalles-vacante h1.teleperformance {
    background-image: url("../images/logos/Teleperformance.png"); }
  #detalles-vacante h1.bconnect {
    background-image: url("../images/logos/bConect.png"); }
#detalles-vacante h2 {
  margin-top: 0;
  font-size: 14px;
  line-height: 21px; }
#detalles-vacante ul {
  margin-top: 15px;
  margin-bottom: 10px; }
#detalles-vacante li {
  padding-bottom: 8px; }
  #detalles-vacante li.circulo {
    list-style-type: disc; }
  #detalles-vacante li.cuadrado {
    list-style-type: square;
    line-height: 14px; }
  #detalles-vacante li span {
    line-height: 21px; }
#detalles-vacante a.aplica {
  float: left;
  width: 175; }
#detalles-vacante a.regresar {
  width: 175;
  float: right;
  text-align: right; }

#informacion-valiosa h1 {
  margin-bottom: 29px !important; }
#informacion-valiosa h2 {
  margin-top: 0;
  font-size: 14px;
  line-height: 21px; }
#informacion-valiosa ul {
  margin-top: 15px;
  margin-bottom: 10px; }
#informacion-valiosa li {
  padding-bottom: 8px; }
  #informacion-valiosa li.circulo {
    list-style-type: disc; }
  #informacion-valiosa li.cuadrado {
    list-style-type: square;
    line-height: 14px; }
  #informacion-valiosa li span {
    line-height: 21px; }
#informacion-valiosa a.aplica {
  float: left;
  width: 175; }
#informacion-valiosa a.regresar {
  width: 175;
  float: right;
  text-align: right; }
#informacion-valiosa .column-izq {
  margin-top: 20px;
  width: 280px;
  float: left; }
  #informacion-valiosa .column-izq p {
    display: inline; }
  #informacion-valiosa .column-izq a {
    display: inline; }
#informacion-valiosa .column-der {
  margin-top: 20px;
  width: 280px;
  margin-left: 35;
  float: right; }
  #informacion-valiosa .column-der p {
    display: inline; }
  #informacion-valiosa .column-der a {
    display: inline; }

/* Formularios */
form label {
  display: inline-block;
  margin: 0;
  padding: 0; }
form input[type="text"] {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block; }
form input[type="radio"] {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block; }
form input[type="checkbox"] {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  display: inline-block;
  transform: scale(1.4) !important; }
form input[type="password"] {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block; }
form input[type="submit"] {
  border: 0;
  padding: 0 20px;
  line-height: 24px;
  border-radius: 5px; }
form select {
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  padding: 0; }

.form-floated {
  overflow: auto; }
  .form-floated label {
    display: inline-block;
    float: left;
    margin-bottom: 20px; }
  .form-floated input {
    display: inline-block;
    float: left;
    margin-bottom: 20px; }
  .form-floated input[type="text"] {
    padding-left: 5px; }
  .form-floated input[type="password"] {
    padding-left: 5px; }
  .form-floated textarea {
    display: inline-block;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    float: left;
    padding-left: 5px; }
  .form-floated select {
    display: inline-block;
    float: left;
    margin-bottom: 20px; }
  .form-floated p {
    display: inline-block;
    float: left;
    margin-bottom: 20px; }
  .form-floated a {
    border: 0;
    padding: 0 20px;
    line-height: 24px;
    border-radius: 5px;
    display: inline-block;
    float: left; }

form#emplaeate {
  margin-top: 39px; }
  form#emplaeate label#label-empleo {
    clear: both;
    width: 210px; }
  form#emplaeate #empleo {
    width: 292px;
    border-radius: 5px 0 0 5px; }
  form#emplaeate #submit {
    width: 81px;
    border-radius: 0 5px 5px 0; }
  form#emplaeate #label-categoria {
    width: 70px;
    margin-right: 17px; }
  form#emplaeate #categoria {
    width: 297px; }
  form#emplaeate #label-codigo {
    clear: both;
    width: 105px; }
  form#emplaeate #codigo {
    width: 175px; }

form#inicio-sesion label#inicio-correo-label {
  padding-right: 17px;
  margin-left: 64px;
  width: 129px;
  text-align: right; }
form#inicio-sesion input#inicio-correo {
  width: 170px; }
form#inicio-sesion label#inicio-contrasena-label {
  clear: both;
  margin-left: 64px;
  width: 129px;
  padding-right: 17px;
  text-align: right; }
form#inicio-sesion input#inicio-contrasena {
  width: -35px;
  border-radius: 5px 0 0 5px; }
form#inicio-sesion #inicio-submit {
  padding: 0;
  text-align: center;
  width: 105px;
  border-radius: 0 5px 5px 0; }

form#registro input#reg-nombre {
  width: 170px;
  margin-right: 29px; }
form#registro input#reg-apellido-paterno {
  width: 170px;
  margin-right: 29px; }
form#registro input#reg-apellido-materno {
  width: 170px; }
form#registro label#reg-fecha-nacimiento {
  clear: both;
  margin-top: 20px;
  width: 149px; }
form#registro input#reg-dia {
  margin-top: 20px;
  width: 41px;
  margin-right: 10px; }
form#registro input#reg-mes {
  margin-top: 20px;
  margin-right: 10px;
  width: 41px; }
form#registro input#reg-ano {
  margin-top: 20px;
  width: 41px; }
form#registro #reg-sexo {
  margin-left: 45px;
  margin-right: 15px;
  margin-top: 20px; }
form#registro #reg-mujer {
  margin-top: 20px;
  margin-right: 16px; }
form#registro #reg-radio-mujer {
  margin-top: 24px;
  margin-right: 21px; }
form#registro #reg-hombre {
  margin-top: 20px;
  margin-right: 16px; }
form#registro #reg-radio-hombre {
  margin-top: 24px; }
form#registro label#reg-cp-label {
  width: 105px; }
form#registro input#reg-cp {
  width: 65px;
  margin-right: 35px; }
form#registro #reg-grado {
  margin-left: 3px;
  width: 180px;
  margin-bottom: 25px; }
form#registro #reg-discapacidad-label {
  clear: both;
  padding-right: 17px;
  width: 193px;
  text-align: right; }
form#registro #reg-discapacida {
  width: 280px;
  margin-right: 105px; }
form#registro #reg-correo-label {
  clear: both;
  padding-right: 17px;
  width: 193px;
  text-align: right; }
form#registro input#reg-correo {
  width: 170px; }
form#registro #reg-password-label {
  clear: both;
  padding-right: 17px;
  width: 193px;
  text-align: right; }
form#registro input#reg-password {
  width: 170px; }
form#registro #reg-passwor2-label {
  clear: both;
  padding-right: 17px;
  width: 193px;
  text-align: right; }
form#registro input#reg-password2 {
  width: 170px;
  border-radius: 5px 0 0 5px; }
form#registro #reg-submit {
  padding: 0;
  text-align: center;
  width: 105px;
  border-radius: 0 5px 5px 0; }

div#curriculum h3 {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 21px; }
div#curriculum p.descripcion {
  padding-bottom: 0;
  margin-bottom: 30px; }

form#curriculum-form {
  margin-top: -4px;
  padding-top: 0; }
  form#curriculum-form label#nacimiento-label {
    width: 145px;
    margin-right: 8px; }
  form#curriculum-form input#nacimiento {
    width: 123px;
    margin-right: 14px; }
  form#curriculum-form input#domicilio {
    margin-left: 4px;
    width: 168px; }
  form#curriculum-form input#num-ext {
    clear: both;
    width: 168px;
    margin-right: 32px; }
  form#curriculum-form input#num-int {
    width: 168px;
    margin-right: 32px; }
  form#curriculum-form input#num-int2 {
    width: 168px; }
  form#curriculum-form input#colonia {
    width: 170px; }
  form#curriculum-form p#codigo {
    margin-top: 25px;
    width: 175px;
    margin-right: 35px; }
  form#curriculum-form label#telefono-label {
    width: 70px;
    text-align: right;
    margin-top: 25px;
    margin-right: 17px; }
  form#curriculum-form input#telefono {
    width: 82px;
    margin-top: 25px; }
  form#curriculum-form p#correo {
    clear: both;
    width: 285px; }
  form#curriculum-form #submit {
    margin-top: 6px;
    line-height: 21px;
    padding: 0;
    margin-left: 135px;
    width: 175px;
    border-radius: 5px; }

div#curriculum-2 h3 {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 21px; }
div#curriculum-2 p.descripcion {
  padding-bottom: 0;
  margin-bottom: 30px; }

form#curriculum-form-2 #empleo-label {
  width: 210px; }
form#curriculum-form-2 #empleo-si-label {
  width: 70px;
  text-align: center; }
form#curriculum-form-2 #empleo-si {
  margin-left: -14px;
  margin-right: 17.5px;
  margin-top: 4px; }
form#curriculum-form-2 #empleo-no-label {
  width: 192.5px; }
form#curriculum-form-2 #empleo-no {
  margin-left: -14px;
  margin-top: 3px; }
form#curriculum-form-2 #genera {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0; }
form#curriculum-form-2 #empleo-fue {
  clear: both;
  margin-top: 0px;
  padding: 0;
  width: 105px;
  margin-right: 15px; }
form#curriculum-form-2 #tipo-empleo-empresa-label {
  width: 210px; }
form#curriculum-form-2 #tipo-empleo-empresa {
  margin-top: 3px;
  margin-left: -15px;
  margin-right: 55px; }
form#curriculum-form-2 #tipo-empleo-independiente-empresa {
  margin-top: 3px;
  margin-left: 10px; }
form#curriculum-form-2 #nombre-emp-label {
  width: 175px; }
form#curriculum-form-2 input#nombre-emp {
  width: 205px; }
form#curriculum-form-2 label#puesto-label {
  clear: both;
  width: 160px;
  padding-right: 15px;
  text-align: right; }
form#curriculum-form-2 input#puesto {
  width: 205px; }
form#curriculum-form-2 label#inicio-label {
  clear: both;
  width: 160px;
  padding-right: 15px;
  text-align: right; }
form#curriculum-form-2 input#inicio-mes {
  width: 40px;
  margin-right: 14px; }
form#curriculum-form-2 input#inicio-ano {
  width: 40px; }
form#curriculum-form-2 label#termino-label {
  clear: both;
  width: 160px;
  padding-right: 15px;
  text-align: right; }
form#curriculum-form-2 input#termino-mes {
  width: 40px;
  margin-right: 14px; }
form#curriculum-form-2 input#termino-ano {
  width: 40px; }
form#curriculum-form-2 label#laboro-label {
  margin-left: 35px;
  width: 165px;
  padding-left: 10px; }
form#curriculum-form-2 #laboro {
  margin-left: -14px; }
form#curriculum-form-2 label#actividades-label {
  clear: both;
  width: 160px;
  padding-right: 15px;
  text-align: right; }
form#curriculum-form-2 textarea#actividades {
  width: 210px;
  height: 68px; }
form#curriculum-form-2 a#regresar {
  clear: both;
  margin-top: 6px;
  line-height: 21px;
  padding: 0;
  width: 175px;
  margin-right: 35px;
  text-align: center; }
form#curriculum-form-2 a#registrar-otro {
  margin-top: 6px;
  line-height: 21px;
  padding: 0;
  width: 175px;
  margin-right: 35px;
  text-align: center; }
form#curriculum-form-2 input#submit {
  margin-top: 6px;
  line-height: 21px;
  width: 175px;
  padding-left: 5px; }

div#curriculum-2 h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 21px; }
div#curriculum-2 p.descripcion {
  padding-bottom: 0;
  margin-bottom: 30px; }

form#curriculum-form-3 label#institucion-label {
  width: 280px; }
form#curriculum-form-3 input#institucion {
  width: 291px;
  margin-left: 17px; }
form#curriculum-form-3 p#especializacion-texto {
  clear: both;
  width: 210px;
  margin-right: 8px;
  padding-top: 0;
  margin-top: 0; }
form#curriculum-form-3 label#especializacion-si-label {
  width: 48px; }
form#curriculum-form-3 #especializacion-si {
  margin-left: -14px;
  margin-top: 3px;
  margin-right: 15px; }
form#curriculum-form-3 label#especializacion-no-label {
  margin-left: 8px;
  width: 48px; }
form#curriculum-form-3 #especializacion-no {
  margin-left: -14px;
  margin-top: 3px;
  margin-right: 15px; }
form#curriculum-form-3 #especializacion-cual-label {
  width: 55px;
  text-align: right; }
form#curriculum-form-3 #especializacion-cual {
  margin-left: 10px;
  width: 175px; }
form#curriculum-form-3 p#lenguaje-texto {
  clear: both;
  width: 210px;
  margin-right: 8px;
  padding-top: 0;
  margin-top: 0; }
form#curriculum-form-3 label#lenguaje-si-label {
  width: 48px; }
form#curriculum-form-3 #lenguaje-si {
  margin-left: -14px;
  margin-top: 3px;
  margin-right: 15px; }
form#curriculum-form-3 #lenguaje-no-label {
  margin-left: -14px;
  margin-top: 3px;
  margin-right: 15px; }
form#curriculum-form-3 #lenguaje-no {
  margin-left: -14px;
  margin-top: 3px;
  margin-right: 8px; }
form#curriculum-form-3 #lenguaje-cual-label {
  margin-right: 10px; }
form#curriculum-form-3 #lenguaje-cual {
  width: 175px; }
form#curriculum-form-3 #habilidades-texto {
  margin-top: 0;
  width: 280px; }
form#curriculum-form-3 #habilidad-1 {
  width: 291px;
  margin-left: 17px;
  margin-bottom: 20px;
  float: right; }
form#curriculum-form-3 #habilidad-2 {
  width: 291px;
  margin-left: 17px;
  margin-bottom: 20px;
  float: right; }
form#curriculum-form-3 #habilidad-3 {
  width: 291px;
  margin-left: 17px;
  margin-bottom: 20px;
  float: right; }
form#curriculum-form-3 #caract-texto {
  clear: both;
  margin-top: 0;
  width: 280px; }
form#curriculum-form-3 #caract-1 {
  width: 291px;
  margin-left: 17px;
  margin-bottom: 20px;
  float: right; }
form#curriculum-form-3 #caract-2 {
  width: 291px;
  margin-left: 17px;
  margin-bottom: 20px;
  float: right; }
form#curriculum-form-3 #caract-3 {
  width: 291px;
  margin-left: 17px;
  margin-bottom: 20px;
  float: right; }
form#curriculum-form-3 #regresar {
  clear: both;
  width: 175px;
  text-align: center; }
form#curriculum-form-3 #submit {
  width: 175px;
  float: right; }
