@charset "UTF-8";
.nia {
	background-image: url(imagenes/ftot.jpg);
	background-repeat: repeat-x;
}
.n1 {
	background-attachment: scroll;
	background-image: url(imagenes/nubescentral.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.verde {
	background-image: url(imagenes/educacion.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.nia2 {
	background-image: url(imagenes/ftot2.jpg);
	background-repeat: repeat-x;
}
a.nav:link {
	color: #FF00FF;
	text-decoration: underline;
	font-size: medium;
}
a.nav:visited {
	color: #FF00FF;
	text-decoration: none;
	font-size: medium;
}
a.nav:hover {
	color: #FF00FF;
	text-decoration: underline;
	font-size: medium;
}
a.nav:active {
	color: #FF4E9F;
	font-size: medium;
}
a.nav2:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}
a.nav2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
a.nav2:hover {
	color: #FF00FF;
	text-decoration: underline;
	font-size: small;
}
a.nav2:active {
	color: #FF4E9F;
	font-size: small;
}
