/* -- HEADER -- */
.navbar {
	margin-bottom: 0;
	width: 100%;
	left: 8;
	top: 0;
	position: fixed;
}

.containerfoot {
	
	width: 100%;

	background-color: #000000;
}


.jumbotron {
	background:#e1c50a;
	color:#fff;
	padding:20px 0;
	height: 210px;
	
}

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

.post {
	padding-bottom:20px;
	margin-bottom:20px;
}

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

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

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

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

.ultimas {
	background: #ffea00;
	padding: 1px;
	margin: 0px;
	text-align: center;
	font-size: 26px;

}
.categorias {
	background: #00bfa5;
	padding: 1px;
	margin: 0px;
	text-align: center;
	font-size: 26px;

}
.destacadas {
	background: #d50000;
	padding: 1px;
	margin: 0px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;

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