
/* General Defaults (also applies to Tiny MCE) */	

	* {
		margin:0;
		padding:0;
		border-collapse:collapse;
		border:none;
		font: 100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-size:12px;
	}

/* General Classes (may apply to Tiny MCE depending on mltext_input() function call) */


	.example1 { color:green; font-size:120%; text-transform:uppercase; font-weight:bold; }
	.example2 { text-indent:10px; text-decoration:underline; }
	.example3 { color:#F90; text-decoration:line-through; }
/* Other Styles (does not apply to Tiny MCE) */

.usuarios { background:transparent url('http://antiguo.expografic.es/dev/_gi/logo.gif') no-repeat; text-align:right; height:53px; }

