/*-------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	maxHeight:100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body::-webkit-scrollbar {
	display: none;
}

/*-------------------------*/
img.funciones{
  /*border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;*/
  /*height: 25px;*/
}

/*-------------------------*/
#funciones {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  //width: 100%;
}

#funciones td, #funciones th {
  border: 0px solid #ddd;
  padding: 4px;
}
#funciones td.icono {
	text-align: center;
}

#funciones tr:nth-child(even){background-color: #f2f2f2;}

#funciones tr:hover {background-color: #ddd;}

#funciones th {
  padding: 4px 4px;
  text-align: center;
  background-color: #ccc;
  color: #444;
}
/*----------------------------*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*----------------------------*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: auto;
  margin: 8px 0px;
  text-align: center;
  font-family: arial;
}

.title {
padding: 2px 12px;
margin:0px;
  color: grey;
  font-size: 14px;
  text-align: left;
  background-color: lightgray;
}
.linkDesc{
padding: 8px;
margin:0px;
text-align: left;
font-size: 12px;
//background-color: lightgray;
}

a.ref {
  border: none;
  outline: 0;
  display: block;
  padding: 2px;
  color: white;
  background-color: #aaa;
  text-align: center;
  cursor: pointer;
  width: 10%;
  font-size: 14px;
  float: right;
}

button:hover, a:hover {
  opacity: 0.7;
}

ul{
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
}