#panel-inferior{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	font-size: 26px;
	width: 100%;
	max-width: 800px;
	padding: 10px;
	top:50px;
}

p{
	text-indent: 1em;
	text-align: justify;
}

table{
	border-radius: 15px;
	border: rgba(20,25,115,0.5) solid;
	margin-left: auto;
	margin-right: auto;
	padding:1em;
}

thead{
}

th{
	border-radius: 15px;
	
	background: rgba(20,25,115,0.5);
	color: white;
}

tbody tr:hover{
	background: rgba(255,190,0, 0.5);
	border: rgba(255,190,0, 0.5) solid 2px;
}

img.principal{
	display:block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	border: inset 5px rgba(0,0,0,0.2);
}

summary{
	cursor: pointer;
}

details > :not(summary){
	padding-left: 1em;
}

ul, ol{
	text-align: justify;
}

li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

