div#cuadro {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 820px;
	height: 660px;
	padding: 0px;
}

span.fila {
	position: relative;
	width: 820px;
	height: 220px;
	padding: 0px;
	display: block;
}

div.celda {
	display: inline;
	width: 205px;
	height: 220px;
	padding: 0px;
}

div.celdaG {
	display: inline;
	width: 410px;
	height: 440px;
	padding: 0px;
}

div#cel11 {
	position: absolute;
	background-color:  #7e6858;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 0px;
}

div#cel12 {
	position: absolute;
	background: rgb(175,179,169);
	background: rgba(175,179,169,0.6);
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 205px;
}

div#cel13 {
	position: absolute;
	background: #c3ab99;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 410px;
}

div#cel14 {
	position: absolute;
	background: url('celda14.png');
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
	z-index: 10;
}

div#cel14_2 {
	position: absolute;
	background: url('img/celda14_2_actividad.png');
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
}

div#cel21 {
	position: absolute;
	background: #b7baaa;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 0px;
}

div#cel22 {
	position: absolute;
	background: #d5d1bc;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 205px;
}

div#cel23 {
	position: absolute;
	background: #ffffff;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 410px;
}

div#cel24 {
	position: absolute;
	background: #f7f5f2;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
}

div#cel31 {
	position: absolute;
	background: #f0e9d7;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 0px;
}

div#cel32 {
	position: absolute;
	background: url('img/celda32.jpg');
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 205px;
	z-index: 10;
}

div#cel32_2 {
	position: absolute;
	background: url('img/celda32_2_actividad.jpg');
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 205px;
}

div#cel33 {
	position: absolute;
	background: #d9d5bf;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 410px;
}

div#cel34 {
	position: absolute;
	background: #cc9062;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
	z-index: 10;
}

div#cel34_2 {
	position: absolute;
	background: #b6a395;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
}

div#cel41 {
	position: absolute;
	padding: 0px;
	width: 410px;
	height: 25px;
	top: 0px;
	left: 0px;
}

div#cel42 {
	position: absolute;
	padding: 0px;
	width: 410px;
	height: 220px;
	top: 0px;
	left: 410px;
	text-align: right;
}

.contenido1 {
	font-family: 'News Cycle', arial, serif;
	line-height: 1.5em;
	color: #ffffff;
	font-size: 1em;
	letter-spacing: .1em;
	padding-left: 1em;
	padding-right: 1em;
}

.contenido2 {
	font-family: 'News Cycle', arial, serif;
	color: #000;
	line-height: 1.5em;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	letter-spacing: .1em;
}

.contenido3 {
	font-family: 'News Cycle', arial, serif;
	color: #f7f5f2;
	line-height: 1.5em;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	letter-spacing: .1em;
}

li a {display:inline-block;}
li a {display:block;}

