@import url("global.css");
body {
	background-color: #99c;
}
h2 {
	color: #99c;
}
h3 {
	background: #99c;
}
h4 {
	color: #99c;
}
.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #99C;
}
.subtitulo {
	font-size: 11px;
	color: white;
}
td.columna {
	background-color: #eef;
	color: #ccc;
	width: 110px;
	text-align: center;
	vertical-align: top;
}
.destacado {
	font-size: 14px;
	color: #666;
	font-style: italic;
}
.menusecciones {
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.menusubsecciones {
	font-size: .9em;
	color: white;
}
a:link {
	color: #336;
	text-decoration: none;
}
a:visited {
	color: #9097C1;
	text-decoration: none;
}
a:hover {
	color: #9097C1;
	text-decoration: underline;
}
a:active {
	color: #033;
	text-decoration: underline;
}
#menu a:visited {
	color: #eef;
	text-decoration: none;
}
#menu a:hover {
	color: #eef;
	text-decoration: none;
}
#menu a:active {
	color: #eef;
	text-decoration: none;
}

