table {
	margin:auto;
	background-color: rgb(134,181,215);
	font-size: 1.3em;
}

.encabezado {
	font-style: italic;
	background-color: rgb(74,114,176);
	color:#FFF;
	text-align: center;
}

.izquierda {
	width: 180px;
}

.animales {
	width:850px;
	height:auto;
}

.vegetales {
	height:auto;
}

td {
	border: dashed 1px white;
	padding: 10px;
	height:auto;
}

table ul {
	float:left;
}

table ul li {
	list-style-type: circle;
}

.borRdBx{position:relative;padding:0;border:dashed 1px white;border-radius:0;font-size:1em;background:rgba(134,181,215, 0.1)}
.borRdBx{width:auto;height:auto;}
.borRdBx .cover {border:inherit;top:-5px;left:-1px;width:100%;height:100%;top:0;background:rgb(134,181,215);border-radius:0;cursor:pointer;text-align:center}
/*.cover {width:inherit;height:inherit;}*/
.arrow{position:absolute;top:20%;left:20%;}