.button_DIV {
    background-color: green;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: medium;
    margin: 2px;
    cursor: pointer;
    border-radius: 5px;
    width: 45%;
}

.button_DIV:hover{
    background-color: #009600; 
}

.footer-cursos{
    height: 50px;
    text-align: center; 
    border : 0px solid red;
}

.seccion_cursos{ 
    margin-top: -100px;
    font-size: 14px !important;
}



.button a:link {text-decoration:none; color: #FFF } /* Link no visitado*/
.button a:visited {text-decoration:none; color: #FFF} /*Link visitado*/
.button a:active {text-decoration:none; color: #FFF} /*Link activo*/
.button a:hover {text-decoration:none; color: #FFF}

.button{
    margin-top: 10px !important;
}

@media screen and (max-width: 737px) {

    .footer-cursos{
        padding: 1em 20px 1em 20px;
    }
    .seccion_cursos{
        margin-top: 10px;
    }

    .button_DIV {
        float: left;
        width: 100%;
    }

    .mfp-content
    {
        width: 100%; 

    }
    .white-popup {
        max-width: 100%;        
        border : 1px solid red;
        height: 100%;
        padding: 5px;
    }
    .white-popup-image{
        width: 100%;
        height: auto;
        float: left;
        border : 0px solid yellow;    
        padding: 2px;
    }
    .white-popup-rigth{    
        width: 100%;
        height: auto;
        float: left;
        border : 0px solid greenyellow;    
        padding: 2px;
    }
    .white-popup-Descripcion{    
        width: 99%;
        height: auto;
        float: left;
        border : 0px solid blue;    
        font-size: 14px;
        line-height: normal;
        padding: 2px;
    }
    .white-popup-Video{
        width: 99%;
        height: auto;
        float: left;
        border : 0px solid blue;    
        text-align: left;
    }
    .white-popup-Footer{
        margin-top: 2px;  
        width: 99%;
        height: auto;     
        border : 0px solid blue;    

    }

    .Columas{
        column-count: 3;
        column-gap: 40px;
        column-rule-style: solid;
    }
    .button{
        margin-top: 10px !important;

    }

} /* END max-width: 737px */

.subtitle{
    padding: 2px !important;
    font-size: 16px !important;
   /* border : 1px solid red;*/
}


.ItemNoticia_Curso{ 
    margin: 2px;
    width: 100%;
    border: 0px solid green;
    text-align: center;
    font-weight: bold;
}

.ItemNoticia_Tema
{
    margin-top: 2px;
    width: 100%;
    border-bottom: 1px solid #CFD8DC;

}

.separadorcategoria{
    float: left;
    margin-top: 10px;
}

.ImageVenta{
    /*border: 0px solid red;*/
    border-radius: 5px;
} 



/* elementos del video de fondo */

#cabecera {
    width: 100%;
    height: 1px;
}

.videofondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    visibility: visible;
    opacity: 0.8;
}
 
.bottom-right { 
    position: fixed;
    bottom: 0; /* Aligns to the top */ 
    right: 0; /* Aligns to the right */ 
    padding: 5px; /* Optional: for spacing */ 
    background-color: #0e4a9d; /* Optional: background color */ 
    border-radius: 5px;
    color: white;
    z-index: 20;

} 
 
.linksinsubrayado{ 
    text-decoration: none;
    color: white;
}


.container2{
    margin-top: -50px;
}

