
    #DivConte{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;     
    }
    .DivContVideo{
        width: 100%;
        border-style: none;
        border-width: 1px;
        position: relative;
        margin-top: 15px;  
    }
    .DivContPlay{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0px;     
    }
    .DivLblVideo{
        position: absolute;
        width: 95%;
        bottom: 10px;
        left: 2.5%;
        color: white; 
        font-size: 0.8em;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        border-radius: 0px;
        background-color: rgba(0,0,0,0.6);
        padding: 3px;
        text-align: center;     
    }    
    .DivBtnPlay{
        background-image: url("../Imagenes/BtnPlay.png");
        background-repeat: no-repeat;
        width: 160px;
        height: 160px;
        cursor: pointer;

    }
    #DivFondoPlay{
        background-color: rgba(0,0,0,0.9);
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
    }
    #DivPlayVideo{
        width: 70%;
        height: auto;
        border-color: white;
        border-width: 1px;
        border-style: solid;
        position: relative;
    }
    .ImgVideo{
        width: 100%;
        height: auto;
    }
    #DivCerrarVideo{
        width: 32px;
        height: 32px;
        position: absolute;
        top:-16px;
        right: -16px;
        background-image: url('../Imagenes/Cerrar.png');
        cursor: pointer;
    }


    @media screen and (max-width: 1400px){
        .DivContVideo{
            width: 70%;
        }

    }
    @media screen and (max-width: 900px){
        .DivContVideo{
            width: 80%;
        }

    }    
    @media screen and (max-width: 600px){
        .DivContVideo{
            width: 98%;
        }
    }
#ImgBtnAbreMenu {
    float: right;
    margin-right: 5px;
    cursor: pointer;
    visibility: hidden;
    display:none;
    width: 32px;
}

#DivMenuMovil {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    opacity: 0.9;
    visibility: hidden;
}

#DivContMenuMovil {
    box-shadow: white 0px 0px 10px 4px;
    width: 70%;
    position: relative;
    left: 50%;
    margin-left: -35%;
    top: 30px;
    display: flex;
    flex-flow: column;
}

.DivMenuM {
    Xbackground-image: url("../../Imagenes/FondoBotonM.png");
    margin-top: 2px;
    color: black;
    text-align: center;
    height: 45px;
    cursor: pointer;
    font-size: 1.3em;
    padding-top: 7px;
}

#ImgEncabLogo{
    position: relative;
    width: 240px;
    height: auto;
    top: 0px;
    margin-top: 5px;
}

#DivPie {
    position: relative;
    background-color: white;
    opacity: 0.70;
    width: 100%;
    z-index: -3;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 0.7em;
    font-family: verdana;
}

#DivEncabezado {
    background-color:white;
    position: sticky;
    top: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    background-image: url("../Imagenes/FondoEncabezado.png");
    background-repeat: repeat-x;
    z-index: 2;
    box-shadow: 0px 3px 12px 0px #c1c1c1;    
}
#DivContMenu {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 0px;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.DivMenu {
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: white;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 5px;
    cursor: pointer;
    padding-top: 5px;
    min-width: 125px;
    background-color: #808080;
    border-radius: 0px;
    background-image: url("../Imagenes/FondoBoton.png");
    flex-grow: 1;
    font-size: 1.1em;
}
    .DivTextoCap{
        width: 100%;
        margin-top: 10px;
        padding: 10px;
        xborder-style: solid;
        border-width: 1px;
        xbackground-color: rgba(244, 234, 234, 0.9);
        border-radius: 0px;
        xbox-shadow: 7px 5px 5px 2px #c1c1c1;
        font-family: Raleway;
        text-align: justify;
    }
    .DivTextoDirCap{
        font-size: 0.7em;
        width: 100%;
        margin-top: 10px;
        padding: 8px;
        border-style: none;
        border-top-style: solid;
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #dedede;
    }
@media screen and (max-width: 1300px) {

    #DivContMenu {
        justify-content: center;
    }
    .DivMenu {
        flex-grow: 0;
    }
}

@media screen and (max-width: 480px) {

    #DivContMenu {
        display: none;
    }

    #ImgBtnAbreMenu {
        visibility: visible;
        display: inherit;
    }
    #ImgEncabGarantia {
        visibility: hidden;
    }

    #DivEncabezado {
        display: inline-block;
    }   
}



/*Menu*/
.AMenu {
    text-decoration: none;
    color: white;
    font-family: verdana, tahoma, arial;
}
.AMenuM {
    text-decoration: none;
    color: black;
    font-size: 1.2em;
    font-weight: bolder;
    font-family: verdana, tahoma, arial;
}
/*Cuerpo*/





