/*header*/

.navbar{
	margin-bottom:0;
}

.jumbotron{
	background:#002144;
	color: #fff;
	padding: 20px 0px;
}

/*post*/

.main{
	margin-top:20px;
	margin-bottom: 20px;
}

.post{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.post .post-title a{
	color:#002144;
}

.post .thumb{
	margin-right: 10px;
	width: 40%;
}

.post .thumb img{
	width: 100%;
}

.post .contenedor-botones{
	width: 100%;
}



/*formulario*/

label{
	width: 140px;
	padding: 4px;
}

input{
	width: 140px;
	padding: 4px;
	margin: 5px 5px;
}

#formulario{
	width: 400px;
	margin: 0 auto;
	background-color: #f0efef;
	padding: 10px 30px;
	border-radius: 6px;
	border: thin #c1c1c1;
}

/*Media Querie*/

@media screen and (max-width:768px){
	.post .thumb{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}

