h1,h2 {
   font-family:var(--font0) !important;
}
h1 { line-height:3rem; }
.autoad{min-width:250px;min-height:90px;}


p.seccion {
   max-width: var(--ancho); 
   margin:.5rem auto; 
   font-family: var(--font1);
   padding:.5rem;
   font-size:1.5rem;
}
h1 {
   font-size:3rem;
   line-height:3.3rem;
}
@media (max-width:1024px) {
      h1 { font-size:2.2rem; line-height:2.4rem; }
}
span.txt { width: 100%; height: 3rem; display: inline-block; }
span.txt:before, span.txt:after { content: "";background: #f1f1f1; width: 90%; height: 1.5rem; display: inline-block; }
span.txt::after {
   width: 80%;
   margin-top:.3rem;
   height:1rem;
}
div.relacionadas a {
   border-right:1px dotted #ddd;
   padding-right:1rem;
   min-height:4rem;
   display:inline-block;
}
div.relacionadas a:last-child { border-right:0; }
div.relacionadas img { float:left; margin-right:1rem; width:80px;height:auto;max-height:80px; }
table.tablageneral { font-size:1.1rem; }
table.tablageneral th { text-align:center; padding:.5rem 1rem; }
table.tablageneral td { padding:.75rem 1rem; }
table.tablageneral td img { margin-right:1rem;float:left; }
table.tablageneral td:first-child, table.tablageneral td:nth-child(3) { text-align:right; }
table.tablageneral tr:nth-child(odd) { background:#f1f1f1; }
h3.tablageneral { font-size:2.5rem; font-weight:400; }
article h2 {
   font-size:1.5rem;
   line-height:1.8rem;
}
div.bb {
   border-bottom:1px solid #ddd;
}
div.blogs { border-bottom:1px dotted #ddd; }
ul.secciones { list-style:none; margin:0;padding:0; font-weight:bold; }
ul.secciones li { padding:.3rem .5rem; display:inline-block; }
ul.secciones li:after { content: "/"; margin-left:1rem; color:#999; }
ul.secciones li:last-child:after { content:""; margin-left:0; }
h6 {
   font-family:'Roboto',system-ui;
   font-size:.7rem;
   font-weight:300;
}
div.segundas figure { height:14rem; }

ol.recientes li a {
   color: black;
   text-decoration: none;
   padding: 0.5rem 0;
   margin-bottom: 0.5rem;
   display: block;
   border-bottom: 1px solid #eaeaea;
   font-size: 1.1rem;
}
ol.recientes li a small { color:tomato; }