/* ===========================
   CONFIGURACIÓN GENERAL
=========================== */

body {
    background-image: url("https://i.imgur.com/u0qHrGN.jpeg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #053345;
    font-family: 'Century Gothic' !important;
    font-weight: bold;
    font-size: 16px !important;
    cursor: url("https://i.imgur.com/lcr6f61.png"), auto;
}

/* ===========================
   TITULOS
=========================== */

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Century Gothic' !important;
    color: #000000;
    font-size: 20px !important;
    text-decoration: none;
}

/* ===========================
   ENLACES
=========================== */

a {
    color: #053345 !important;
    text-decoration: none;
    font-family: 'Century Gothic' !important;
    font-weight: bold;
    font-size: 16px !important;
}

a:hover {
    color: #42D3F2;
}

a:visited {
    color: #3793F6;
}

a.Command,
a.MsgLink,
a.NavLink {
    color: #074F9C;
}

a.Command:hover,
a.MsgLink:hover,
a.NavLink:hover {
    color: #074F9C;
}

/* ===========================
   IMÁGENES EN ENLACES
=========================== */

a img {
    border: none;
    color: #053345 !important;
}

/* ===========================
   FONDOS TEMÁTICOS
=========================== */

.ThmBgHighlightDark,
.ThmBgAlternate,
.ThmBgHighlightLight,
.ThmBgStandard,
.ThmBgFraming,
.ThmBgHeader {
    background-image: url("https://i.imgur.com/u0qHrGN.jpeg");
    color: #053345 !important;
}

.ThmBgUnknown1 {
    background-color: #024A70;
}

/* ===========================
   TEXTOS TEMÁTICOS
=========================== */

.ThmFgFrameTitle,
.ThmFgTitleLightBk,
.ThmFgColumnHeader,
.ThmFgInactiveText,
.ThmFgCommand {
    color: #000;
}

/* ===========================
   AJUSTES ADICIONALES
=========================== */

img.bullet {
    width: 13px;
    height: 7px;
    border: none;
}

td[bgcolor], td[style*="background-color"] {
    background-color: #CEFAFE !important;
    color: #053345;
    font-family: 'Century Gothic' !important;
    font-weight: bold;
    font-size: 20px !important;/* CONTROLA LA LETRA DEL NOMBRE DEL GRUPO */
}