.contenedor{
	padding: 15px;
}

body{
	font-size: 24px;
	background: #DDDDDD;
}

.contenedor table{
	font-size: 24px;
}

.contenedor table td{
	padding: 5px;
}

.toggleMore{
	background: url("down-icon.png") no-repeat;
}

.toggleLess{
	background: url("up-icon.png") no-repeat;
}

.toggle {
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: left;
}

#clasificacion h2 {
	cursor: pointer;
}

.clasificacion td {
  border: 1px solid black;
  font-size: 24px;
}

.clasificacion {
  width: 95%;
}

.clasificado {
	background: #9EC0F7;
}