.form-field input[type="email"], 
.form-field input[type="number"], 
.form-field input[type="password"], 
.form-field input[type="search"], 
.form-field input[type="tel"], 
.form-field input[type="text"], 
.form-field input[type="url"], 
.form-field textarea, 
.media-frame input[type="email"], 
.media-frame input[type="number"], 
.media-frame input[type="password"], 
.media-frame input[type="search"], 
.media-frame input[type="text"], 
.media-frame input[type="url"], 
.media-frame select, 
.media-frame textarea, 
.select2-container--default .select2-selection--single,
input[type="checkbox"], 
input[type="color"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="datetime"], 
input[type="email"], 
input[type="month"], 
input[type="number"], 
input[type="password"], 
input[type="radio"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="time"], 
input[type="url"], 
input[type="week"], 
select, 
textarea {
	border: 1px solid #dee2e6 !important;
}

.postbox-header .handle-actions {
    display: none;
}

.postbox-header {
    border-bottom: 2px solid #546df4;
}

.postbox {
    border-radius: 5px;
}

#poststuff h2, .metabox-holder h2.hndle, .postbox .hndle, .stuffbox .hndle{
    text-transform: none !important;
    font-weight: 400;
    color: #6c757d !important;
    padding: 0 12px !important;
}

.post-new-php #wpcontent::before, .post-php #wpcontent::before {
    display: inherit !important;
}

.noticia {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 5px 0px;
    padding: 1px 12px;
}

.noticia p {
    margin: .5em 0;
    padding: 2px;
    font-size: 13px;
    line-height: 1.5;
}

.noticia-info {
    border-left-color: #00a0d2;
}

.grid-contenedorCategorias {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  grid-auto-rows: minmax(200px, auto);
  gap: 2px 2px;
}

.header-contenedorCategorias { grid-area: 1 / 1 / 3 / 3; }

.area1-contenedorCategorias { grid-area: 1 / 3 / 2 / 4; }

.area2-contenedorCategorias { grid-area: 2 / 3 / 3 / 4; }

.area3-contenedorCategorias { grid-area: 1 / 4 / 2 / 5; }

.area4-contenedorCategorias { grid-area: 2 / 4 / 3 / 5; }

.grid-contenedorTipoPost {
    display: grid;
    grid-template-columns: repeat(6, 200px);
    grid-template-rows: repeat(1, 100px);
    gap: 2px 2px;
}

.area1-contenedorTipoPost { grid-area: 1 / 1 / 2 / 2; }

.area2-contenedorTipoPost { grid-area: 1 / 2 / 2 / 3; }

.area3-contenedorTipoPost { grid-area: 1 / 3 / 2 / 4; }

.area4-contenedorTipoPost { grid-area: 1 / 4 / 2 / 5; }

.area5-contenedorTipoPost { grid-area: 1 / 5 / 2 / 6; }

.area6-contenedorTipoPost { grid-area: 1 / 6 / 2 / 7; }

.contenedortabla {
    display: table;
}

.contenedorcelda{
    display: table-cell;
    vertical-align: middle;
}

.areaaccion {
    border: 1px solid #ddd;
    background-color: #ffffff;
    text-align: center;
    color: #424242;
}

.areaaccion a:link, a:visited, a:active {
    text-decoration:none;
    color: #424242;
}

.tituloaccion {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 18px;
}

.tituloaccionpost {
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 13px;
}

.tituloSeccion{
    margin: 0 0 20px -30px;
    font-size: 25px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    font-weight: bold;
}

.tituloCategoria {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 10px;
    border-bottom: 2px solid #546df4; 
}

.iconoaccion {
    margin-top: 2px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.iconoaccion .dashicons, .dashicons-before::before {
    font-size: 100px;
}

.dashiconsaccion::before {
    font-family: dashicons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 95px;
    font-size: 100px;
    text-align: center;
}

.selectorCategoria {
    display:none;
}

.contentenedorCategoria {
    display:none;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 30px;
    border: 1px solid #ddd;
}