.oculto
{
	display:none;
}
.mouse:hover
{
	cursor: pointer;
}
.barra_vertical
{
	overflow-x: hidden;
	overflow-y: visible;
}
.barra_horizontal
{
	overflow-y: hidden; 
	overflow-x: visible;
}
.barra_todo
{
	overflow: auto;
}
.oculto
{
	display:none;
}
th, td{
	padding: 5px 10px;
}
table, th, td {
  border: 1px solid;
}
#tablaresultados tr th {
	background: rgb(239 68 68);
	color: white;
}
#tablaresultados tr:nth-child(odd){ background: rgba(0, 0, 0, .02); } /* color claro para las filas impares */
#tablaresultados tr:nth-child(even){ background: rgba(0, 0, 0, .1); }
#tablaresultados tr:hover{ 	background: rgba(0,0,0,.08); }