﻿.Background {
    background: rgb(56, 0, 77);
    background: radial-gradient(circle, rgba(56, 0, 77, 1) 0%, rgba(23, 0, 36, 1) 100%);
}

/*.Background {
    background-image: url('../../Images/aplicacion/HALLOWEEK.jpg');*/ /* Reemplaza con la ruta correcta */
    /*background-repeat: repeat;
    background-size: auto;
    background-position: top left;
}*/


.Announcement {
    background: rgb(183, 87, 0);
    background: linear-gradient(90deg, rgba(183, 87, 0, 1) 0%, rgba(112, 47, 3, 1) 33%, rgba(244, 173, 33, 1) 69%, rgba(255, 231, 172, 1) 100%);
    width: 100%;
    height: 30px;
    float: left;
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 20px;
    text-shadow: -3px 3px 7px rgb(0, 0, 0);
    text-transform: uppercase;
}

@media (max-width:1041px) and (min-width:802px) {
    .Announcement {
        font-size: 14px;
    }
}

@media (max-width:801px) {
    .ContentMain {
        /* width:600px;*/
    }
    .Announcement {
        height: 15px !important;
        font-size: 7px;
    }
}

.LogoSuper7 {
    float: left;
    /*margin: 20px 0 0 10px;*/
}

.Main {
    /*background: rgb(56, 0, 77);
    background: radial-gradient(circle, rgba(56, 0, 77, 1) 0%, rgba(23, 0, 36, 1) 100%);*/
    margin-top: 0px;
    height: auto;
}

.ContentMain {
    width: 100%;
    margin-top: 0px;
    height: auto;
    padding: 5px;
}

.Header {
    width: 100%;
    height: 10px;
    max-height: 10px;
    top: 0;
    background-color: #000;
    font-size: 12px;
    font-weight: 600;
    color: #fc0;
    text-transform: uppercase;
    /* z-index: 9999; */
    /* top: 0; */
    /* position: absolute; */
    border-bottom: solid 1px #fc0;
    display: inline-table;
}