/**	
 * HEADER
 */


.jumbotron{
	margin-bottom: 0;
}

.jumbotron{
	background: #23803F;
	color: #fff;
	padding: 33px
	
}

/* -- POST  */

.main {
	margin-top: 5px;
	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%;
}
.a{
	color: #fafdff;
}
.post .thumb img{
	width: 100%;
}

.post .contenedor-botones{
	width: 100%;
}

@media screen and (max-width: 768px){
	.post .thumb {
		width: 100px;
		margin-bottom: 20px;
		margin-right: 0;
	}
}


