.container #cuerpo {
	margin-right: 10px;
	margin-left: 10px;
}
#cuerpo #compra {
	text-align: center;
	margin-top: 20px;
}
#cuerpo #titulo {
	font-size: 18px;
	color: #CCC;
	text-align: center;
}
#temario #detalle #imagen {
	float: left;
	width: 100px;
	border-radius: 8px;
}
#temario #detalle {
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#temario #detalle #texto {
	padding-left: 105px;
	color: #FFF;
	margin-bottom: 3px;
}
#cuerpo #temario #titular {
	font-size: 18px;
	color: #000;
	background-color: #CCC;
	padding-left: 10px;
}
#cuerpo #enlaces {
	text-align: center;
}

