@charset "utf-8";
@import url("../webfonts/Gotham_Book_Regular/stylesheet.css");
@import url("../webfonts/Gotham_Bold/stylesheet.css");
a {
  color:#000000;
  text-decoration: none;
}
a:hover{
    color:#000000;
  text-decoration: none;
}
.cv_link {
  transition: opacity .25s ease-in;
  cursor: pointer;
  position: relative;
}
.cv_link:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#marco_curso {
  width: 900px;
  height: 762px;
  border: thin solid #000000;
  -webkit-box-shadow: 0px 0px 16px;
  box-shadow: 0px 0px 16px;
  font-family: "Gotham Book Regular";
}
#cabecera_contenido {
  color: #ffffff;
  background-image: url(../img/header.png);
  height: 143px;
  width: auto;
  background-repeat: no-repeat;
  background-position: 10% 0%;
}
#in_titulo {
  font-size: 29px;
  text-shadow: 2px 2px #213D49;
}
#in_titulo span {
  font-family: "Gotham Bold";
}
#in_subtitulo {
    font-size: 15px;
    text-shadow: 1px 1px #213D49;
    margin-top: 8px;
}
#contenido_curso {
  width: auto;
  height: 565px;
}
#pie_curso {
  margin-top: 4px;
}
#nav_atras {
  background-color: #000000;
  width: 38px;
  height: 29px;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  margin-top: 6px;
  float: left;
  margin-right: -5px;
}
#nav_inicio {
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 145px / 68px;
  padding-top: 4px;
  float: left;
}
#nav_adelante {
  background-color: #000000;
  width: 38px;
  height: 29px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  margin-top: 6px;
  float: left;
  margin-left: -5px;
}
#nav_count {
  background-color: #000000;
  width: 70px;
  height: 30px;
  margin-top: 3px;
  border-radius: 22px;
  color: #FFFFFF;
  font-family: "Gotham Bold";
  margin-left: 176px;
}
#menucompleto {
  position: absolute;
  margin-left: 0px;
  margin-top: 50px;
}
.cv_t_itemnav {
    text-align: center;
    position: absolute;
    width: 172px;
    height: 24px;
    background-color: #EAEAEA;
    margin-top: -40px;
    border-radius: 207px;
    margin-left: 57px;
    color: #000000;
    font-family: "Gotham Book Regular";
}
#u1_d8_fondo {
    background-color: hsla(193,100%,45%,0.20);
    position: absolute;
    width: 897px;
    height: 128px;
    margin-top: 136px;
}
