.w3-theme-l5 {color:#000 !important; background-color:#f2f6fc !important}
.w3-theme-l4 {color:#000 !important; background-color:#d2e2f6 !important}
.w3-theme-l3 {color:#000 !important; background-color:#a5c4ed !important}
.w3-theme-l2 {color:#fff !important; background-color:#78a7e3 !important}
.w3-theme-l1 {color:#fff !important; background-color:#4c89da !important}
.w3-theme-d1 {color:#fff !important; background-color:#2562b3 !important}
.w3-theme-d2 {color:#fff !important; background-color:#21579f !important}
.w3-theme-d3 {color:#fff !important; background-color:#1d4d8b !important}
.w3-theme-d4 {color:#fff !important; background-color:#184277 !important}
.w3-theme-d5 {color:#fff !important; background-color:#143763 !important}

.w3-theme-light {color:#000 !important; background-color:#f2f6fc !important}
.w3-theme-dark {color:#fff !important; background-color:#143763 !important}
.w3-theme-action {color:#fff !important; background-color:#143763 !important}

.w3-theme {color:#fff !important; background-color:#296ec6 !important}
.w3-text-theme {color:#296ec6 !important}
.w3-border-theme {border-color:#296ec6 !important}

/*.w3-hover-theme:hover {color:#fff !important; background-color:#296ec6 !important}*/
.w3-hover-text-theme:hover {color:#296ec6 !important}
.w3-hover-border-theme:hover {border-color:#296ec6 !important}

/* Agregados al tema */
.w3-text-theme-l4 {color:#d2e2f6 !important}
.w3-text-theme-l5 {color:#f2f6fc !important}
.w3-text-theme-d5 {color:#143763 !important}
.w3-theme-hover {color:#fff !important; background-color:#ed8c00 !important} /* complementario al tema */

/* Correcciones al tema (fondo de los botones complementario al color del tema)*/
.w3-hover-theme:hover {color:#fff !important; background-color:#ed8c00 !important} 

/* Correcciones al w3 original */
.w3-text-grey,.w3-hover-text-grey:hover{color:#9e9e9e!important}
.w3-input{line-height: normal}

/* Adicionales agregados (no existen en el original) */
.w3-margin-0{margin:0px!important}
.w3-margin-3{margin:3px!important}
.w3-margin-horz-3{margin-left:3px!important; margin-right:3px!important}
.w3-fg-tit{text-align: center; display:inline-block}
.w3-fg-lin{vertical-align:top; display:inline-block; overflow:hidden}
.w3-green-spearmint {color:#000 !important; background-color: #1ef876 !important}
.w3-text-green-spearmint {color: #1ef876 !important;}
.w3-cont-l:after,.w3-cont-l:before,.w3-cont-c:after,.w3-cont-c:before,.w3-cont-r:after,.w3-cont-r:before,.w3-rowcont:after,.w3-rowcont:before {content:"";display:table;clear:both}
.w3-cont-l {padding: 0.01em 8px 0.01em 8px}
.w3-cont-c {padding: 0.01em 8px 0.01em 8px}
.w3-cont-r {padding: 0.01em 8px 0.01em 8px}
.w3-rowcont {padding: 0 8px 0 8px}
@media (max-width: 768px){
.w3-cont-l {padding: 0.01em 4px 0.01em 4px}
.w3-cont-c {padding: 0.01em 4px 0.01em 4px}
.w3-cont-r {padding: 0.01em 4px 0.01em 4px}
.w3-container {padding: 0.01em 8px 0.01em 8px}
.w3-rowcont {padding: 0 4px 0 4px}
}
.w3-padding-0{padding:0!important}
.w3-padding-tiny{padding:2px 4px!important}