﻿@CHARSET "ISO-8859-1";


#bannerOut {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    align-items: center;
    background: rgba(0, 0, 0, 0.3)
}

#bannerMaster {
    margin-left: auto;
    margin-right: auto;
    height: 80%;
}

#bannerOut span {
    position: absolute;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    opaciy: 0.2;
    left: 0;
    diplay: none;
    width: 94%;
    padding: 10px;
    color: #FFF;
}

.escondido {
    display: none;
}

.visivel {
    display: block;
}
