#page-header.page-header{
	background-size: cover!important;
}

article.type-ficha{
	margin-left: 0!important;
	width: 100%!important;
}
.ficha-imagen,
.ficha-contenido{
	float: left;
	clear: none;
}

.ficha-imagen{
	width: 22%!important;
	max-width: 200px;
}

.ficha-imagen .entry-image-link{
	width: 90%!important;
	margin: 0!important;
}

.ficha-imagen .entry-image-link > img{
	width: 100%!important;
}

.ficha-contenido{
	width: 70%!important;
}

.ficha-contenido h2{
	padding-top: 0!important;
}

.ficha-contenido h2 a{
	font-size: 22px;
	text-decoration: none;
}

@media (max-width: 698px) {
  .ficha-imagen,
  .ficha-contenido{
	float: none;
	clear: bloth;
  }
  .ficha-imagen{
	width: 100%!important;
  }
  .ficha-contenido{
	width: 100%!important;
}


}
