#course{
	background-color: #fcd0c7;
}
.expanded-course{
	padding: 120px 0;
	text-align: center;
	line-height: 1.2em;
}
.expanded-course article{
	padding: 0 6%;
}
.expanded-course h1{
	width: 400px;
	line-height: 1em;
	margin: 0 auto 60px;
	text-align: center;
}
.expanded-course h2{
	text-align: center;
	margin: 30px 0;
}
.expanded-course p{
	margin: 14px 0;
}
.expanded-course .demas{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini-demas.png);
}
.expanded-course .mas{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini-mas.png);
}
.expanded-course .tools{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini-tools.png);
}
.expanded-course .packs{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini_packs.png);
}
.expanded-course aside{
	padding: 0 6%;
}
.expanded-course dt{
	font-weight: bold;
}
.expanded-course dd{
	margin-bottom: 20px;
    white-space: pre-line;
}
.expanded-course .boton{
	margin:20px 0;
}
.expanded-course .boton:hover{
	background-color: #242424;
	color: #fcd0c7;
	border-color: #242424;
}