.noticias ul.line > li{
	display: inline-block;
}

ul.d100 ul.line > li > a{
	display: inline;
}

.noticias ul.line > li > a{
	color: #457E76;
}

.noticias ul.line > li > a:hover{
	background-color: #457E76;
	color: white;
}

.noticias a.btn-primary{
    background-color: #fff  !important;
    border-color: #fff !important;
}

.noticias a.btn-primary:hover {
	color: inherit !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.noticias a.btn {
    text-align: left !important;
	padding: 0 !important;
	font-size: inherit !important;
    line-height: inherit !important;
}

.noticias{
	display: list-item;
}

.noticias>li{
	border-width: 0px;
    vertical-align: top;
	float: left;
	display: block;
	text-align: left;
}

.noticias>li>div{
	height: 100%;
	width: 100%;
}

.noticias>li>div>a{
	display: inline-block;
	height: 100%;
	width: 100%;
}

.noticias>li>div>div>img{
	object-fit: cover;
	object-position: 100% 100%;
    width: 100%;
}

.noticias>li>div span.fecha{
	width: 100%;
    max-height: 1rem;
	line-height: 1.3rem;
	padding: 0.2rem 0.1rem;
	font-size: 0.80rem;
	margin:0px;
}

.noticias>li>div table{
	display : none;
}
.d96 article {
    width: calc((100% / 3) - 4rem);
    margin: 1rem 2rem 0;
    padding: 1px;
    border: 1px solid var(--bg-color);
    border-bottom: 5px solid var(--bg-color);
    transition: all 0.3s ease;
}
.d96 article header, .d96 article figure, .d96 article footer {
    margin: 0;
    background: #fff;
    padding: 0;
}
.d96 article h3 {
    display: block;
    display: -webkit-box;
    width: 100%;
    font-size: 1.1rem;
  /* max-height: 4.9rem;*/
    line-height: 1.3rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0.7rem 4px 0 4px;
    z-index: 9;
    background: #fff;
    display: block;
}

.d96 article div,
.d96 article footer {
    padding: 0 0 0;
    background: var(--bg-color);
    margin: 0;
}
.d96 article section p, 
.d96 article div p {
    display: block;
    display: -webkit-box;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.3rem;
    max-height: 3.9rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.1rem;
    margin: 0;
}

.d96 article div, 
.d96 article footer {
    padding: 0.4rem 3px 0 3px;
    background: var(--bg-color);
    margin: 0;
}

.d96 article:hover, 
.d96 .contenEnlace:focus, 
.d96 .contenEnlace:hover a, 
.d96 .contenEnlace:focus a {
    border-color: gray gray var(--color1-100);
    transform: scale(1.08);
    padding: 1px;
    z-index: 8;
    border-radius: 4px;
    color: var(--text-color);
    background: var(--bg-color) !important;
}

.d96 article:hover{
    box-shadow: 2px 2px 10px -5px black;
}

section.noticias.flex			{ display: flex; flex-flow: row wrap; }
section.noticias.flex h2		{ width: 100%; }
section.d96 					{ width: calc(80% - 4px); display: flex; flex-flow: row wrap; padding: 0; }
section.d96 + aside 			{ display: inline-block; position: relative; height: auto; padding: 0 0 0 1rem; }
.d96 article			 		{ width: calc((100% / 3) - 4rem); margin: 1rem 2rem 10px; padding: 1px; }
.d96 article header,
.d96 article figure,
.d96 article footer				{ margin: 0; }
.d96 article figure img 		{ height: 10rem; width: 100%; object-fit: cover; object-position: 100% 100%; width: 100%; }
.d96 article section			{ padding: 0; }
.d96 article section p,

.d96 ul.line 					{ margin: 0 0 10px 0; }

@media  screen and (min-width: 901px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.d96 article			 	{ width: calc((100% / 3) - 4.1rem); }
		section.d96 + aside.col20 	{ width: 20% }
		section.d96 + aside.col25 	{ width: 25% }
}
@media  all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.d96 article			 	{ width: calc((100% / 3) - 4.1rem); }
}

@media screen and (max-width: 900px){
	section.d96 	{ width: 100%; }
}

@media screen and (max-width: 640px){
	.d96 article { width: 100% !important; margin: 0; padding: 0; }
}

.d104 .contenEnlace				{ display: table; margin-bottom: 1rem;}
article.contenEnlace:last-of-type {margin-bottom: 0rem;}
.d104 .contenEnlace header		{ margin: 0; padding: 0; }
.d104 .contenEnlace figure 		{ width: 35%; padding: 0 1rem 0 0; margin: 0; height: 100%; display: table-cell; }
.d104 .contenEnlace figure img 	{ object-fit: cover; object-position: 100% 100%; width: 100%; }
.d104 .contenEnlace figure img[src*="trans.gif"] { width: auto; }
.d104 .contenEnlace h2 			{ font-weight: bold; font-size: 1.1rem; padding: 0.3rem 0.1rem 0.5rem 0.1rem; float: left; width: 65%; }
.d104 .contenEnlace div			{ float: left; width: 65%; }
.d104 .contenEnlace div p,
.d104 .contenEnlace section p	{ margin-bottom: 10px; margin-top: 0; }
.d104 .contenEnlace footer 		{ clear: inherit; margin-top: 15px; padding-bottom: 5px; }
.d104 .contenEnlace span.fecha	{ display: none; }

.d104 .contenEnlace:nth-child(2n) figure 		{float: right;}
.d104 .contenEnlace:nth-child(2n+1) figure 		{float: left;}

@media screen and (max-width: 640px){
	.d104 .contenEnlace figure { width: 100%; padding: 0 0 1rem 0; }
	.d104 .contenEnlace h2,
	.d104 .contenEnlace div,
	.d104 .contenEnlace section,
	.d104 .contenEnlace footer { padding: 0 1.2rem 10px; margin: 0; float: none; width:100% }
}
section.d104s 					{ display: table; margin-bottom: 1rem;}
.d104s>article.slide			{ padding: 15px 70px}
.d104s>article>header		{ margin: 0; padding: 0; }
.d104s>article>figure 		{ width: 35%; padding: 0px; margin: 0; height: 100%; display: flex; align-items: center; flex:row nowrap; justify-content: center;}
.d104s>article>figure img 	{ object-fit: cover;  width: 100%; object-fit:contain!important}
.d104s>article.slide>figure>img[src*="trans.gif"] { width: auto}
.d104s>article>h2 			{ font-weight: bold; font-size: 1.1rem; padding: 0.3rem 0.1rem 0.5rem 0.1rem; float: left; width: 65%; }
.d104s>article>div			{ float: left; width: 65%; }
.d104s>article>div p,
.d104s>article>section p	{ margin-bottom: 10px; margin-top: 0; }
.d104s>article>footer 		{ clear: inherit; margin-top: 15px; padding-bottom: 5px; }
.d104s>article>span.fecha	{ display: none; }

.d104s>article:nth-child(2n) figure 		{float: right; padding-left: 15px;}
.d104s>article:nth-child(2n+1) figure 		{float: left; padding-right: 15px;}

@media screen and (max-width: 767px){
	.d104s>article> figure { width: 100%; padding:0px!important}
	.d104s>article>figure { padding: 0px;}
	.d104s>article>h2,
	.d104s>article>div,
	.d104s>article>section,
	.d104s>article>footer { padding: 5px 0px 5px; margin: 0; float: none; width:100% }
	.d104s>article.slide{ padding: 0px }
}