@import url(font-awesome.css);

* {
  padding: 0;
  margin: 0;
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
}

.contenedor,
#total {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

#total {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.feature a {
  color: #e45f04;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
form,
label,
dl,
fieldset,
address {
  margin-bottom: 1.2em;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  padding-top: 12px;
}

h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  padding-top: 14px;
}

h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  padding-top: 8px;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 6px;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 6px;
}

body {
  background-color: #fff;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}

html {
  background-color: #dedede;
}

#pan li {
  display: inline;
  list-style-type: none;
}

#pan ul {
  margin: 0;
  padding: 0;
}

#pan a {
  display: inline-block;
  color: #797979;
  padding: 0 8px;
  text-decoration: none;
  position: relative;
  font: 700 14px/72px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  text-transform: uppercase;
  transition: color .3s;
}

#pan a:hover {
  color: #e45f04;
}

#pan {
  z-index: 5;
  float: left;
}

#consulta textarea {
  width: 100%;
  max-width: 520px;
  height: 120px;
}

#consulta span,
.nombre,
.email {
  display: block;
  color: #525450;
  font-weight: 600;
  line-height: 2em;
}

#user .formuser {
  margin-bottom: 15px;
  padding: 10px 0 15px;
  background-color: #f1f1f1;
}

#solicitar input {
  width: 100%;
}

#solicitar .boton {
  width: 174px;
}

input[type="text"],
input[type="password"],
textarea,
select {
  padding: 6px;
  color: #555;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #97988F;
  border-right-color: #B0B1A9;
  border-bottom-color: #BCBDB8;
  border-left-color: #A4A59C;
  border-radius: 1px;
  box-sizing: border-box;
}

input[type="text"]:focus,
textarea:focus {
  color: #111;
}

.boton,
#solicitar input.recordar,
a.nuevo_usuario {
  display: inline-block;
  border-radius: 2px;
  background: #e45f04;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.20) 0 2px 5px;
  height: 37px;
  font-size: 12px;
  padding: 0 25px;
  cursor: pointer;
  min-width: 124px;
  max-width: 260px;
  text-align: center;

}

input.boton {
  line-height: inherit;
  height: 36px;
}

.boton:focus {
  outline: none;
}

form p {
  padding: 2px 6px 6px 0;
  margin: 0;
}

form {
  margin: 0px;
  padding: 0px;
}

legend {
  display: none;
}

fieldset {
  border: none;
}

ul {
  list-style-type: square;
  margin-left: 3em;
  margin-bottom: 1em;
}

.detallado ol {
  margin-left: 1.5em;
  margin-bottom: 3px;
  display: block;
}

.detallado ol li {
  list-style-type: none;
}

ol {
  margin-left: .8em;
  margin-bottom: 0.8em;
  list-style-position: inside;
}

ul ul {
  list-style-type: disc;
  margin-left: 4em;
}

ul ul ul {
  list-style-type: none;
  margin-left: 5em;
}

label {
  font: bold 100% Verdana, Arial, Helvetica, sans-serif;
  color: #334d55;
}

#breadCrumb {
  font-size: 80%;
  padding: 5px 0px 5px 10px;
}

#siteInfo {
  background-color: #dedede;
  clear: both;
  font-size: 13px;
}

.foot a {
  color: #e45f04;
  text-decoration: none;
}

.foot {
  padding: 30px 0;

}

.botoncurso li {
  list-style-type: none;
  display: inline;
}

.leccion {
  float: right;
  width: 48%;
  margin-bottom: 35px;
}

.contenido {
  width: 48%;
  float: left;
  margin-bottom: 35px;
}

.colLogo img {
  margin-top: 16px;
}

.copy {
  line-height: 34px;
}

#solicitar .email {
  margin-right: 22px;
}

.arriba {
  border-bottom: 1px solid #e1e6e8;
  padding: 8px 2px;
  font-size: 12px;
  margin-bottom: 28px;
  text-align: right;
}

#solicitar .boton {
  width: 174px;
}

#ins ul {
  list-style-type: none;
  margin: 0px;
}

#ins a:hover {
  background-color: #409218;
}

.formuser img {
  float: left;
  padding: 7px;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-right: 10px;
}

#user span {
  margin-right: 6px;
  margin-top: 5px;
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  clear: both;
}

.bot_newuser .boton {
  margin: 0px;
  padding: 0px;
}

.formuser p {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 25px;
}

.bot_newuser {
  margin-top: 6px;
}

.error {
  margin-bottom: 16px;
  padding: 10px 14px;
  border: 2px solid #a10101;
  background-color: #fff;
  color: #a10101;
  font-size: 15px;
  font-weight: 500;
}

.ok {
  margin-bottom: 16px;
  color: #5f9c1a;
  padding: 10px 14px;
  background-color: #fff;
  border: 2px solid #5f9c1a;
  font-size: 15px;
  font-weight: 500;
}

#user span.comentario {
  font-weight: normal;
  color: #666666;
  margin-top: 0px;
  display: inline;
  text-align: left;
  font-size: 80%;
  margin-left: 6px;
  float: none;
  font-family: Arial, Helvetica, sans-serif;
}

.pagerror {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  margin-top: -92px;
  margin-left: -260px;
  background-color: #FFFFFF;
}

.text_error {
  font-size: 70%;
  font-weight: bold;
  margin: 0px;
}

.pagerror .error {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.infoerror a {
  color: #555555;
}

.pagerror .infoerror {
  font-size: 65%;
  text-align: left;
  font-weight: normal;
  color: #555555;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F3F3F3;
  padding-top: 5px;
  margin-top: 5px;
}

.recorrido {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  font-size: 13px;
  text-align: right;
}

.recorrido a {
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  color: #fff;
}

.feature .comentario {
  font-size: 85%;
  color: #777777;
  margin-bottom: 3em;
  padding: 7px;
  text-align: right;
}

#respuesta {
  overflow: hidden;
}

#respuesta li {
  margin: 0px !important;
}

#respuesta img {
  float: none;
  margin-right: 0px;
}

#respuesta li img {
  float: none;
  margin-right: 0px;
  margin-left: -1em;
}

* {
  zoom: 1;
}

.oculto {
  position: absolute;
  top: -999em;
  display: none;
}

html > body .oculto {
  display: block;
}

.volver {
  border-bottom: 1px solid #e1e6e8;
  padding: 0 2px 8px;
  margin-bottom: 8px;
  text-align: right;
  font-size: 12px;
}

.botoncurso .entrarcurso a {
  border-radius: 2px;
  background: #e45f04;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.20) 0 2px 5px;
}

.botoncurso .entrarcurso a:active,
.boton:active,
#solicitar input.recordar:active,
a.nuevo_usuario:active,
.boton:focus {
  background: #e45f04;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 3px;
}

.clear {
  clear: both;
}

#content .feature .botoncurso li {
  background-image: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.feature {
  padding: 0 25px 25px;
}

.feature ul,
.feature ol {
  margin: 0 0 18px 10px;
}

.feature ul li {
  list-style-type: circle;
  margin: 0 0 3px 12px;
}

.feature ol li {
  list-style-type: decimal;
  margin: 0 0 3px 24px;
  list-style-position: outside;
}

.extra span {
  float: right;
}

.extra {
  padding: 8px 10px;
  border-top: 1px solid #cdcdcd;
}

.extra h3 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight: 500;
}

.extra ul {
  padding: 0;
  margin: 0 0 10px 0;
}

.extra li {
  background-image: none;
  line-height: 18px;
  padding-left: 15px;
}

.leccion a {
  display: block;
  padding-left: 30px;
  padding-bottom: 8px;
}

#UserRegistrado {
  float: left;
  width: 48%;
}

#NewUser {
  float: left;
  width: 48%;
  margin-right: 3%;
}

#UserRegistrado .boton {
  margin-left: 0;
}

#UserRegistrado fieldset {
  margin: 0;
}

#UserRegistrado .decoracion {
  padding-bottom: 0;
}

.oculto {
  position: absolute;
  top: -9999px;
}

.relatedLinks {
  padding: 14px 10px 0 0;
}

#navBar .cursos {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  padding: 11px 0 18px;
  text-transform: uppercase;
}

#navBar h3 {
  margin: 0;
  padding: 20px 6px 10px;
  font-size: 13px;
  line-height: 17px;
  font: 15px/22px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight: 600;
}

#navBar ul,
#navBar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navBar a {
  display: block;
  padding: 5px 0 4px 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  transition: background .3s;
  color: #e45f04;
  position: relative;
}

#navBar a:before {
  display: block;
  content: " ";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.25);
}

#navBar a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#navBar ul {
  margin: 0 0 4px 0;
}

.botoncurso {
  overflow: hidden;
  margin-bottom: 15px;
}

.botoncurso ul,
.botoncurso li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.botoncurso a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  padding: 0 28px;
  font-weight: bold;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 12px 6px 0;
  line-height: 38px;
  border: 1px solid #e45f04;
}

.botoncurso a:active {
  background-color: #f4f4f4;
}

.boxContact {
  float: right;
  width: 405px;
  height: 114px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img%20portal/bgHeader.png);
}

.boxContact li {
  display: block;
  float: right;
  line-height: 20px;
  padding: 45px 8px 0 38px;
}

.boxContact span {
  display: block;
}

.itemInfoContact {
  font-size: 19px;
}

.itemContact {
  font-size: 12px;
}

.captchaContacto img {
  vertical-align: middle;
  margin-right: 8px;
}

.datosCurso {
  padding: 18px 20px;
  color: #fff;
  background-color: #708c53;
  margin-bottom: 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}

.datosCurso strong {
  font-size: 15px;
  margin-left: 5px;
  color: #fff;
}

.headerLandingpage {
  padding: 0 25px;
}

.headerLandingpage h1 {
  text-align: center;
  padding: 0;
  margin: 8px 0 10px;
}

.headerLandingpage h2 {
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 34px;
}

h3 {
  padding-top: 20px;
  margin-bottom: .8em;
}

#UserRegistrado .recordar {
  display: block;
  margin-top: 15px;
}


/* naver */

.naver {
  margin: 0;
}

.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}

.naver-handle {
  width: 100%;
  color: #e45f04;
  cursor: pointer;
  display: none;
  font-size: 15px;
  margin: 0;
  padding: 20px 40px 23px 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #e45f04;
  box-shadow: 0 5px 0 #e45f04, 0 -5px 0 #e45f04;
  content: '';
  display: block;
  margin: auto 0;
}

.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #e45f04;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}

#pan .naver.enabled a {
  display: block;
  color: #fff;
  margin-left: 25px;
  line-height: 45px;
  text-align: left;
  margin-right: 25px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#pan .naver.enabled li:last-child a {
  border-bottom: none;
}

.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
}

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.naver.enabled .naver-handle {
  display: block;
}

.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}

.naver.enabled .naver-container {
  background: #e45f04;
}

.naver.enabled .naver-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* navbar */
#navBar {
  padding-bottom: 16px;
}

.container-imagen img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.container-imagen {
  margin-bottom: 25px;
}

@media only screen and (min-width: 870px) {

  #content {
    margin-left: 328px;
  }

  #navBar {
    width: 283px;
    float: left;
  }

  .feature {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 600px) {

  .contenido,
  .leccion {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 520px) {

  input[type="text"],
  input[type="password"],
  textarea,
  select {
    width: 96%;
    margin-bottom: 3px;
  }

  .logo-portal img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 720px) {

  .box-warn {
    float: right;
    margin: 0 -25px 35px 25px;
    border-radius: 1px 0 0 1px;
    padding: 15px 25px 72px;
    background-color: #e45f04;
    color: #fff;
    font-size: 16px;
    width: 25%;
    background-image: url(../img%20portal/bgSendMail.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  #pan a.select {
    color: #e45f04;
  }

  #masthead .contenedor {
    position: relative;
  }

  #pan .menuEntrarAula,
  #pan .menuEntrarAula:hover,
  #pan .menuEntrarAula:active {
    padding: 0 30px;
    margin: 1px 0 0 15px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
    background-color: #e45f04;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
  }

  #pan .menuEntrarAula:active {
    box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 1px;
  }
}

#masthead {
  position: relative;
  z-index: 6;
  background-color: #fff;
}

.logo-portal {
  display: block;
  float: left;
}

.TabPlazos th {
  padding: 4px 10px;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 3px solid #e45f04;
}

.TabPlazos td {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.TabPlazos {
  width: 100%;
}

.bgColor {
  background-color: #f2f2f2;
  padding: 8px 25px 18px;
  margin: 0 -25px 25px;
}

.bgColor h2 {
  margin-bottom: 5px;
  border-bottom: none;
}

.info-logistica {
  margin-bottom: 35px;
}

#topper {
  background-color: #e4e4e4;
  height: 456px;
  background-image: url(../img%20portal/image_topper_iman.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#topper-inside {
  background-color: #e45f04;
  padding: 25px 0;
  text-align: right;
  min-height: 10px;
  color: #fff;
}

/* top header */
.topHead {
  background-color: #fff;
  text-align: right;
}

.logo-left {
  float: left;
  margin-right: 24px;
}

.infoPhoneUs {
  float: left;
  line-height: 40px;
  color: #565656;
  text-transform: uppercase;
  font-weight: 600;
}

.infoPhoneUs a {
  color: #e45f04;
  text-decoration: none;
}

.textwidget a {
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  transition: all .3s;
  text-decoration: none;
  line-height: 24px;
  margin-left: 6px;
  margin-top: 8px;
  background-color: #D6D6D6;
  border-radius: 3px;
}

.foot .textwidget a {
  margin-top: 0;
  background-color: #999;
}

.textwidget {
  height: 40px;
}

.textwidget a:hover {
  background-color: #b9b9b9;
}

.textwidget a > .fa {
  width: 14px;
  text-align: center;
}

.info-index h2 {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 28px;
  padding-top: 28px;
}

.info-index {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 35px;
  padding-top: 38px;
  text-align: justify;
}

.txt-topper p {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  position: absolute;
  bottom: 15px;
  font-size: 45px;
  line-height: 53px;
}

@media only screen and (min-width: 720px) {
  .col-foot1 {
    width: 283px;
    float: left;
  }

  .col-foot3 {
    width: 220px;
    float: right;
    text-align: right;
  }

  .col-foot2 {
    margin: 0 240px 0 325px;
    min-height: 60px;
  }
}

.pruebanivel {
  background-color: #e8e8e8;
  padding: 24px;
  margin-bottom: 25px;
}

.titPruebaNivel {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.titPruebaNivel strong {
  font-weight: 600;
}

.pruebanivel .boton {
  color: #fff;
  margin: 12px auto 0px;
}

.txt-topper span {
  background-color: #111;
  padding-left: 12px;
  padding-right: 12px;
}

.contenido {
  text-align: justify;
}

.wrap-logueado {
  padding: 7px 0;
  background-color: #ebebeb;
}

.logueado {
  text-align: right;
}

.logueado > div {
  display: inline-block;
}

.link-logout a {
  color: #e45f04;
  text-decoration: none;
  margin-left: 10px;
}