/*header{
    background-color: yellow;
    width: 750px;
    height: 250px;
    
}

nav{
    background-color: blue;
    width: 750px;
    height: 50px;
    
}*/

main{
    /*background-color: green;*/
    
    width: auto;
    height: auto;
    margin: 0 20%;
}
/*footer{
    background-color: orange;
    width: 750px;
    height: 50px;
}

section#banner{
    background-color: red;
    width: 750px;
    height: 50px;
    float: left;
}

section#logo{
    background-color: gray;
    width: 250px;
    height: 125px;
    float: left;
}

section#login{
    background-color: magenta;
    width: 250px;
    height: 125px;
    float: left;
}*/

/*aside#left{
    background-color: purple;
    width: 300px;
    height: 400px;
    float: left;
}

aside#right{
    background-color: red;
    width: 300px;
    height: 400px;
    float: left;
}*/

article{
    /*background-color: lightblue;*/
    width: auto;
    height: auto;
    /*float: left;*/
    margin: auto;
}

#sumario_Curso_01 {
    font-family: 'Arsenal', sans-serif;
    font-size: 30px;
    color: #4B6A87;
    text-shadow: rgb(150, 150, 150) 1px 1px 2px;
    text-align: center;
    cursor: pointer;
}

#tabla-header-1 {
    width: 2%;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 26px;
    color: #535151;
   
    border-bottom-style: solid;
    border-color: #D6DCE4;    /*#094660;*/
    border-width: 0 0.5px 0.5px 0.5px;
    text-shadow: none;
}

#tabla-header-2 {
    width: 2%;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    border-bottom-style: solid;
    border-color: #D6DCE4;    /*#094660;*/
    border-width: 0 0.5px 0.5px 0.5px;
    
    background: #4B6A87;
}

#tabla-header-3 {
    width: 2%;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    color: #535151;
   
    border-bottom-style: solid;
    border-color: #D6DCE4;    /*#094660;*/
    border-width: 0 0.5px 0.5px 0.5px;
    text-shadow: none;
}

#tabla-header-4 {
    width: 2%;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    color: #2c5aa0;
    text-shadow: rgb(150, 150, 150) 1px 1px 2px;
   
    border-bottom-style: solid;
    border-color: #D6DCE4;    /*#094660;*/
    border-width: 0 0.5px 0.5px 0.5px;
    margin: 100%;
}

#table-style {
    border-bottom-style: solid;
    border-top-style: solid;
    border-color: #D6DCE4;    /*#094660;*/
    border-width: 0 0.5px 0.5px 0.5px;
    width: 100%;
}

#tabla-contenido {
    
    text-align: center;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 20px;
    width: auto;
}

.foot-table-nota {
    margin: 0 0 0 30px;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
}

.foot-table-nota li {
    margin-left: 30px;
}

#Cursos_Disponibles {
    float: left;
    width: 1130px;
    margin: 0 auto;
    padding-top: 0px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

#Cursos_Disponibles > h1{
    font-family: 'Libre Franklin', sans-serif;
    font-size: 40px;
    padding: 10px 0px;
    text-align: center;
    text-shadow: rgb(150, 150, 150) 3px 3px 5px;
}

#sumario_temario {
    font-family: 'Arsenal', sans-serif;
    font-size: 20px;
    color: #217821;
    text-shadow: rgb(150, 150, 150) 1px 1px 2px;
    text-align: center;
    cursor: pointer;
}

/*details{
    border-radius: 0 0 10px 10px;
    background-color: white;
    padding: 2px 6px;
    margin: 0;
    box-shadow: 3px 3px 4px rgb(150, 150, 150);   /*black/
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    text-align: justify;
}*/

#tabla_details{
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    text-align: justify;
}

#tabla_details li {
    margin: 0 30px 0 30px;
}

.descuento-programa {
    font-family: 'Heebo', sans-serif;
    font-size: 50px;
    text-align: center;
    color: #217821;
    margin: 30px 0 30px;
    text-shadow: rgb(230, 230, 230) 3px 3px 5px;
}