#banner {
    margin: 60px 0px 0px 0px;
    width: 100%;
    height: 300px;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 360px;
    height: 300px;
    padding: 20px 0px 0px 0px;
}
    
.cont_banner p {
    margin: 130px 0px 0px 10px;
    width: 340px;
    height: 70px;
    text-align: center;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.cont_banner h2 {
    margin: 0px 0px 5px 10px;
    width: 340px;
    height: 30px;
    text-align: center;
    font-family: Arial;
    font-size:20px;
    color: black;
}

.cont_banner h3 {
    margin: 0px 0px 20px 10px;
    width: 340px;
    height: 30px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color: black;
}
.cont_banner_logo {
    float:right;
    margin:0px 65px 0px 0px;
    width: 230px;
    height: 130px;
    padding: 0px 50px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_cursos {
    margin: auto;
    width: 360px;
    height: 51000px;
    }
.cont_cursos_mod1 {
    float: left;
    width: 360px;
    height: 100%;
    }
    
.cont_cursos_bot_cursos {
    margin: 10px 20px 20px 10px;
    float: left;
    width: 340px;
    height: 80px;
}
.cont_cursos_bot_cursos a {
    float: left;
    width: 340px;
    height: 80px;
    padding: 25px 0px 0px 0px;
    font-family: Arial;
    font-size: 19px;
    text-align: center;
    color: white;
    background: rgba(50,50,50,1.0);
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 2px 2px 4px rgba(0,0,0,1.0);
    text-decoration: none;
}
.cont_cursos_bot_cursos a:hover {
    background: rgba(8,102,188,1.0);
}
    
.cont_cursos_mod1_titulos {
    margin: 20px 0px 0px 10px;
    float: right;
    width: 340px;
    height: 100px;
    font-family: Arial;
    font-size: 35px;
    color: rgba(40,40,40,1.0);
    text-align: right;
    }
.cont_cursos_mod1_img {
    float: left;
    margin: 20px 10px 20px 20px;
    width: 380px;
    height: 450px;
    background-image: url(../img/img_cursos01.png);
    border-radius: 10px;
}
.cont_cursos_mod1_descripcion {
    float: left;
    margin: 20px 10px 20px 10px;
    float: right;
    width: 780px;
    height: 450px;
    text-align: justify;
    font-family: Arial;
    font-size: 14px;
    color: rgba(20,20,20,1.0);
    }

    
/********************** MODULOS CURSOS *******************/
/********************** MODULOS CURSOS *******************/
/********************** MODULOS CURSOS *******************/  
.mod2_cont_cursos {
    margin: 50px 10px 0px 10px;
    float: left;
    width: 340px;
    height: 310px;
    border-radius: 12px;
    border: 2px solid rgba(74,114,178,0.5);
    box-shadow: 0px 0px 5px rgba(74,114,178,0.5);
    background: white;
}
.mod2_cont_cursos_txt1 {
    margin: 5px;
    float: left;
    width: 50px;
    height: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: black;
    border-radius: 10px;
    border: 2px solid rgba(74,114,178,1.0);
    background: rgba(192,247,255,1.0);
}
.mod2_cont_cursos_txt2 {
    margin: 5px 0px 5px 0px;
    float: left;
    width: 150px;
    height: 20px;
    padding: 3px 0px 0px 0px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
    color: black;
}
.mod2_cont_cursos_img {
    display: none;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 200px;
    height: 100px;
    background-color: white;
    border-radius: 5px;
}
.mod2_cont_cursos_txt3 {
    margin: 5px 8px 10px 8px;
    float: left;
    width: 320px;
    height: 80px;
    font-family: Arial;
    font-size: 20px;
    text-align:justify;
    color: black;
}
    
    
.mod2_cont_cursos_cont{
    margin: 0px 8px 0px 8px;
    float: left;
    width: 310px;
    height: 50px;
    background: rgba(0,140,255,1.0);
    border: 1px solid Black;
    border-radius: 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont_on{
    float: left;
    width: 55px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background: rgba(50,50,50,1.0);
    border: 1px solid Black;
    border-radius: 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont a{
    float: left;
    width: 250px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
}
    
.mod2_cont_cursos_cont_a {
    margin: 15px 8px 35px 65px;
    float: left;
    width: 200px;
    height: 20px;
    background: rgba(50,50,50,1.0);
    border: 1px solid Black;
    border-radius: 15px 15px 0px 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont_a_on{
    float: left;
    width: 55px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: black;
    font-size: 14px;
    background: yellow;
    font-weight: bold;
    border: 1px solid Black;
    border-radius: 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont_a_usd{
    float: left;
    width: 140px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: bold;
}
.mod2_cont_cursos_cont_a_cop{
    margin: 0px 0px 0px 50px;
    float: left;
    width: 149px;
    height: 25px;
    padding: 2px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: bold;
    background: rgba(120,120,120,1.0);
    border: 1px solid Black;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_txt4 {
    margin: 0px 8px 0px 8px;
    float: left;
    width: 318px;
    height: 55px;
    font-family: Arial;
    font-size: 15px;
    text-align:center;
    color: rgba(80,80,80,1.0);
}
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/

@media (min-width:1024px) {

#banner {
    margin: 0px;
    width: 100%;
    height: 300px;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 1200px;
    height: 300px;
    padding: 20px 0px 0px 0px;
}
    
.cont_banner p {
    margin: 10px 0px 0px 40px;
    width: 800px;
    height: 90px;
    text-align: left;
    font-family: Arial;
    font-size: 45px;
    font-weight: bold;
    color: black;
}

.cont_banner h2 {
    margin: 0px 300px 40px 40px;
    width: 500px;
    height: 40px;
    text-align: left;
    font-family: Arial;
    font-size:26px;
    color: black;
}

.cont_banner h3 {
    margin: 70px 0px 20px 40px;
    width: 600px;
    height: 30px;
    text-align: left;
    font-family: Arial;
    font-size: 18px;
    color: black;
}
.cont_banner_logo {
    float:right;
    margin:50px 50px 0px 0px;
    width: 230px;
    height: 130px;
    padding: 0px 50px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_cursos {
    margin: auto;
    width: 1200px;
    height: 15000px;
    }
.cont_cursos_mod1 {
    float: left;
    width: 1200px;
    height: 100%;
    }
    
.cont_cursos_bot_cursos {
    margin: 80px 20px 20px 20px;
    float: left;
    width: 200px;
    height: 80px;
}
.cont_cursos_bot_cursos a {
    float: left;
    width: 200px;
    height: 80px;
    padding: 25px 0px 0px 0px;
    font-family: Arial;
    font-size: 19px;
    text-align: center;
    color: white;
    background: rgba(50,50,50,1.0);
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 2px 2px 4px rgba(0,0,0,1.0);
    text-decoration: none;
}
.cont_cursos_bot_cursos a:hover {
    background: rgba(8,102,188,1.0);
}
    
.cont_cursos_mod1_titulos {
    margin: 100px 0px 0px 400px;
    float: right;
    width: 800px;
    height: 70px;
    font-family: Arial;
    font-size: 48px;
    color: rgba(40,40,40,1.0);
    text-align: right;
    }
.cont_cursos_mod1_img {
    float: left;
    margin: 20px 10px 20px 10px;
    width: 380px;
    height: 450px;
    background-image: url(../img/img_cursos01.png);
    border-radius: 10px;
}
.cont_cursos_mod1_descripcion {
    float: left;
    margin: 20px 10px 20px 10px;
    float: right;
    width: 780px;
    height: 450px;
    text-align: justify;
    font-family: Arial;
    font-size: 14px;
    color: rgba(20,20,20,1.0);
    }

/********************** MODULOS CURSOS *******************/
/********************** MODULOS CURSOS *******************/
/********************** MODULOS CURSOS *******************/  
.mod2_cont_cursos {
    margin: 50px 10px 0px 10px;
    float: left;
    width: 220px;
    height: 430px;
    border-radius: 12px;
    border: 2px solid rgba(74,114,178,0.5);
    box-shadow: 0px 0px 5px rgba(74,114,178,0.5);
}
.mod2_cont_cursos_txt1 {
    margin: 5px;
    float: left;
    width: 50px;
    height: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: black;
    border-radius: 10px;
    border: 2px solid rgba(74,114,178,1.0);
    background: rgba(192,247,255,1.0);
}
.mod2_cont_cursos_txt2 {
    margin: 5px 0px 5px 0px;
    float: left;
    width: 150px;
    height: 20px;
    padding: 5px 0px 0px 0px;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    text-align:left;
    color: black;
}
.mod2_cont_cursos_img {
    display:block;
    margin: 0px 8px 0px 8px;
    float: left;
    width: 200px;
    height: 100px;
    background-color: white;
    border-radius: 5px;
}
.mod2_cont_cursos_txt3 {
    margin: 5px 8px 0px 8px;
    float: left;
    width: 200px;
    height: 150px;
    font-family: Arial;
    font-size: 20px;
    text-align:justify;
    color: black;
}
    
    
.mod2_cont_cursos_cont{
    margin: 0px 8px 0px 8px;
    float: left;
    width: 200px;
    height: 30px;
    background: rgba(0,140,255,1.0);
    border: 1px solid Black;
    border-radius: 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont_on{
    float: left;
    width: 55px;
    height: 28px;
    padding: 1px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background: rgba(50,50,50,1.0);
    border: 1px solid Black;
    border-radius: 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont a{
    float: left;
    width: 140px;
    height: 30px;
    padding: 7px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: bold;
}
    
.mod2_cont_cursos_cont_a {
    margin: 15px 8px 35px 8px;
    float: left;
    width: 200px;
    height: 20px;
    background: rgba(50,50,50,1.0);
    border: 1px solid Black;
    border-radius: 15px 15px 0px 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont_a_on{
    float: left;
    width: 55px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: black;
    font-size: 14px;
    background: yellow;
    font-weight: bold;
    border: 1px solid Black;
    border-radius: 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_cont_a_usd{
    float: left;
    width: 140px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: bold;
}
.mod2_cont_cursos_cont_a_cop{
    margin: 0px 0px 0px 50px;
    float: left;
    width: 149px;
    height: 25px;
    padding: 2px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: bold;
    background: rgba(120,120,120,1.0);
    border: 1px solid Black;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
.mod2_cont_cursos_txt4 {
    margin: 0px 8px 0px 8px;
    float: left;
    width: 200px;
    height: 35px;
    font-family: Arial;
    font-size: 10px;
    text-align:center;
    color: rgba(80,80,80,1.0);
}

}