body{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: White;
	background-color: Black;
}
a, a:active,  a:focus, a:link, a:visited {
	text-decoration: none;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: Yellow;
	font: bold;
}
a:hover{
	text-decoration: underline;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: Yellow;
	font: bold;
}
.supertabla{
	border: 1px solid White;
}
.tablatexto{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: White;
}
.cotizacion{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: White;
	border: 1px solid #FFA500;
}
input,textarea,select{
	border: 1px solid Black;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: Black;
	background-color: White;
}
.noborder{
	border: 0px;
	background: transparent;
}
.tablaprod{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: white;
}
.tablanot{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: White;
}
.popup{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: White;
	border: 1px solid #006400;
	background-color: White;
}