/* Default CSS Stylesheet for a new Web Application project */


		
.cssDireccion	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.6em;
	font-weight: bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing: normal;
	text-transform:	none;
	}	
	
.cssContenido	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	.6em;
	font-weight: bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing: normal;
	text-transform:	none;
	}
		
