/*CSS General*/
body {
	font-family: "Tahoma";
}

.Title {
	color:#FFFFFF; font-weight:normal;
}

h2 {
	font-size:16px; color:#333333; font-weight:bold;
}

a {
	color:#28166f; font-weight:bold; text-decoration:none;
}
a:active {
	color:#28166f; font-weight:bold; text-decoration:underline;
}

a:visited {
	color:#000000; font-weight:bold; text-decoration:none;
}

a:hover {
	color:#000000; font-weight:bold; text-decoration:underline;
}
/*Clases*/
/*Contenido normal*/
.textSmall {
	font-size:13px; color:#333333;
}

.textCopyright {
	font-size:12px; color:#FFFFFF;
}
/*Este estilo es solo para el menu de secciones*/
a.menu:link {
	color:#ffffff; font-weight:normal; text-decoration:none;
}
a.menu:hover {
	text-decoration:none;
}
a.menu:visited {
	color:#FFFFFF; font-weight:normal;
}
.menuBar:hover {
	background-image:url(/assets/img/menu_hover.png); background-position:center;  background-repeat:no-repeat;
}
.menuBar { color:#FFFFFF;
}