/* // No se que es */
/* Colores

 List Li TopBorder #CFD8DC

Color Azul Rayados #0e4a9d

*/
 
#main>section.five {
    background-color: #e8edec;
    border: 0px solid red;

}

#main>section.two-diplomado {
    background-color: #e8edec;
    border: 0px solid red;

}

#main>section.six {
    background-color: #e8edec;
    border: 0px solid green;
    padding: 0.1em 0;
}

.item {}

.ContenidoTextoChico {
    font-size: 12px;
    padding: 5px;
    text-align: left;
}

.titulo-video {
    width: 100%;
    padding: 2px;
    text-align: center;
    border: 0px solid green;
}

.descripcion-video {
    width: 100%;
    padding: 10px;
    text-align: left;
    border: 0px solid green;
    font-size: medium;
    line-height: normal;
    overflow-y: auto;
}

#coments-video {
    width: 100%;
    height: auto;
    border: 0px solid orange;
    float: left;
    display: inline;
}

.buttons-options {
    width: 100%;
    padding: 2px;
    text-align: right;
    border: 0px solid red;

}

.buttons-items {
    cursor: pointer;
}


.buttons-items:hover {
    background-color: #179b77;
}


#actividad {
    padding-left: 10px;
    float: left;
    font-weight: bold;
    font-size: medium;
    color: #179b77;
}

#VisitasAlVideo {
    padding-left: 30px;
    text-align: right;
    float: left;
    font-weight: bold;
    font-size: medium;
    color: #179b77;
}



#ReproducirVideo {}

.TienePractica { 
    color: #0087cd;
    font-weight: bold;
}

.AddButtonNew {
    background-color: #0e4a9d;
}

.CajaOculta{
    display: none;
}

.Division_Curso {
    background-color: #000;
    color: #FFF;
    height: auto;
    padding: 2px;
    font-weight: bold;
    font-size: medium;
    text-align: center;    
    border-radius: 5px;
    margin-top: 5px;
} 

.circularavatar {
    /*background-color: white;*/
    border-radius: 50%;
}



/* Comentarios */

.cajacomentario {
    width: 100%;
    height: auto;
    padding: 10px;
    border-top: 2px solid #0277BD;    
    width: 99%;
    color: black;
    font-size: 16px;
}

.publicadopor {
    width: 100%;
    height: auto;
    border: 0px solid blue;
    text-align: left;
    font-weight: bold;
    line-height: normal;
}

.contenidocomentario {
    width: 100%;
    height: auto;
    border: 0px solid green;
    text-align: left;
    padding: 2px;
    line-height: normal;
}



#notification {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #FFF;
    padding: 5px;
    height: auto;
    color: #000;
}

#notification span.dismiss {
    border: 2px solid black;
    padding: 0 2px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
}

#notification a {
    color: #000;
    text-decoration: none;
    font-weight: bold
}

#notification li {
    line-height: normal;
    text-align: left;
    color: #000;
    padding: 4px;
    cursor: pointer;
}

#notification li:hover {
    background-color: #179b77;
    color: #FFF;
}

.nombreusuario {
    width: 100%;
}

.fecha_comentario {
    font-size: 12px;
    width: 100%;
}


/* Botones de Administración */

#BotonesHerramientas2 {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    border: 0px solid yellow;
    text-align: right;
}

/* Notificaciones */

#BotonesHerramientas2 img {
    margin: 10px;
    cursor: pointer;
}

#OpenNotify {

    /* background-color: orange;*/
}

.ClassEjercicios {
    color: red;
    padding-left: 10px;
    font-weight: bold;
}


/* Tablas de la Seccion de Estadisticas */

.Estadisticas_TituloPrograma {
    margin-top: 20px;
    width: 100%;
    background-color: black;
    color: white;
    height: auto;
    font-size: medium;
    padding: 5px;
    font-weight: bold;
}

/* BOTONES DE LA LSITA */

.Iconos_Botones {
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    border: 0px solid red
}

.Iconos_Botones:hover {
    width: 20px;
    height: 20px;
}

.item_contenedor_X {
    width: 25%;
    border: 1px solid red;
}

.item_X {
    cursor: pointer;
    width: 100%;
    border: 1px solid green;
    padding: 0.5em;
}


/* fin de las Tablas */


/*Colores de fondo */


.CursoDEMO {
    color: green !important;
   
}

.CursoCaducado {
    color: red !important;
}

.itemsoftware{
    border: 0px solid red !important;
    border-radius: 10px !important;
}


.iteminstruccion{
    padding: auto;
    font-weight: bold;
    color : black;
}