.layer	      {
				      font-family: Verdana, Arial, Helvetica, sans-serif;
				      text-decoration: underline;
				      cursor: hand;
				      font-size: 10pt
				      }
.bordes	      {
				      border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
				      border-style: solid;
				      border-top-width: thin;
				      border-right-width: thin;
				      border-bottom-width: thin;
				      border-left-width: thin
				      }
.bordetabla   {              
              border: 2px solid #ebebcd
              }
.encabezado   {
	            font-family: Tahoma;
	            font-size: xx-small;
	            font-weight:bold;
	            color: #AF8E43;
	            border-bottom: 1px #999933 solid;
	            background-color: #FFFFCC;
	           
              }
.encabezado2  {
	            font-family: Tahoma;
	            font-size: x-small;
	            font-weight:bold;
	            color: #FFFFCC;
					background-image: url('shimbase.png');
	            text-align: center;
              }
.texto        {
              font-family: Tahoma;
              font-size: x-small;
              color: #000000;
              }
              
.titulo        {
              font-family: Tahoma;
	            font-size: x-small;
	            font-weight:bold;
	            color: #AF8E43;
              }              
              
input.texto   {
              font-family: Tahoma;
              font-size: x-small;
              color: #CC9966;
              border:1px #4467B6 solid;
              background-color:#FFFFFF;
              }
input.boton   {
              font-family: Tahoma;
              font-size: x-small;
              color: #FFFFFF;
              font-weight:bold;
              border:1px CC9966 solid;
              background-color: #999933;
              cursor:hand;
              }
select.texto  {
              font-family: Tahoma;
              font-size: x-small;
              color: #CC9966;
              border:2px solid #999933;
              background-color:#FFFFFF;
              }
.BordesCeldas {border: 1px solid cccc99;}
a:hover       {
              font-family: Tahoma;
              color: #333333; text-decoration: underline
              }
a { font-family: Tahoma; color: #666666; text-decoration: none}