body {
	margin: 0 0 0 0;
	background-color: #363231;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
h1 {font-size: 14pt;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:center;
}
h2 {font-size:12pt;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:center;
}
h3 {font-size:10pt;
	color: white;
	font-style:normal;
	text-align:center;
}
h4 {font-size:8pt;
	color: white;
	font-style:normal;
	text-align:left;
}
h5 {font-size: 7pt;
	color: white;
	font-style:normal;
	text-align:center;
}
h6 {font-size: 6pt;
	color: white;
	font-style:normal;
	text-align:left;
}

/*table data cell*/
td {
	font-family: Arial, Helvetica, sans-serif;
}

/*Table header cell*/
th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color:yellow;
	text-decoration:underline;
}
a:visited {
	color:green;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color:#552064;
	color:red;
}
a:active {
	color:green;
	text-decoration: none;
}

/*AQUÍ EMPIEZAN LAS CAPAS-DIV*/
/*AQUÍ EMPIEZAN LAS CAPAS-DIV*/
#portada {
	position:absolute;
	top:39px;
	left:0px;
	width:500px;
	height:506px;
	background-image:url(aprender-astronomia-index.jpg);
	background-color: #E9E9E9;
	z-index: 1;
}
#encabezado {
	position:absolute;
	top:3px;
	left:66px;
	width:561px;
	height:65px;
	z-index:2;
}
#derecha {
	position:absolute;
	top:77px;
	left:464px;
	width:515px;
	height:857px;
	z-index:2;
}
#abajo {
	position:absolute;
	top:479px;
	left:268px;
	width:198px;
	height:36px;
	z-index:2;
}
#abajo-2 {
	position: absolute;
	top:489px;
	left:475px;
	width:493px;
	height:48px;
	z-index:2;
}
#abajo-3 {
	position: absolute;
	top:248px;
	left:38px;
	width:127px;
	height:48px;
	z-index:3;
}
/*AQUÍ TERMINAN LAS CAPAS-DIV*/
/*AQUÍ TERMINAN LAS CAPAS-DIV*/
