/* Estilos generales de tabla */
.course-table {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    width: 100%;
}

.course-table th, .course-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.course-table thead tr.table-header th {
  background-color: #e9f2fb;
  color: #2b3e50;
  font-size: 0.95rem;
  text-align: center;
  user-select: none;
}

/* Iconos dificultad */
.difficulty {
    font-size: 16px;
}


/* Colores según tipo de curso */
/* Aplicados solo a celdas que NO sean difficulty ni more-info */
.type-regular td:not(.difficulty):not(.more-info) {
    color: black;
}

.type-soft-skills td:not(.difficulty):not(.more-info),
.type-info-skills td:not(.difficulty):not(.more-info),
.type-communication td:not(.difficulty):not(.more-info) {
    color: #1f4e79; /* Azul */
}

.type-humanities td:not(.difficulty):not(.more-info) {
    color: #7030a0; /* Lila */
}

.type-spreadsheets td:not(.difficulty):not(.more-info) {
    color: #00b050; /* Verde */
}

/* Estilos hipervínculos en More info */
.more-info a {
    color: #0066cc;
    text-decoration: none;
}

.more-info a:hover {
    text-decoration: underline;
}

.book-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/*estilos hosting*/
.titulomediano2
{
    FONT-SIZE: 28px;
    COLOR: #000e77;
    FONT-FAMILY: "Futura Lt BT Light", Verdana
}
.right
{
	float:right;
	margin-right: 1%;
	margin-top: 0.5%;
}
.left
{
	float:left;
	margin-left: 1%;
	margin-top:0.5%;
}

hr{
	color:#000E77;
	/*text-align:center;*/
	background-color:#000E77;
}