*{
	margin: 0;
	padding: 0;
	font-style: italic;
}
.app{
	width: 80%;
	background: #fff;
	margin-top: 3%;
	margin-bottom: 8%;
	border-radius: 5px;
	padding: 15px;
}
body{
	background: #dddddd;
}
.btn-outline-rosa{
	background: #d1037f;
	color: #fff;
	border:1px solid #d1037f;
	margin: auto;
}
.btn-outline-rosa:hover{
	background: #fff;
	color: #d1037f;
	border:1px solid #d1037f;
}
i{
	font-size: 5px;
	margin-right: 10px;
}
.img_ind_mm{
	width: 100%;
	margin: auto;
}
.navbar {
	margin-bottom: 0;
}

.jumbotron {
	background:#428BCA;
	color:#fff;
	padding:20px 0;
}

/* -- 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:#333;
}

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

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

.post .contenedor-botones {
	width: 100%;
}
footer{
	height: 20px;
	background: #00478a;
	padding: 5%;
}
.menu-footer{
	display: inline-block;
	position: relative;
	text-decoration: none;
	list-style: none;
	margin-left: 3px;
}
.menu-footer > li > a {
	text-decoration: none;
	color: #00b4ff;
}
.menu-footer > li > a:hover {	
	color: #fff;	
}
.footer-2{
	height: 20px;
	background: #00695f;
	margin-top: 0;
	width: 100%;
}
/* -- Media Querie -- */
@media screen and (max-width: 768px) {
	.post .thumb {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}