BODY {background-image: url(images/gradient.jpg);
	  background-repeat:   repeat-x;
	  background-position: 0% 0%;
	  SCROLLBAR-base-color: #608761;
      SCROLLBAR-FACE-COLOR:#608761;
      SCROLLBAR-HIGHLIGHT-COLOR:#D5EAC4;
      SCROLLBAR-SHADOW-COLOR:#608761;
      SCROLLBAR-3DLIGHT-COLOR:#D5EAC4;
      SCROLLBAR-ARROW-COLOR:#D5EAC4;
      SCROLLBAR-TRACK-COLOR:#D5EAC4;
      SCROLLBAR-DARKSHADOW-COLOR:#608761;
	  }
	  
/*Enlaces Texto*/
A:link {color:#608761;text-decoration: none} 
A:visited {color:#608761;text-decoration: none} 
A:active {color:#608761;text-decoration: none} 
A:hover {color:#6633cc;text-decoration: none} 

/*Body, tablas y titulares*/
body {font-family:Arial;color:#608761;font-size:12} 
td {font-family:Arial;color:#666666;font-size:12} 
td.Titulos {font-family:Arial;color:#FFFFFF;font-size:14} 
td.Titulillos {font-family:Arial;color:#FFFFFF;font-size:12} 


.bignewgray {  font-family: Arial; font-size:11; color: #555555;}
.articulos {  font-family: Arial; font-size:11; color:#608761;}
.lista {
	list-style-position: outside;
	list-style-image: url(images/circulo.gif);
	list-style-type: circle;

}
.digital{ border: 0px; background-color:#D5EAC4; background-position: center; color:#608761; font-size: 11px;}
.botones {
	font-size: 8pt;
	font-family: Arial;
	color: #608761;
	height: 17px;
	border: 1px solid #608761;
	background-color: #D5EAC4; 
  }