@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");
/* line 3, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
body {
  margin: 0;
  padding: 0;
  background: #9AD1F0 url("assets/cursosweb/fondo-body.jpg") repeat center top;
  font-family: 'Open Sans', sans-serif;
}

/* line 4, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
a, a:hover {
  text-decoration: none;
}

/* line 5, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
ul, li {
  padding-left: 0;
  margin-left: 0;
}

/* line 6, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
li {
  list-style-type: none;
}

/* line 7, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
img {
  border: none;
}

/* line 8, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.container {
  max-width: 1366px;
}

/* line 10, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.logo-content {
  position: relative;
}

/* line 11, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.logo-header {
  position: absolute;
  top: 15px;
  left: 30px;
}

/* line 12, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.menu-content {
  height: 44px;
  background-color: #004b8c;
  padding-left: 200px;
  margin-top: 60px;
}

/* line 13, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.menu-content a:hover, .menu-content button:hover, .dropdown-menu li a:hover, a.active {
  color: #fff;
  background-color: #1263a0;
}

/* line 14, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
nav.nav-cursos ul, nav.nav-alumno ul {
  margin-bottom: 0;
}

/* line 15, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
nav.nav-cursos li, nav.nav-alumno li {
  float: left;
}

/* line 16, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
nav.nav-cursos a, nav.nav-alumno a {
  padding: 12px 12px;
  color: #fff;
  display: block;
}

/* line 17, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
nav.nav-cursos button, nav.nav-alumno button {
  padding: 12px 12px;
  color: #fff;
  display: block;
  background-color: transparent;
  border: none;
}

/* line 18, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
nav.nav-cursos {
  float: left;
}

/* line 19, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
nav.nav-alumno {
  float: right;
}

/* line 21, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.dropdown-menu {
  padding: 0;
  margin: 0;
  background-color: #004b8c;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 22, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.nav-alumno .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

/* line 23, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.dropdown-menu li {
  width: 100%;
}

/* line 25, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.content {
  min-height: 60vh;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

/* line 26, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.title {
  padding: 25px 10px;
}

/* line 27, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.curso-title {
  padding: 25px 10px 5px 10px;
}

/* line 28, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.curso-title p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #004b8c;
  border-bottom: 1px solid #004b8c;
  padding: 8px 0;
}

/* line 29, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #004b8c;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

/* line 31, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.barra {
  padding: 8px 10px;
  text-align: center;
  background-color: #007e00;
  margin-bottom: 35px;
}

/* line 32, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.barra p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

/* line 33, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.curso {
  margin: 20px 0 40px 0;
  overflow: hidden;
}

/* line 34, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.curso h2 {
  color: #004b8c;
  font-size: 30px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

/* line 35, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.button {
  border-radius: 4px;
  padding: 5px 15px;
  color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
}

/* line 36, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.button:hover {
  color: #fff;
  opacity: .85;
}

/* line 37, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.button:focus {
  color: #fff;
  text-decoration: none;
}

/* line 38, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.blue {
  background-color: #004b8c;
}

/* line 39, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.green {
  background-color: #007e00;
}

/* line 40, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.button-center {
  display: block;
  width: 180px;
  margin: 15px auto;
  text-align: center;
}

/* line 42, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.contenido-curso {
  margin: 30px 0;
}

/* line 43, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.contenido-curso ul {
  margin-left: 20px;
}

/* line 44, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.contenido-curso li {
  list-style-type: square;
  line-height: 25px;
  margin-bottom: 5px;
}

/* line 45, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.contenido-curso h4 {
  color: #004b8c;
  font-weight: 600;
}

/* line 46, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.contenido-curso h5 {
  font-size: 14px;
  color: #004b8c;
  font-weight: 600;
}

/* line 48, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.panel-default > .panel-heading {
  background-color: #fff;
}

/* line 49, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.panel-title a {
  display: block;
}

/* line 51, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.modulo {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* Formulario */
/* line 54, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.sesion {
  overflow: hidden;
  margin-top: 15px;
}

/* line 55, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
form.register {
  margin-bottom: 40px;
  overflow: hidden;
}

/* line 56, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
form p {
  margin-bottom: 25px;
  font-weight: 600;
  color: #111;
}

/* line 57, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls {
  text-align: left;
  position: relative;
}

/* line 61, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls input[type="text"],
.controls input[type="email"],
.controls input[type="number"],
.controls input[type="password"],
.controls input[type="date"],
.controls input[type="tel"],
.controls textarea,
.controls button,
.controls select {
  padding: 12px 12px 5px 12px;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  width: 100%;
  margin-bottom: 25px;
  color: #333;
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 85, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls input[type="text"]:focus, .controls input[type="text"]:hover,
.controls input[type="email"]:focus,
.controls input[type="email"]:hover,
.controls input[type="number"]:focus,
.controls input[type="number"]:hover,
.controls input[type="password"]:focus,
.controls input[type="password"]:hover,
.controls input[type="date"]:focus,
.controls input[type="date"]:hover,
.controls input[type="tel"]:focus,
.controls input[type="tel"]:hover,
.controls textarea:focus,
.controls textarea:hover,
.controls button:focus,
.controls button:hover,
.controls select:focus,
.controls select:hover {
  outline: none;
  border-color: #fff;
  border-bottom: 1px solid #111;
}

/* line 106, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
.controls input[type="email"]:focus + label,
.controls input[type="email"]:hover + label,
.controls input[type="number"]:focus + label,
.controls input[type="number"]:hover + label,
.controls input[type="password"]:focus + label,
.controls input[type="password"]:hover + label,
.controls input[type="date"]:focus + label,
.controls input[type="date"]:hover + label,
.controls input[type="tel"]:focus + label,
.controls input[type="tel"]:hover + label,
.controls textarea:focus + label,
.controls textarea:hover + label,
.controls button:focus + label,
.controls button:hover + label,
.controls select:focus + label,
.controls select:hover + label {
  color: #007e00;
  cursor: text;
}

/* line 126, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls .fa-sort {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #999;
}

/* line 132, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 137, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls label {
  position: absolute;
  left: 1px;
  top: 8px;
  width: 60%;
  color: #999;
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 400;
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
  background-color: white;
}

/* line 153, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls label.active {
  top: -11px;
  color: #555;
  width: auto;
}

/* line 158, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.controls textarea {
  resize: none;
  height: 200px;
}

/* line 163, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
button {
  cursor: pointer;
  background-color: #004b8c;
  border: none;
  color: #fff;
  padding: 10px 14px;
  float: left;
}

/* line 171, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
button:hover {
  background-color: #224c60;
}

/* line 175, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
.alert-error {
  background-color: #f99;
}

/* line 180, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
div.wrapper-footer {
  width: 100%;
  height: 143px;
  background: url(/assets/wrapper-footer-f7ab7f22b0ef6a146fe863298a83ad6a.png) no-repeat center bottom;
}

/* line 182, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
#footer {
  width: 950px;
  height: 143px;
  margin: 20px auto 0px auto;
  position: relative;
}
/* line 184, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
#footer a.contacto {
  position: absolute;
  top: 90px;
  left: 124px;
  color: #FFF;
  font-size: 19px;
}
/* line 185, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
#footer a.administrar {
  position: absolute;
  top: 125px;
  left: 120px;
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 186, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
#footer a.xaver {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 18px;
  width: 100px;
  height: 25px;
  background: url(/assets/xaver-74939d6805f245cc55b86de2282cf796.png) no-repeat 0px 0px;
}
/* line 188, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
#footer a.xaver:hover {
  background-position: 0px -25px;
}
/* line 190, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
#footer p {
  text-align: center;
  padding: 0px;
  margin-top: 21px;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  color: #FFF;
  line-height: 18px;
}
/* line 193, ../../../app/assets/stylesheets/cursosweb/estilos.css.scss */
#footer img {
  position: relative;
  left: 350px;
  top: 14px;
}
