#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: 150px 0px 0px 20px;
    width: 340px;
    height: 30px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.cont_banner h2 {
    margin: 0px 0px 0px 20px;
    width: 340px;
    height: 50px;
    font-family: Arial;
    font-size:35px;
    color: black;
}

.cont_banner h3 {
    margin: 0px 0px 0px 20px;
    width: 340px;
    height: 30px;
    font-family: Arial;
    font-size: 18px;
    color: black;
}
.cont_banner_logo {
    float:right;
    margin:0px 60px 0px 0px;
    width: 230px;
    height: 130px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/********************************** CONTENIDO ******************************************/
/********************************** CONTENIDO ******************************************/

#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_cursos {
    margin: auto;
    width: 360px;
    height: 3550px;
    }
.cont_cursos_mod1 {
    float: left;
    width: 360px;
    height: 100%;
    }
    
.cont_cursos_bot_cursos {
    margin: 20px 30px 0px 30px;
    float: left;
    width: 300px;
    height: 80px;
}
.cont_cursos_bot_cursos a {
    float: left;
    width: 300px;
    height: 80px;
    padding: 28px 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_contenido_imagen{
    margin: 100px 10px 20px 10px;
    float: left;
    width: 340px;
    height: 400px;
    font-family: Arial;
    font-size: 40px;
    text-align: left;
    color: rgba(20,20,20,1.0);
    background: rgba(50,50,50,1.0);
    border-radius: 20px;
}
.cont_contenido_titulo {
    margin: 20px 10px 0px 10px;
    float: left;
    width: 340px;
    height: 140px;
    font-family: Arial;
    font-size: 40px;
    text-align: left;
    color: rgba(20,20,20,1.0);
}
.cont_contenido_txt{
    margin: 0px 10px 20px 10px;
    float: left;
    width: 340px;
    max-height: 100%;
    font-family: Arial;
    font-size: 20px;
    text-align:justify;
    color: rgba(20,20,20,1.0);
}
/********************************** PLANES PRECIOS ******************************************/
/********************************** PLANES PRECIOS ******************************************/
.cont_contenido_planes_precios {
    margin: 30px 10px 30px 10px;
    float: left;
    width: 340px;
    height: 120px;
    font-family: Arial;
    font-size: 55px;
    text-align:center;
    color: rgba(40,40,40,1.0);
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(100,143,191,1.0);
    text-shadow: 2px 2px 3px rgba(20,20,20,0.5);
}

.cont_contenido_plan {
    margin: 50px 5px 0px 5px;
    float: left;
    width: 350px;
    padding: 0px 0px 20px 0px;
    max-height: 100%;
    border-radius: 30px;
    background: rgba(220,220,220,0.0);
    border: 1px solid rgba(0,85,255,1.0);
    box-shadow: 0px 0px 10px rgba(40,40,40,1.0);
    transition: background 0.4s ease;
}
.cont_contenido_plan:hover {
    color: white;
    background: rgba(30,30,30,1.0);
    box-shadow: 0px 0px 10px rgba(0,164,255,1.0);
} 
.cont_contenido_plan_titulo {
    margin: 15px 10px 10px 10px;
    float: left;
    width: 330px;
    height: 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 35px;
    color: rgba(150,150,150,1.0);
    text-align: center;
    text-shadow: 2px 2px 3px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}
.cont_contenido_plan_txt {
    margin: 10px 0px 15px 30px;
    float: left;
    width: 318px;
    max-height: 100%;
    font-family: Arial;
    font-size: 16px;
    color: rgba(150,150,150,1.0);
    text-align: left;
    text-shadow: 1px 1px 1px Black;
}
.cont_contenido_plan_txt:hover {
    color: rgba(69,255,250,1.0);
}
.cont_contenido_plan_precio {
    margin: 5px 10px 0px 50px;
    float: left;
    width: 250px;
    height: 28px;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    color: rgba(69,171,255,1.0);
    text-align: left;
    text-shadow: 1px 1px 2px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}

.cont_contenido_plan a {
    margin: 10px 20px 10px 23px;
    float: left;
    width: 300px;
    height: 50px;
    padding: 5px 0px 0px 0px;
    font-family: Arial;
    font-size: 35px;
    color: white;
    text-align: center;
    background: rgba(20,20,20,1.0);
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.2s ease;
    transition: border 0.8s ease;
    border: 1px solid white;
}
.cont_contenido_plan a:hover {
    background: rgba(0,85,255,1.0);
    border: 2px solid black;
    transform: scale(1.05);
}
/********************************** 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;
    font-family: Arial;
    font-size: 70px;
    font-weight: bold;
    color: black;
}

.cont_banner h2 {
    margin: 0px 300px 40px 40px;
    width: 500px;
    height: 40px;
    font-family: Arial;
    font-size:26px;
    color: black;
}

.cont_banner h3 {
    margin: 70px 0px 20px 40px;
    width: 600px;
    height: 30px;
    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 {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_cursos {
    margin: auto;
    width: 1200px;
    height: 1600px;
    }
.cont_cursos_mod1 {
    float: left;
    width: 1200px;
    height: 100%;
    }
    
.cont_cursos_bot_cursos {
    margin: 25px 50px 20px 50px;
    float: left;
    width: 200px;
    height: 80px;
}
.cont_cursos_bot_cursos a {
    float: left;
    width: 200px;
    height: 80px;
    padding: 28px 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_contenido_imagen{
    margin: 150px 20px 20px 20px;
    float: left;
    width: 500px;
    height: 400px;
    font-family: Arial;
    font-size: 40px;
    text-align: left;
    color: rgba(20,20,20,1.0);
    background: rgba(50,50,50,1.0);
    border-radius: 20px;
}
.cont_contenido_titulo {
    margin: 50px 20px 0px 20px;
    float: left;
    width: 620px;
    height: 130px;
    font-family: Arial;
    font-size: 50px;
    text-align: left;
    color: rgba(20,20,20,1.0);
}
.cont_contenido_txt{
    margin: 0px 20px 20px 20px;
    float: left;
    width: 620px;
    max-height: 100%;
    font-family: Arial;
    font-size: 20px;
    text-align:justify;
    color: rgba(20,20,20,1.0);
}
/********************************** PLANES PRECIOS ******************************************/
/********************************** PLANES PRECIOS ******************************************/
.cont_contenido_planes_precios {
    margin: 50px 200px 0px 200px;
    float: left;
    width: 800px;
    height: 65px;
    font-family: Arial;
    font-size: 55px;
    text-align:center;
    color: rgba(40,40,40,1.0);
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(100,143,191,1.0);
    text-shadow: 2px 2px 3px rgba(20,20,20,0.5);
}

.cont_contenido_plan {
    margin: 50px 25px 0px 25px;
    float: left;
    width: 350px;
    padding: 0px 0px 20px 0px;
    max-height: 100%;
    border-radius: 30px;
    background: rgba(220,220,220,0.0);
    border: 1px solid rgba(0,85,255,1.0);
    box-shadow: 0px 0px 10px rgba(40,40,40,1.0);
    transition: background 0.4s ease;
}
.cont_contenido_plan:hover {
    color: white;
    background: rgba(30,30,30,1.0);
    box-shadow: 0px 0px 15px rgba(0,164,255,1.0);
} 
.cont_contenido_plan_titulo {
    margin: 15px 10px 10px 10px;
    float: left;
    width: 330px;
    height: 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: rgba(150,150,150,1.0);
    text-align: center;
    text-shadow: 2px 2px 3px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}
.cont_contenido_plan_txt {
    margin: 10px 0px 15px 15px;
    float: left;
    width: 318px;
    max-height: 100%;
    font-family: Arial;
    font-size: 15px;
    color: rgba(150,150,150,1.0);
    text-align: left;
    text-shadow: 1px 1px 1px Black;
}
.cont_contenido_plan_txt:hover {
    color: rgba(69,255,250,1.0);
}
.cont_contenido_plan_precio {
    margin: 5px 10px 10px 50px;
    float: left;
    width: 250px;
    height: 28px;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    color: rgba(69,171,255,1.0);
    text-align: left;
    text-shadow: 1px 1px 2px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}

.cont_contenido_plan a {
    margin: 20px 20px 25px 23px;
    float: left;
    width: 300px;
    height: 50px;
    padding: 5px 0px 0px 0px;
    font-family: Arial;
    font-size: 35px;
    color: white;
    text-align: center;
    background: rgba(20,20,20,1.0);
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.2s ease;
    transition: border 0.8s ease;
    border: 1px solid white;
}
.cont_contenido_plan a:hover {
    background: rgba(0,85,255,1.0);
    border: 2px solid black;
    transform: scale(1.05);
} 
    
}