.ficheros_adjuntos {
	background-color: #FFFFFF;
}
.ficheros_adjuntos > .titulo {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0082ca;
    border-bottom: 1px solid #0082ca;
    padding: 0 10px 10px;
}
.ficheros_adjuntos > .titulo:after { content: 'Ficheros'; }
.ficheros_adjuntos > .titulo:before {
    content: '\e226';
    font-family: 'sdelsol_icon';
    margin-right: 10px;
	font-weight: normal;
}

.ficheros_adjuntos > .lista_ficheros > ul {
	margin: 0;
	padding: 0;
}

.ficheros_adjuntos > .lista_ficheros > ul > li {
	list-style: none;
	border-bottom: 1px dashed #ddd;
	padding: 10px 20px 10px 20px;
	margin-bottom: 0;
}

.ficheros_adjuntos > .lista_ficheros > ul > li:hover {
	background: #f4f4f4;
}

.ficheros_adjuntos > .lista_ficheros > ul > li:last-child {
	border-bottom: 0;
}

.ficheros_adjuntos > .lista_ficheros > ul > li > a {
	font-weight: bold;
	color: #333;
}
.ficheros_adjuntos > .lista_ficheros > ul > li > a.adjunto:before {
	content: '\e91c';
	font-family: 'sdelsol_icon';
	padding-right: 10px;
	font-weight: normal;
	color: #0082ca;
}

.ficheros_adjuntos > .lista_ficheros > ul > li span.descripcion {
	color: #333;
	font-size: 13px;
}

.ficheros_adjuntos > .lista_ficheros > ul > li > i {
	font-size: 25px;
	margin-right: 15px;
}


/* MEDIA QUERIES */
@media (max-width: 900px) {

}
@media (max-width: 600px) {

}
@media (max-width: 480px) {

}