/* CSS Document */
#logos .logoscolor> a> img {
	display: inline-block;
	max-height: 100px;
	max-width: 195px;
	margin: 10px 15px;
}
.temario {
	height: 400px;
	border-radius: 8px;
	padding: 5px 0px;
	border: 1px solid #aaa;
	border-top: 15px solid #aaa;
	overflow-y:  scroll;
	margin: 5px;
}
.subtemario {
	height: 400px;
	border-radius: 8px;
	padding: 5px;
	border: 1px solid #aaa;
	border-top: 15px solid #aaa;
	overflow-y:  scroll;
	margin: 5px;
}
.lista-temas {
	padding:  0px;
	margin-right: -10px;
	margin-left: 15px;
}
.tema-activo::after {
	font-family:'FontAwesome';
	font-weight: bold;
	font-size: 1.5em;
	padding-left:5px;
	content: "\f06e";
	color: #0e7c40;
}
.subtema {
	padding: 0px 10px;
	margin-left: -15px;
	margin-right: -11px;
	line-height: 1.12;
	background-color: #fff;
}
.subtema-activo, .subtema:hover {
	background-color: #0d7d40;
	color: #fff;
}