@charset "utf-8";
/* CSS Document */

body {
	font-family: Calibri, Verdana;
	font-size: 12px;
	color:#000;

	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

tr, td, select, input, textarea {
	font-family: Calibri, Verdana;
	font-size: 12px;
	color:#000;
}

a:link {
	text-decoration: none;
	color:#00F;
}
a:visited {
	text-decoration: none;
	color:#00F;
}
a:hover {
	text-decoration: underline;
	color:#00F;
}
a:active {
	text-decoration: none;
	color:#00F;
}

.CSS_TablaClientes {
	font-size:12px;
}