@charset "UTF-8";
/* CSS Document */


*{
	margin: 0px;
	padding: 0px;
}

#navegacion a {
	text-decoration: none;
}

ul.listadonivel0, ul.listadonivel0 ul {
	list-style-type: none;
}
ul.listadonivel0 {
	position: absolute;
	top: 224px;
	left: 1px;
	width: 141px;
}
li{
	float: left;
}

ul.listadonivel1 {
	position: absolute;
	top: 108px;
	width: 147px;
	display: block;
	left: -3px;
	height: 55px;
}
.itemnivel0 a {
	float: left;	
	height: 17px;
	width: 22px;
	text-align: center;
	padding-top: 5px;
	color: #1f0d85;
	font-size: 15px;
}
.itemnivel1 a {
	float: left;
	color: white;
}

.listadonivel2 li a {
	width: 31px;
}
ul.listadonivel2 {
	position: absolute;
	top: 115px;
	width: 148px;
	display: block;
	left: 0;
}
.itemnivel2 a {
	float: left;
}

#navegacion {
	width: 130px;
	display: block;
	height: 46px;
}

#unidades {
	position: absolute;
	top: 185px;
	left: -1px;
	color: #FFF;
	background-image: url(../imagenes/unidades_04.png);
	height: 38px;
	width: 124px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-top: 2px;
	font-size: 14px;
}

a img {
	border-style: none;
}

#actividades {
	position: absolute;
	top: 325px;
	left: 0;
	color: #FFF;
	background-image: url(../imagenes/unidades_10.jpg);
	height: 21px;
	width: 92px;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}
#temas {
	position: absolute;
	top: 226px;
	left: 0;
	color: #FFF;
	background-image: url(../imagenes/unidades_07.jpg);
	height: 17px;
	width: 82px;
	font-size: 12px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-top: 4px;
}
#titunidades {
	position: absolute;
	top: 304px;
	left: 5px;
	color:#000000;
	width: 136px;
	font-size: 14px;
}

#titactividades {
	position: absolute;
	top: 397px;
	left: 5px;
	color: white;
	font-size: 12px;
	width: 141px;
	display: none;
}
#tittemas {
	position: absolute;
	top: 327px;
	left: 7px;
	color: green;
	width: 136px;
	font-size: 12px;
}

#top {
	position: absolute;
	left: 350px;
	top: 17px;
}
#flechas {
	position: absolute;
	right: 29px;
	bottom: -3px;
}
