/* links */
a:link {
  color: #8fd2e0;
  text-decoration: none;
  }
a:visited {
  color: #8fd2e0;
  text-decoration: none;
  }
a:hover {
  color: #ade7f3;
  text-decoration: underline;
  }
a:active {
  color: #ade7f3;
  text-decoration: underline;}
  
/* Parrafo */ 
 td {font-family: "Arial";
 font-size: 13px;
 color:#63644e;
 font-style: normal;
 font-weight: 500;
 line-height: 170%;
 text-align: justify; }
 
 /* Texto Resaltado */ 
 .resaltado {font-family: "Arial";
 font-size: 13px;
 color:#52a500;
 font-style: normal;
 font-weight: 700;
 }
 
  .resaltado2 {font-family: "Arial";
 font-size: 13px;
 color:#58bc0c;
 font-style: normal;
 font-weight: 700;
 }
 
 
   .resaltado3 {font-family: "Arial";
 font-size: 13px;
 color:#025dc6;
 font-style: normal;
 font-weight: 700;
 }
 
 .pie{
font-family: "Arial";
font-style: normal;
color:#8fd2e0;
font-size:11px;
line-height: 127%;
text-align:center;
}

 .pietitulo{
font-family: "Arial";
font-style: normal;
color:#ade7f3;
font-size:11px;
line-height: 127%;
text-align:center;
}

 /* Fondo */
body { background-image: url("imagenes/fondo_azul.jpg");
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed }
}

/* Scrollbar */
body { scrollbar-arrow-color:7a7a64;
scrollbar-base-color: #ffffff;
scrollbar-face-color: #d8d8b7};
scrollbar-highlight-color:#f6f6e4;
scrollbar-shadow-color: #a1a188}
	}