#actividad .content .header .title img {
    display: none;
}

.slide-concatenate {
    margin-top: -15px;
}

.slide_main input {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

td, th {
    padding: 10px;
}

table {
    padding: 10px;
}

.box-4 {
	margin: 10px; 
    background: #FEF8E6;
}

.texto_curso li input {
    margin: 0px 0px 5px 0px;
}

#actividad .workspace.chooseblanks select {
    margin-bottom: 5px;
}

.foro_wiki_cke_text ul li:before, .texto_curso ul li:before, .cke_contents ul li:before, .preview ul li:before, .classify-item ul li:before, #actividad .workspace.multiple-choice .js-item ul li:before, #actividad .workspace.matching .box ul li:before, #actividad .workspace.ordenar .js-rank-item ul li:before {
    background-color: #000;
}