body {
	cursor: default;
	}
u {
	cursor: pointer;
	text-decoration: none;
	background-color: #dedede;
	color: black !important;
	}
p, h5 {
	color: black !important;
	}
.modal.modal-fullscreen {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	border-radius: 0 !important;
	}
.modal.modal-fullscreen .modal-content {
	height: calc(100% - 56px);
	overflow-y: auto;
	}
#core-contenido-principal ul li {
	list-style-type: disc !important;
	list-style-position: inside !important;
	padding-left: 40px !important;
	margin: 1em 0 !important;
	color: black !important;
	text-indent: 0 !important;
	display: list-item !important;
	}
.imagen_conSombra {
	border: solid 2px white;
	box-shadow: 0px 0px 10px #333;
	border-radius: 10px;
	margin: 0px 0px 20px 0px;
	background-size: cover;
	background-position: center;
	}
.btn-subir {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background: darkGreen;
	color: white;
	font-size: 24px;
	cursor: pointer;
	display: none; /* Se oculta hasta que el usuario haga scroll */
	align-items: center;
	justify-content: center;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	}
.btn-subir:hover {
	background: green;
	}
