table {	
	margin-left: 10px;
	margin-top: 80px;
	background-color: rgb(134,181,215);
	font-size: 2em;
}

.encabezado {
	width: 230px;
	background-color: rgb(74,114,176);
	color:#FFF;
	padding: 10px 20px;
	text-align:center;
}
.encabezado td{
	padding: 20px;
}


.izquierda {
	width: 300px;
	text-align: center;
}

.animales {
	width:850px;
	height:auto;
}

.vegetales {
	height:auto;
}

td {
	border: dashed 1px white;	
	height:auto;
	width: 200px;
}

table ul {
	float:left;
}

table ul li {
	list-style-type: circle;
}

.input {
	padding:0;
}

.input input {
	text-align: center;
	border:0;
	height: 100%;
	margin:0;
	padding: 8px 6px;
	margin-left: 2px;
}

.cienti {
	/*position: absolute;*/
	transform: scaleX(-1);
	margin-top: -450px;
	margin-left: 960px;
}