/*
Theme Name: Megalabs
Template: twentyten
Description: Tema hijo personalizado que desactiva los estilos y scripts del tema padre.
Author: Tu Nombre
Version: 1.0
*/

/* Puedes comenzar tus estilos personalizados aquí */
body {
  background-color: #fff;
}

/* Solo la tabla de productos */
#tabla-productos { font-size: 1em !important; }
#tabla-productos th,
#tabla-productos td { font-size: inherit !important; }

/* Controles de DataTables (opcional) */
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_filter input {
  font-size: 1em !important;
}

#tabla-productos td, #tabla-productos th { line-height: 1.25; }

#menu-item-122 a{ 
  
  background-color: #ffcb00 !important;
  color: #111 !important;
  
}
