.temas {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border:#bbb thin solid;
	border-bottom:#bbb 4px solid;
	background-color:#fff;
	padding:7px;
	margin-right:7px;
	margin-bottom:14px;
}

.subtitulo {
	font-size:15px;
	font-weight:600;
	line-height:2;
	display:block;
	width:140px;
	border-bottom:#AD0049 thin solid;
}

.col-12 h5 {
	font-size:1rem;
	font-weight:600;
	color:#666;
}

.col-12 h5:hover {
	color:#1F7CE6;
}

.nivel {
	height:auto;
}

.nivel ul {
	list-style:none; 
}

.nivel li {
	display:block;
}

.nivel li a {
	font-size:15px;
	font-weight:500;
	color: #444;
	line-height:1.7;
}

.nivel li a:hover	{
	color:#1F7CE6;
}

.sobre hr {
	border-bottom:#fc6 6px solid;
	border-top:#EFFAFC thin solid;
	margin: 21px auto;
}

@media screen and (max-width: 960px) {
.bordbanner {
	display:none;
}
}

@media screen and (max-width: 660px) {
#cajon {
	width:480px;
}

.cajapie li	a{
	font-size:0.8rem;
	line-height:0.9rem;
}

.dos {
	display:none;
}
}

@media screen and (max-width: 480px) {

.temas {
	border:none;
	border-bottom:#99B000 2px solid;
}

.subtitulo {


}


#cajon, .cajapie {
	display:none;
}

.temas .col-4 {
	width:48%;
}
#bannerpie { 
	padding-bottom:0;
}


}
