ul.didactica {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.didactica li {
	width: 181px;
	margin-top: 0;
	margin-bottom: 0;
}
ul.didactica li.normal {
	/*background-image: url(img/bg_off.gif);*/
}
ul.didactica li.bgInfantil {
	/*background-image: url(img/bg_off_Primaria.gif);*/
}
ul.didactica li.bgSecundaria{
	/*background-image: url(img/bg_off_Secundaria.gif);*/
}
ul.didactica li.bgPrograma {
	/*background-image: url(img/bg_off_Programa.gif);*/
}


ul.didactica li a {
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	margin: 0px;
	display: block;
	background: no-repeat left center;
	padding: 4px 1px 4px 25px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #d3d3d3;
	background-color:#e2e2e2;
}
ul.didactica li a:hover {
	padding: 4px 1px 4px 28px;
	background-color: #DBDBDB;
	background-position: 3px center;
}
a.default:link {
	background-image: url(img/bg_off.gif);
	font-weight: normal;
	color: #2f2e2c;
	text-decoration: none;
}
a.default:visited {
	background-image: url(img/bg_off.gif);
	font-weight: normal;
	color: #2f2e2c;
	text-decoration: none;
}
a.default:hover {
	background-image: url(img/bg_off.gif);
	font-weight: normal;
	color: #0C0C0B;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(img/bg_on.gif);
}
a.bgPrimaria:link {
	background-image: url(img/bg_off_Primaria.gif);
	font-weight: normal;
	color: #2f2e2c;
	text-decoration: none;
}
a.bgPrimaria:visited {
	background-image: url(img/bg_off_Primaria.gif);
	font-weight: normal;
	color: #2f2e2c;
	text-decoration: none;
}
a.bgPrimaria:hover {
	background-image: url(img/bg_on_Primaria.gif);
	font-weight: normal;
	color: #0C0C0B;
	text-decoration: none;
	background-repeat: no-repeat;
}
a.bgSecundaria:link {
	background-image: url(img/bg_off_Secundaria.gif);
	font-weight: normal;
	color: #2f2e2c;
	text-decoration: none;
	background-repeat: no-repeat;
}
a.bgSecundaria:visited {
	background-image: url(img/bg_off_Secundaria.gif);
	font-weight: normal;
	color: #2f2e2c;
	text-decoration: none;
}
a.bgSecundaria:hover {
	background-image: url(img/bg_on_Secundaria.gif);
	font-weight: normal;
	color: #0C0C0B;
	text-decoration: none;
	background-repeat: no-repeat;
}
a.bgPrograma:link {
	background-image: url(img/bg_off_Programa.gif);
	color: #2f2e2c;
	text-decoration: none;
}
a.bgPrograma:visited {
	background-image: url(img/bg_off_Programa.gif);
	color: #2f2e2c;
	text-decoration: none;
}
a.bgPrograma:hover {
	background-image: url(img/bg_on_Programa.gif);
	color: #0C0C0B;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: normal;
}


div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}

