html{
	position: relative;
	min-height: 100%;
}
body{
	margin-bottom: 60px;
	color:#606060;
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 60px;
	height: 60px;
}
.ancha .navbar-nav{
	flex-direction: row;
}
.delgada .navbar-nav{
	flex-direction: column;
}
nav.ancha.navbar{
	/*position:absolute;*/
	top:0;
	left:0;
	z-index:1000;
}
nav.ancha .nav-item{
	padding-top: 1rem;
}
nav .nav-item.active,
nav .nav-item:hover{
	background-color:#A4A3A3;
}
nav .nav-link{
	color:#6a6969;
}
nav .nav-item:hover .nav-link,
nav .nav-item.active .nav-link{
	color:#1f5191;
}
html,body{
	/*min-width: 600px;*/
}
.card-deck{
	flex-flow: column wrap;
}
.card-deck .card{
	margin-bottom: 15px;
}
@media (min-width: 768px){
	.card-deck{
		flex-flow: row wrap;
	}
	.card-deck .card{
		margin-bottom: 0;
	}
}
.modulo{
	position: absolute;
	background:#ddd;
	padding:.5rem;
	opacity: .5;
	color:#007bff;
	z-index: 1000;
	display: none;
}

@media (min-width: 768px){
	.modal-lg{
		max-width: 85vw;
	}
}

div[itemprop="blogPost"] img[itemprop="thumbnailUrl"]{
	max-width: 100%;
	height: auto;
	float:left;
	margin-right:1rem;
}
[itemprop='blogPost'] .page-header>h2,
[itemprop='blogPost'] .article-info{
	margin-bottom: 0;
}
[itemprop='blogPost'] .page-header>h2{
	font-size: 1.3rem;
}