#textoCompletoXML{
	 text-align: justify;
}

#textoCompletoXML .ref-list{
	margin: 0 0 0 20px;
	padding: 0;
}

#textoCompletoXML .ref-list li{
	margin: 0 0 10px 0;
	
}

#textoCompletoXML .fn-group{
	margin: 20px 0 0 0;
	border-top: 1px solid #333;
}

#textoCompletoXML .fn-group .fn{
	margin: 10px 0 0 0;
}

#textoCompletoXML .fn .article-label{
	margin: 0 10px 0 0;
}


#textoCompletoXML figure{
	background: #f4f6f9;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
}

#textoCompletoXML figure h4{
	text-align: center !important;
}

#textoCompletoXML figcaption{
	padding: 10px;
}

#textoCompletoXML .xref{
	text-decoration: none;
}

#textoCompletoXML .xref-fn{
	border: 1px solid #f4f6f9;
	padding: 0 2px 0 2px;
}

#textoCompletoXML .xref-bibr{
  background: rgba(11, 157, 217, 0.075);
  color: #1B6685;
  border-bottom: 1px solid rgba(11, 157, 217, 0.4);
  cursor: pointer;
  padding-right: 3px;
  padding-left: 3px;
}

#textoCompletoXML .xref-fig, #full-article .xref-table{
  background: rgba(145, 187, 4, 0.15);
  border-bottom: 1px solid rgba(145, 187, 4, 0.6);
  color: #495A11;
  cursor: pointer;
  padding-right: 3px;
  padding-left: 3px;  
}

#textoCompletoXML .table-wrap  table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  word-break: normal !important;
}

#textoCompletoXML .table-wrap table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

#textoCompletoXML .table-wrap table th,
#textoCompletoXML .table-wrap table td {
  padding: .625em;
  text-align: center;
  word-wrap: break-word;
}

#textoCompletoXML h2, #textoCompletoXML h3, #textoCompletoXML h4 {
	margin: 40px 0 20px !important;
	display: block !important;
	text-align: left !important;
}

.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
}

.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	box-shadow: 0 0 7px black;
	width: 300px;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}
