/* CSS overstyle tumirada */
#menu{
	font-family: Arial;
	font-size: 0.80 em;
	color:#99CC00;
	font-weight: Bold;
}

#registro {		
	background-color: #99cc00;
	font-family: Helvetica;	
	font-size: 0.80 em;
	color: #000000;
}
#registro tr {		
	background-color: #99cc00;
	font-family: Helvetica;	
	font-size: 0.70 em;
	color: #000000;
}
#noticia_resumen1 {		
	BACKGROUND-COLOR: #99cc00;
}
#texto_resumen1   {
	font-family: Helvetica;
	font-size: 0.68 em;
	color: #ffffff;
}
#noticia_resumen2 {		
	BACKGROUND-COLOR: #99cc00;
}
#texto_resumen2   {
	font-family: Helvetica;
	font-size: 0.68 em;
	color: #ffffff;
}
#buttom   {
	font-family: Arial;
	font-size: 0.80 em;
	color: #ffffff;
    BACKGROUND-COLOR: #000000;
	aling: right;
}
#contenedor{
	font-family: Arial;	
	font-size: 0.98em;		
	color: #000000;
	padding: 0px 15px 0px 5px;
	align: justify;
}
#contenedor td{
	font-family: Arial;	
	font-size: 0.68em;		
	color: #828080;
	padding: 0px 0px 0px 0px;
	align: justify;
}



/* CSS menu */
ul="nav"{
  text-color:#99CC00;
  padding: 0px;
  margin: 0px;
  list-style: none;
 }
li {
  text-color:#99CC00;
  float: left;
  position: relative;
  width: 5em;
  padding: 1px 29px -8px 1px;
  margin: 0;
  text-decoration:none;
  background: #fff;
}
li ul {
  display: none;
  position: absolute; 
  top: 1.3em;
  left: -40px; 
  background: #fff;
 }
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul{ 
	display: inline; 
}
li a:hover {	
	color:#000000;	
	text-color:#000000;
	text-decoration:none;
}
li a:link {	
	color:#99CC00;	
	text-color:#99CC00;
	text-decoration:none;
}
li a:visited {	
	color:#99CC00;	
	text-color:#99CC00;
	text-decoration:none;
}
a:hover {	
	color:#000000;	
	text-color:#000000;
	text-decoration:none;
}
a:link {	
	color:#000000;	
	text-color:#99CC00;
	text-decoration:none;
}
a:visited {	
	color:#99CC00;	
	text-color:#99CC00;
	text-decoration:none;
}
