@charset "utf-8";
/* CSS Document */

body {
	font-family: Calibri, Verdana;
	font-size: 9px;
	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: 9px;
	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:9px;
}

.EstiloBotonForm {
   border: outset 1px rgba(110,110,110,1);
   border-radius: 5px;
   padding: 2px;
   box-shadow: 5px 5px 10px 0 #000000;
   background-color: darkolivegreen;
   color: whitesmoke;
}

