/* CSS Document */

body {
	font-family: Arial Narrow;
	font-size:14px;	
	color: #FFFFFF;
	background-color:#000000;
	margin-top:0;
}

.cuerpo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #006600;
	text-decoration: none
}

a:link.cuerpo {color:#0000FF; text-decoration: none}
a:visited.cuerpo {color:#0000FF; text-decoration: none}
a:hover.cuerpo {color:#FFFFFF; background:#336633; text-decoration: none}
a:active.cuerpo {color:#FFFFFF; background:#336633; text-decoration: none}

.enlaces {
	font-family: Arial Narrow;
	font-size:14px;	
	color: #FFFFFF;
	text-decoration: none
}

a:link.enlaces {color:#FFFFFF}
a:visited.enlaces {color:#FFFFFF}
a:hover.enlaces {color:#336633; background:#FFFFFF;}
a:active.enlaces {color:#336633; background:#FFFFFF;}

.terminal {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none
}

a:link.terminal {color: #FFFFFF; text-decoration: none}
a:visited.terminal {color: #FFFFFF; text-decoration: none}
a:hover.terminal {color: #FFFFFF; font-weight: bold;}
a:active.terminal {color: #FFFFFF; font-weight: bold}

.titulo_seccion {
	font-family: Arial Narrow;
	font-size: 24px;	
	color: #336633;
	text-decoration: none
}

.titulo_novas {
	font-family: Arial Narrow;
	font-size: 16px;	
	color: #336633;
	font-weight: bold;
	text-decoration: none
}

.ul {
	list-style-type: square;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size: 13px;	
	color: #006600;
	text-decoration: none
}

.pie {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
