body {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
	
	background: #000;
}


.titulo_grande {
	font-family: Arial, Verdana;
	font-size: 38px;
	color: #2E3192;
	text-decoration: none;
}

.menu {
	font-size: 10px;
	color: #fff;
}

.menu a:link,
.menu a:visited,
.menu a:active {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

.menu ul { list-style: none; padding:0; padding-left: 20px;}

.menu span  {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.enlaces {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.enlaces  a:link,  
.enlaces  a:visited,  
.enlaces  a:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.enlaces  a:hover  {
	font-size: 12px;
	color: #000;
	text-decoration: underline;	
}

.enlaces p span a:link,  
.enlaces p span a:visited,  
.enlaces p span a:active {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.enlaces p span a:hover  {
	font-size: 11px;
	color: #000;
	text-decoration: underline;	
}


.descripcion {
	font-size: 12px;
	color: #000;
}


a.rt_link:link,
a.rt_link:visited,
a.rt_link:active {
	color: #ffffff;
	background: #2e319a;
	text-decoration: none;
}

a.rt_link:hover {
	color: #fef200;
	background: #2e319a;
	text-decoration: none;
}