	/* CSS Document */

	/* Reseteado navegador */
	h1, h2, h3					{	padding:0px; margin:0px; font-size:1em; font-weight:normal;}
	*							{	margin: 0; padding: 0;}
	body						{	line-height:1.1; background:#FFFFFF; font-family: verdana, helvetica, FreeSans, sans-serif; }
	div 						{	background-color:transparent; }
	img							{	border:none; }
	p							{	padding-top:3px; padding-bottom:3px; }

	/* Ajuste multinavegador 1em = 10px */
	body, html					{	font-size: 62.5%; background-color:transparent; width:100%; height:100%;}
	body						{	font-size: 101%;}
	html>body 					{	font-size: 100%;}
	* + html body				{	font-size: 101%;} /* IE 7 y 8 */
	
	div							{	display:block; background-position:center; background-repeat:no-repeat; }
	a							{	text-decoration:none; outline:none; }
	
	.fulllink					{	width:100%; height:100%; display:block; }

	.fulltrans					{	width:100%; height:100%; display:block; background-image:url(../images/sys/systrans.gif); background-repeat:repeat; }
	
	.mousepointer				{	cursor:pointer; }
	.radius_corners				{
									border-top-left-radius:8px;
									border-top-right-radius:8px;
									border-bottom-left-radius:8px;
									border-bottom-right-radius:8px;																			
								}

	.radius_corners_top			{
									border-top-left-radius:8px;
									border-top-right-radius:8px;
								}
	.radius_corners_bottom		{
									border-bottom-left-radius:8px;
									border-bottom-right-radius:8px;																			
								}

	.small_radius_corners		{
									border-top-left-radius:3px;
									border-top-right-radius:3px;
									border-bottom-left-radius:3px;
									border-bottom-right-radius:3px;																			
								}								
	.boxshadow					{	box-shadow: 3px 2px 11px #000000; }
	.small_boxshadow			{	box-shadow: 1px 1px 3px #000000; }		
	.xclear						{	clear:both; }
	
	select						{	border-color:#CCC; height:27px; }
	.global_select				{	height:27px;  }
	
	.defaultcursor				{	cursor:default; }