/* links */
a:link {
  color: #454545;
  text-decoration: none;
  }
a:visited {
  color: #454545;
  text-decoration: none;
  }
a:hover {
  color: #d00000;
  text-decoration: none;
  }
a:active {
  color: #d00000;
  text-decoration: none;}
  
 
/* Parrafo */ 
 td {font-family: "Arial";
 font-size: 13px;
 color:#585858;
 font-style: normal;
 font-weight: 100;
 line-height: 140%;
 text-align: justify; }

/* Fondo Fijo */
body { background-image: url("imagenes/fonfo.gif");
background-position: center:
background-repeat: no-repeat;
background-attachment: fixed }
}

/* Scrollbar */
body { scrollbar-arrow-color:ffcd62;
scrollbar-base-color: #c0c0c0;
scrollbar-face-color: #8a8a8a};
scrollbar-highlight-color:#bfbfbf;
scrollbar-shadow-color: #666666}
	}
	
/* Bold */
b {
font-family: "Arial";
font-style: normal;
font-size:13px;
color:#585858;
font-weight: 700;
}


 /* Pie */ 
.pie{
font-family: "Arial";
font-style: normal;
color:#585858;
font-size:8px;
text-align:center;
}
