/* -- HEADER -- */
.navbar {
	margin-bottom: 0px;
}

.jumbotron {
	background:#D12905;
	color:#fff;
	padding:20px 0px 0px;
	margin-bottom: 0px;
}

/* -- POST -- */
.main {
	margin-top: 0px;
	margin-bottom: 20px;
}

.post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}

.post .post-title a {
	color:#333;
}

.post .thumb {
	margin-right:10px;
	width:40%;
}

.post .thumb img {
	width:100%;
}

.post .contenedor-botones {
	width: 100%;
}

.footer{
	background:#000000;
	color:#fff;
	padding: 25px 0px;
}

/* -- Media Querie -- */
@media screen and (max-width: 768px) {
	.post .thumb {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}

/*-- contiene los botones que direccionan al profesorado */
.profe{
	padding: 5px 0px 10px;
}
.btn-group a {
	padding: 0px;
}

/*-- contiene enlaces para redireccionar */
.enlaces{
	background:#131313;
	padding-top: 20px;
}