/* CSS Document */

@charset "utf-8";

/*----------------------------------------------------------------------------------------------------
	CSS para todos los navegadores
----------------------------------------------------------------------------------------------------*/
* { 
	margin: 		0; 
	padding: 		0; 
	border: 		none; 
}
body, input, select, textarea { 
	font-family:	Verdana, Helvetica, sans-serif; 
	font-size:		10px;
	line-height:12px; 
}
a { 
	text-decoration:	none;
}
a img, img { 
	border:				0px; 
	text-decoration:	none;
}
li { 
	list-style:		none; 
}
div.clear { 
	clear:			both; 
}

/*----------------------------------------------------------------------------------------------------
	CSS generales
----------------------------------------------------------------------------------------------------*/
body { 
	background-color:#ffffff;
	color:			#000000;
	text-align:		center;
	padding-top:	0px;
}
