#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;
}

#cel11 {
	position: absolute;
	background-image: url('logo3.png');
	background-color:  #f4e4cf;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 0px;
}

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

#cel13 {
	position: absolute;
	background-color: #ede7e0;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 410px;
}

#cel14 {
	position: absolute;
	background-color: #dbd5cf;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
}

#cel14:hover {
	background-color: #c2a683;
}

#cel21 {
	position: absolute;
	background-color: #f1dec8;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 0px;
}

#cel22 {
	position: absolute;
	background-color: #ffffff;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 205px;
}

#cel23 {
	position: absolute;
	background-color: #f9dab5;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 410px;
}

#cel23:hover {
	background-color: #f4e4cf;
}

#cel24 {
	position: absolute;
	background-color: #faead8;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
}

#cel31 {
	padding: 0px;
	background-color: #ccaf8b;
	width: 205px;
	height: 220px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#cel31:hover {
	background-color: #faead8;
}

#cel32 {
	position: absolute;
	background-color: #c2a683;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 205px;
}

#cel33 {
	position: absolute;
	background-color: #e6ddd0;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 410px;
}

#cel34 {
	position: absolute;
	background-color: #e5d3be;
	padding: 0px;
	width: 205px;
	height: 220px;
	top: 0px;
	left: 615px;
}

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

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

.titular {
	font-family: 'News Cycle', arial, serif;
	color: #999;
	padding-left: 1em;
	padding-right: 1em;
	letter-spacing: .2em;
	word-spacing: .3em;
	position: relative;
	top: 80px;
	text-align: center;
	font-weight: 100;
}

.contenido1 {
	font-family: 'News Cycle', arial, serif;
	font-weight: 100;
	font-size: 1.4em;
	padding: 1em;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #000;
	position: relative;
	top: 15px;
}

.contenido2 {
	font-family: 'News Cycle', arial, serif;
	font-weight: 100;
	font-size: 1.4em;
	padding: 1em;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #999;
	position: relative;
	top: 15px;
}

.contenido2_2 {
	font-family: 'News Cycle', arial, serif;
	font-weight: 100;
	font-size: 1.3em;
	padding: 1em;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #fff;
	position: relative;
	top: 15px;
}

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

