/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	none;
	font-size: xx-small ;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-size: xx-small ;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	font-size: xx-small ;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	font-size: xx-small ;
	color:	#3333cc;
	}
	
.menu
{
	list-style-position: outside;
	font-size: 10px;
	text-transform: capitalize;
	color: black;
	font-family: Verdana;
	list-style-type: disc;
}
a.menu_v:hover
{
	color: white;
	background-color: dimgray;
}
a.menu_v:link
{
	color: back;
}
a.menu_h:hover
{
	color: black;
    text-decoration:underline;
}
.Noticia_Titulo1
{
    text-decoration:underline;
}
