/* Buscador - Home */
#search-form {
    top: 65px;
}

/* Categorías - Barra home */
.nav-category {
    margin-top: 0;
}

/* Fecha - Tamaño texto */
.widgets #widget-fecha .textwidget {
	font-size: 14px;
}
.widgets #widget-fecha .textwidget:after {
    margin: .25rem 0 .15rem 0;
}
.update-info small {
	font-size: 75%;
}

/* Análisis - Columnas centradas */
.owl-carousel .owl-stage {
    margin: 0 auto;
}

/* Ajax Load More */
.alm-listing {
    display: flex;
    flex-wrap: wrap;
}

/* Textos - Negrita + Itálica */
strong > em, 
em > strong {	
  	font-weight: bolder;
  	font-style: italic;
	letter-spacing: .3px
}

/* PROGRAMACIÓN */
.wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even td,
.wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd td {
    background-color: #000000;  /* even rows background color */
    border-left: none;
    border-right: none;
    color: #ffffff!important;
}

table {border-collapse: collapse;width: 100%;}
td:last-child {text-wrap-mode: wrap;}
td {border-bottom: 1px solid #eee;padding: 4px;text-wrap-mode: nowrap;vertical-align: top;}



/* Error */
#error-page {
    margin-top: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    max-width: 100%;
    height: 100vh;
    margin-top: -32px!important;
}
#error-page main {
    padding-top: 70px;
}