﻿
/* Oculta los contenedores inyectados por Somee al final del body */
div[style*="z-index: 2147483647"],
div[style*="height: 65px"],
div[style*="opacity: 0.9"],
center a[href*="somee.com"],
script[src*="somee.com"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* Corrige el margen inferior del body si Somee le agrega padding */
body {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}


