body {
	background: #FFFFFF;
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.7em;
}
body h1{
	font-size: 1em;
}
body h2 {
	font-size: 0.95em;
}
body ul, body ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
body a:link, body a:visited {
	color: black;
	text-decoration: none;
	background: #E0E0E0;
}
body a:hover {
	text-decoration: none;
	color: #E0E0E0;
	background: black;
}
body p {
	margin: 10px 5px;
}
body img {
	border: none;
}
#cabeza {
	width: 98%;
	background: white url('recursos/iconos/bajo_linea.gif') bottom left repeat-x;
	margin: -15px 0 0 0;
	position: fixed;
	padding: 15px 0 0 10px;
	z-index: 2;
}
#titulos {
	margin-right: 30px;
}
#instrucciones li {
	margin: 3px 5px 0 0;
	display: inline;
}
.inst_texto:hover {
	background-color: black;
}
#idiomas {
	font-size: 0.7em;
	font-weight: bold;
	float: right;
	margin: 0 30px 0 0;
}
.link_js {
	background-color: #E0E0E0;
	cursor: pointer;
}
.link_js:hover {
	color: #E0E0E0;
	background-color: black;
}

#contenido {
	width: auto;
	z-index: 1;
	position: absolute;
	margin: 60px auto 0 auto;
}
#cuadricula {
	margin-top: 30px;
}
#presentacion {
	width: 352px;
	height: 100px;
}
.cuadro {
	display: inline;
	font-size: 0.9em;
	float: left;
	padding: 0;
	width: 100px;
	height: 100px;
	border: 3px black solid;
	margin: 10px;
}
.cuadro_narrativa {
	display: inline;
	background: white url('recursos/iconos/narrativa_gde.gif') top left no-repeat;
	font-size: 0.9em;
	float: left;
	padding: 0;
	width: 100px;
	height: 100px;
	border: 3px black solid;
	margin: 10px;
	cursor: pointer;
}
.narrativa:hover {
	text-decoration: underline;
}
.cuadro_codigo {
	display: inline;
	background: none;
	font-size: 0.9em;
	float: left;
	padding: 0;
	width: 100px;
	height: 100px;
	border: 3px black solid;
	margin: 10px;
}
.cuadro_foto {
	display: inline;
	cursor: pointer;
	background: none;
	font-size: 0.9em;
	float: left;
	padding: 0;
	width: 100px;
	height: 100px;
	border: 3px black solid;
	margin: 10px;
}
.cuadro_narrativa a:link, .cuadro_narrativa a:visited, .cuadro_narrativa a:hover, .cuadro_codigo a:link, .cuadro_codigo a:visited, .cuadro_codigo a:hover, .cuadro_foto a:link, .cuadro_foto a:hover, .cuadro_narrativa a:visited {
	background: none;
	border: none;
	text-decoration: none;
}
.narrativa_texto {
	display: none;
	width: auto;
	height: 300px;
	font-size: 1.2em;
	overflow: auto;
}