/* links */
a:link {
  color: #3e6187;
  text-decoration: none;
  }
a:visited {
  color: #3e6187;
  text-decoration: none;
  }
a:hover {
  color: #2697b9;
  text-decoration: underline;
  }
a:active {
  color: #2697b9;
  text-decoration: underline;}
  
/* Parrafo */ 
 td {font-family: "Arial";
 font-size: 13px;
 color:#3D6184;
 font-style: normal
 font-weight: 500;
 line-height: 145%;
 text-align: justify; }
 
  .pie{
font-family: "Arial";
font-style: normal;
color:#3D6184;
font-size:11px;
line-height: 127%;
text-align:center;
}
 
 /* Texto Resaltado */ 
 .resaltado {font-family: "Arial";
 font-size: 13px;
 color:#c4842a;
 font-style: normal;
 font-weight: 700;
 }
 
  .subtitulo {font-family: "Arial";
 font-size: 15px;
 color:#c4842a;
 font-style: normal;
 font-weight: 700;
 }
 
 
 .pielinks {font-family: "Arial";
 font-size: 13px;
 color:#868462;
 font-style: normal
 font-weight: 500;
 line-height: 145%;
 text-align: center; }
 
 .pie{
font-family: "Arial";
font-style: normal;
color:#868462;
font-size:11px;
line-height: 127%;
text-align:center;
}

 /* Fondo */
body { background-image: url("imagenes/fondo.gif");
background-position: top center;
}

/* Scrollbar */
body { scrollbar-arrow-color:1c466e;
scrollbar-base-color: #ffffff;
scrollbar-face-color: #bbccdc};
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color: #1c466e}
	}



