body 			{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000;}

h1              {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold}
h2              {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
a:link          {font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; color: #00F}
a:visited       {font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; color: #00F}
a:hover         {font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline; color: #F00}

form            {font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
input           {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
input.textfield {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000; background-color: #FFF}
select          {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000; background-color: #FFF}
textarea        {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000; background-color: #FFF}


.error			{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: red;}


table			{border-top: none; border-right: none; border-left: none; border-bottom: none;}
tr				{vertical-align: top; text-align: left;}
th              {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; background-color: #DDE}
td              {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

table.insert			{border-top: none; border-right: none; border-left: none; border-bottom: none; background-color: #DDE}
table.insert tr 		{vertical-align: top;}
table.insert th         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; background-color: #DDE}
table.insert td         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #DDE}

table.detalles			{border-top: none; border-right: none; border-left: none; border-bottom: none; background-color: #DDE}
table.detalles tr 		{vertical-align: top;}
table.detalles th         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; background-color: #DDE}
table.detalles td         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #DDE}

table.search			{border-top: none; border-right: none; border-left: none; border-bottom: none; background-color: #AAA}
table.search tr 		{vertical-align: top;}
table.search th         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; background-color: #999}
table.search td         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #AAA}

table.actualizar			{border-top: none; border-right: none; border-left: none; border-bottom: none; background-color: #DDE}
table.actualizar tr 		{vertical-align: top;}
table.actualizar th         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; background-color: #DDE}
table.actualizar td         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #DDE}

table.results			{border-top: none; border-right: none; border-left: none; border-bottom: none;; background-color: #AAA}
table.results tr 		{vertical-align: top;}
table.results tr:hover 	{vertical-align: top;background-color: #999;}
table.results th         {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; background-color: #999}
table.results td         {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}


