
.ClaseNueva{
    width: 90%;
    border: 0px solid orange;
}

/* SeccionProfile Oculta */
#SeccionPerfil{ 
    display:  block;
}


#id_curso{
    cursor: pointer;
}
#id_curso:hover{
    background-color:  #4acaa8;
    color: white;
}

.ButtonsOptions{
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.ButtonsOptions:hover{
    background-color:  #4acaa8;
}
#Miscursos{
    /* width: 100%;
     height: auto;
     float: left;
     border : 1px solid green; */
}
.ImgCursos{

    padding: 10px;
    cursor: pointer;

}
#nuevo{
    border : 0px solid red;
    height: auto;
}



.NombreCorto{
    width: 100%;
    text-align: center;
    font-size: larger;

}
.comprarCurso{
    width: 100%;
    height: auto;
    border : 0px solid orange;
    /* display: flex;*/
}
.LeftCurso{
    width: 30%;
    border : 0px solid green;
    float: left;
}
.RightCurso{
    width: 69%;
    padding: 10px;
    border: 0px solid blue;
    float: left;
}

#SeccionTemas{
    display: none;
}
 
.TextoMediano{
    font-size: 14px;
    width: 100%; 
    border-bottom: 1px solid #000; 

}


 