.role {
    margin-top:-20px;
}

.avatar {
    border-radius:50%;float:left;margin-right:15px;
}


.title-detail-cursos {
    border-top: 3px solid #fbaf42;
}

.btn-medium-register {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #707070;
    border-radius: 10px;
    transition: all 0.2s ease 0s;
    width: 150px;
    z-index: 3000;
    cursor: pointer;
}
.btn-medium-register, .btn-medium-register:hover {
    color: #dcdcdc;
    display: inline-block;
    font-family: AldoPC;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    margin-top: 3px;
    padding-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-medium-register:hover {
    background: #242424 none repeat scroll 0 0;
    border: 2px solid #fbaf42;
    border-radius: 10px;
    transition: all 0.2s ease 0s;
    width: 150px;
    cursor: pointer;
}

/* Diplomado */

.header-hero-course {
  width: 980px; 
  margin: 0 auto;
  background: #000;
  
}

.header-hero-course-img {
    margin:0;
}

.header-course-title {
  background:#1A1A1A;
  width:100%;
  overflow:auto;
  border-bottom: 2px solid #B4CD7A;
}

.header-hero-course-title {
    overflow:auto;
    float:left;
    width:67%;
    padding: 1em 2em;
}

.header-hero-course-title h2 {
  color:#fff;     
  margin: 0;
  text-transform: Uppercase;
}

.btn-course-register {
  float:right; 
  width:33%;
  background:#1A1A1A;
  padding: 0.48em 0.5em;
    
}

@media (max-width: 768px) {
    .header-hero-course {
      width: 100%; 
      background:#000;
      
    }
    
    .header-hero-course-title {
       width:100%;
    }    
    
    .header-hero-course-title h2 {
      font-size: 1em;
    }
    
    .btn-course-register {
      width:100%;
    }
}

.diplomado-side {
    background: #000;
    
}

/* Button generic */


.button {
  vertical-align: middle;
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
  padding: 0.6em 1em;
  color: #000;
  border: #B4CD7A solid 2px;
  background: #B4CD7A;
  font-family: Oswald,sans-serif;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.button:hover {
  vertical-align: middle;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
  border: #B4CD7A solid 2px;
  background: #6A8234;
  cursor: pointer;
}

.button a:visited {
  color: #e6e6e6;
}

.button a {
  color: #e6e6e6;
}

/* TABLE COURSE */

.course-table {
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
	color: #B3B3B3;
	font-size: 0.85em;
	font-family: Oswald,sans-serif;
}
.course-table th {
	border-bottom:1px solid #333333;
	padding:5px;
	background:#F0F0F0;
}
.course-table td {
	border-bottom:1px solid #1A1A1A;
	padding:5px;
	background:#2B2A2A;
	padding: 0.7em 1.2em;
}

table.course-table  {
    margin: 0 !important;
}


.course-table .left-info {
    background: #1A1A1A;
    text-align:right;
    color: #F2F2F2;
	border-bottom:1px solid #333333;
    
}

.content-body a {
    color:#4E850E !important;
}

.form-popup {
    
}

.form-mobile {
    display: none;
}

@media (max-width: 868px) {
    .form-mobile {
        display: block;
    }
    
    .form-popup {
       display: none; 
    }
}

.profiles {
    
}

.profile {
    width:31%;
    display: inline-block;
    text-align:center;
    margin-bottom: 2em;
}

.profile img {
    border: 2px solid #B3B3B3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

a.profile {
    overflow: auto;
}

.profile h3 {
    font-size:1em;
    margin-bottom:0;
}

.profile p {
    margin-top:0;
}

.profile-detail {
    margin-bottom: 2em;
    margin-top:2em;
}

.profile-detail img {
    display: incline-block;
    margin-right:2em;
    border: 2px solid #B3B3B3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-detail h1, .profile-detail h3 {
    margin:0;
}

.profile-detail p {
    margin:0;
}

.profile-detail-title {
    display: inline-block;
}

@media (max-width: 768px) {
    .profile {
        width:100%;
        display: inline-block;
        text-align:center;
        margin-bottom: 2em;
    }  
    
     .profile h3 {
        font-size:1.5em;
    }     
    
    .profile img {
        width:200px;
    } 
    
    .profile-detail {
        text-align:center;
    }  
    .profile-detail img {
        margin-right:0;
        margin-bottom:1em;
    }
    .profile-detail h1 {
        font-size:1.5em;
    }
}

/* Submenu tabs  */

.section-options {
    overflow: auto;
    position: absolute;
    top: 244px;
    width: 655px;
}

.active-tab a {
    color: #fff !important;
}

/* Subtabs */

.tabs {
    background: #383838 none repeat scroll 0 0;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sub-navigation {
    background: #131313 none repeat scroll 0 0;
    color: #b2b2b2;
    font-size: 0.65em;
    height: auto;
    z-index: 2;
}

.tabs nav ul, .tabs nav ul li a {
    padding: 0;
    width: 100%;
}

.tabs nav  {
    border-bottom: 1px solid #4D4D4D;
}


.tabs nav ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding:13px 7px 8px 7px;
}

.tabs nav ul li {
    margin: 0 0 0 -1px;
    width: calc(25% + 1px);
}
.tabs nav ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color none;
    border-image: none;
    border-style: none ;
    border-width: medium 1px;
    display: block;
    float: left;
    position: relative;
}

.tabs nav a {
    color: #b2b2b2;
    display: block;
    font-size: 1.45em;
    line-height: 2.2;
    padding: 0 1.25em;
    white-space: nowrap;
}
.nav a, nav li a {
    font-family: Oswald,sans-serif;
}

.active {
    background: #383838 none repeat scroll 0 0;
    color: #fff !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.active a {
    background: #383838 none repeat scroll 0 0;
    color: #fff !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.content-body {
    padding-bottom:3em;
}

#labguion-content img {
    border: 2px solid #B3B3B3 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;    
}

/* Button volver */

.btn-back {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #999999;
    border-radius: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 3000;
}
.btn-back, .btn-backr:hover {
    color: #dcdcdc;
    display: inline-block;
    font-family: Oswald,sans-serif;
    font-size: 0.8em;
    height: 50px;
    line-height: 40px;
    margin-top: 3px;
    padding-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-back:hover {
    background: #242424 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.content-body a {
  color: #000 !important;
  background: #fff;
}


.content-body a:hover {
  color: #333333 !important;
  background: #fff;
}


/* Cursos */

.title-detail-cursos {
    position: relative;
}

.title-detail-cursos .btn-registro-detail {
    position: absolute;
    right: 0;
    top: 10px;
}

.title-detail-cursos h2 {
    font-size: 18px;
    margin-top: 15px;
}

