.content {
	padding: 2rem 3rem 1.5rem;
}

.cursor{
	cursor: pointer;
}

.accordion-body{
	background-color: #f7f7f7;
}

.hr-silver{
	background-color: silver;
}

.enlace-subnivel{
	text-decoration: none;
}

.required:after {
    content:"* ";
    color:red;
}

.breadcrumb-item a{
	text-decoration:none;
	color: #444;
}

#titlebar{
	display: none !important;
}

.fa-xs {
	font-size: .75em !important;
}

.enlace-no-style, .enlace-no-style:hover{
	color: black;
	text-decoration: none;
}

.enlace_tabla a{
	text-decoration: none;
}