/*42300B48-3574-CB43-B065-3455364E8E85 - 1595962028916 - Tue Jul 28 2020 13:47:08 GMT-0500 (Colombia Standard Time)*/#background {
    background-color: #bae3e7;
    width: 300px;
    height: 250px;
}
#backgroundRed {
    background-color: #ed2227;
    width: 300px;
    height: 250px;
}

#copy1 {
    width: 300px;
    height: 250px;
    background: no-repeat url(../images/copy1.png);
    background-size: contain;
    top: 0px;
    left: 0px;
}

#copy2 {
    width: 300px;
    height: 250px;
    background: no-repeat url(../images/copy2.png);
    background-size: contain;
    top: 0px;
    left: 0px;
}

#copy3 {
    width: 300px;
    height: 250px;
    background: no-repeat url(../images/copy3.png);
    background-size: contain;
    top: 0px;
    left: 0px;
}

#copy4 {
    width: 300px;
    height: 250px;
    background: no-repeat url(../images/copy4.png);
    background-size: contain;
    top: 0px;
    left: 0px;
}

#psa {
    width: 155px;
    height: 20px;
    background: no-repeat url(../images/psa.png);
    background-size: contain;
    top: 230px;
    left: 145px;
}

#code {
    width: 82px;
    height: 15px;
    background: no-repeat url(../images/code.png);
    background-size: contain;
    top: 235px;
    left: 0px;
}


/*Alarm Styles*/
#shadow {
    width: 300px;
    height: 250px;
    top: 42px;
    left: 78px;
    transform: rotate(2deg);
    background-image: url(../images/shadow.svg);
    background-size: 251px 250px;
}

#oval1A, #oval1B, #oval1C {
    width: 300px;
    height: 250px;
    top: 29px;
    left: 98px;
}

#oval1A {
    background: no-repeat url(../images/oval1A.svg);
    background-size: 106px 133px;
}

#oval1B {
    background: no-repeat url(../images/oval1B.svg);
    background-size: 106px 133px;
}

#oval1C {
    background: no-repeat url(../images/oval1C.svg);
    background-size: 106px 133px;
}

#oval2A, #oval2B {
    width: 300px;
    height: 250px;
    top: 37px;
    left: 105px;
}

#oval2A {
    background: no-repeat url(../images/oval2A.svg);
    background-size: 92px 125px;
}

#oval2B {
    background: no-repeat url(../images/oval2B.svg);
    background-size: 92px 125px;
}

#left1A, #left1B {
    width: 300px;
    height: 250px;
    top: 46px;
    left: 112px;
}

#left1A {
    background: no-repeat url(../images/left1A.svg);
    background-size: 39px 117px;
}

#left1B {
    background: no-repeat url(../images/left1B.svg);
    background-size: 39px 117px;
}

#left2A, #left2B {
    width: 300px;
    height: 250px;
    top: 46px;
    left: 111px;
}

#left2A {
    background: no-repeat url(../images/left2A.svg);
    background-size: 40px 121px;
}

#left2B {
    background: no-repeat url(../images/left2B.svg);
    background-size: 40px 121px;
}

#rightA, #rightB, #rightC {
    width: 300px;
    height: 250px;
    top: 44px;
    left: 154px;
}

#rightA {
    background: no-repeat url(../images/rightA.svg);
    background-size: 36px 117px;
}

#rightB {
    background: no-repeat url(../images/rightB.svg);
    background-size: 36px 117px;
}

#rightC {
    background: no-repeat url(../images/rightC.svg);
    background-size: 36px 117px;
}

#bottomFillA, #bottomFillB {
    width: 300px;
    height: 250px;
    top: 161px;
    left: 99px;
}

#centerA, #centerB {
    width: 55px;
    height: 90px;
    top: 81px;
    left: 124px;
}

#centerA {
    background: no-repeat url(../images/centerA.svg);
    background-size: 55px 90px;
}

#centerB {
    background: no-repeat url(../images/centerB.svg);
    background-size: 55px 90px;
}

#bottomFillA {
    background: no-repeat url(../images/bottomFillA.svg);
    background-size: 114px 36px;
}

#bottomFillB {
    background: no-repeat url(../images/bottomFillB.svg);
    background-size: 114px 36px;
}

#bottom {
    width: 300px;
    height: 250px;
    background: no-repeat url(../images/bottom.svg);
    background-size: 146px 36px;
    top: 161px;
    left: 77px;
}


