body {
  scrollbar-arrow-color:#749777;
  scrollbar-track-color:#d3eed5;
  scrollbar-shadow-color:#749777;
  scrollbar-face-color:#749777;
  scrollbar-highlight-color:#749777;
  scrollbar-darkshadow-color:#749777;
  scrollbar-3dlight-color:#749777;
  scrollbar-base-color:#749777;
  }
  
  html {
  scrollbar-base-color:#FF9900;
  
   scrollbar-arrow-color:#ffffff;
  scrollbar-track-color:#d3eed5;
  scrollbar-shadow-color:#749777;
  scrollbar-face-color:#749777;
  scrollbar-highlight-color:#749777;
  scrollbar-darkshadow-color:#749777;
  scrollbar-3dlight-color:#e4f3e5;
  scrollbar-base-color:#749777;
  }




a
{
    text-decoration:none;	
}
	
.MenuPie 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.MenuPie
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
    text-decoration:none;
}

img 
{
	border: 0px; 
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}


input.boton {
	font: bold 84% Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #fed;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
	font-weight: lighter;
	font-variant: small-caps;
	margin: 6px;
}

input.boton:hover { 
	border-color: #c63 #930 #930 #c63; 
  	text-decoration:none;
 	font-weight:lighter;
	font-variant:small-caps;
 	margin:6px;
}

.botonEnviar { 	
	  font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: x-small;
	  background-color:#fed; 
	  border:1px solid; 
	  border-color: #696 #363 #363 #696;   
	  font-weight:lighter;	  
 	  margin:6px;	  
}

.botonEnviar:hover { 
 	background-color:#E6EFC2;
   border:1px solid #C6D880;
   color:#529214;
  	text-decoration:none;
 	font-weight:lighter;	
 	margin:6px;
}

.botonCancelar { 	
	  font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: x-small;
	  background-color:#fed; 
	  border:1px solid; 
	  border-color: #696 #363 #363 #696;   
	  font-weight:lighter;	  
 	  margin:6px;	  
}

.botonCancelar:hover { 
	 background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
  	 text-decoration:none;
 	 font-weight:lighter;	
 	 margin:6px;
}


/*         BOTONES                          */
button:hover, .buttons a:hover, .boton.hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: silver;
}


/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active, boton{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*   FIN	      BOTONES                          */

/* ESTILO TABLAS */
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 480px;
	color:#669;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #f2eec5 url('images/gradhead.png') repeat-x;
	border-top: 2px solid #fffdd3;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #feffe8 url('images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #fffce8;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #fcfdd0 url('images/gradhover.png') repeat-x;
	color: #339;
}
/* FIN ESTILO TABLAS */

