/*	============================================================
	Estilos Comunes
*/

body    { font-family: Tahoma; font-size: 10pt }
p, tr, td
		{color: #000000; font-family: Arial; font-size: 12px}
a, A:link, a:visited, a:active
		{color: #660066; text-decoration: none; font-family: Arial}
A:hover
		{color: #CC00CC; text-decoration: none; font-family: Arial}
ul     	{ margin-top: 1px; margin-bottom: 10px }
form   	{ margin: 5px }
select 	{ font-family: Verdana; font-size: 8pt }
/*
input	{ font-family: Verdana; font-size: 14px }
*/
input	{font-family: Arial; font-size: 14px }
textarea	{ font-size: 14px }

h1		{color: #000000; font-weight: bold; font-family: Arial; font-size: 14px; margin: 0px; padding: 2px}
h2		{color: #000000; font-weight: bold; font-family: Arial; font-size: 13px; margin: 0px; padding: 2px}
h3		{color: #000000; font-weight: bold; font-family: Arial; font-size: 12px; margin: 0px; padding: 2px}
h5      { font-size: 12pt; font-family: Arial; color: #660066; font-weight: bold }
h6      { font-size: 10pt; font-family: Arial; color: #660066; font-weight: bold }

/*	============================================================
	Estilos para tablas
*/
.TabHead
	{ font-family: Tahoma; font-size: 14px; background-color: #FFCCFF; color:#800080; text-align:center}

.TabCell
	{ font-family: Tahoma; font-size: 14px; color:#000000}
/*	============================================================
	Estilos Definidos
*/
.Boton	{ border-style:solid; border-width:2px; font-family: Arial; font-size: 14px; width:150; cursor: hand;
		color:#FFFFFF; background-color:#9900CC }

.Prompt { font-family: Tahoma; font-size: 10pt; background-color: 
        #9900CC; background-repeat: repeat; background-attachment: 
        scroll; text-align: left; color: #FFFFFF; padding: 4px; 
        background-position: 0% 50%;  }
.Datos  { font-family: Tahoma; font-size: 10pt; background-repeat: 
         repeat; background-attachment: scroll; text-align: left; 
         color: #660066; padding: 4px; background-position: 0% 50% }
.Lista
		{border-style:solid; border-width:1px; padding:1px; color: #000000; font-family: Arial; font-size: 12px}