.cursos .curso{
	margin-bottom: 20px;
}

.curso .curso-header{
	cursor: pointer;
}

.curso .icon{
	color: #fff;
	font-size: 32px;
	background-color: #ffd600;
	padding: 19px 15px;
}

.curso .title{
	background-color: #008fd1;
	color: #fff;
	font-size: 24px;
	padding: 25px 15px 25px 15px;
	position: relative;
}

.title .icon-down{
	color: #fff;
	font-size: 18px;
	bottom: 10px;
	right: 8px;
}

.title span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.info-curso{
	background-color: #fff;
	padding: 15px;
}

.div-progreso{
	margin-bottom: 15px;
}

.div-objetivos h3{
	color: #868686;
}

.div-objetivos .desc{
	font-size: 18px;
	font-weight: 300;
}

.tiempo-curso, .num-lecciones{
	display: inline-block;
}

.tiempo-curso{
	margin-right: 20px;
}

.curso-extras{
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn-ir{
	padding: 15px 35px 15px 35px;
	background-color: #008fd1;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
}

.btn-ir:hover, .btn-ir:active, .btn-ir:focus{
	color: #fff;
	box-shadow: none;
}



.curso-header{
	font-size: 0px;
}
.curso-header-icon,
.curso-header-title{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.curso-header-icon{
	width: 60px;
	
}
.curso-header-title{
	width: calc(100% - 60px);
}
	
.div-medalla{
	color: gold;
	font-size: 34px;
	display: inline;
	position: absolute;
	right: 10px;
	top: 24px;
}