/* Autor  : Rodolfo Caicedo IV [rodcaicedo@iespana.es]  *//* Sponsor: Metal Ware DeVelopment, Corp. de Panamá     *//* From   : Algoritm Warriors, Inc.                     *//* Para   : Algoritm Warriors                           *//* Para   : Amval Technologies                          *//* Panamá, Rep. de Panamá                               *//* La Chorrera                                          *//* Copyright(c) 1991 - 2002                             *//*                                                      *//* MWD(c), MuscularTools(c), BabyWeb(c), PanamaWeb(c)   *//* Recomendaciones CCS1 del WC3, y parte CSS2 porque    *//* depende de los browsers                              */BODY {	font-family: Arial,Helvetica;		font-size: 11px;		font-weight: medium;		font-style: normal;		cursor: auto ;		color: #000000;		text-transform: none;		text-decoration: none;		text-align: justify;		margin-top: 0px;		margin-bottom: 0px;		margin-left: 0px;		margin-right: 3px;		padding: 0px;		border-top: none;		border-bottom: none;		border-left: none;		border-right: none;		scrollbar-base-color:#99CC99;		scrollbar-arrow-color:#ffffff;}/* margin-left es la parte que empuja el texto a la derecha para *//* se mueve por encima a la derecha del fondo blanco de borde oscuro *//* de fondo, en el elemnto <BODY> de los documentos HTML de este sitio */P {		font-family: Arial;		font-size: 12px;		font-weight: medium;		font-style: normal;		cursor: auto ;		color: #000000;		text-transform: none;		text-decoration: none;		text-align: auto;}TD {		font-family: Arial;		font-size: 12px;		font-weight: medium;		font-style: normal;		cursor: auto ;		color: #000000;		text-transform: none;		text-decoration: none;		text-align: justify;}A {		text-transform: none;/*    	text-decoration: none;*/		font-weight: bold;				color: #0000FF;		}A:LINK {		text-transform: none;		text-decoration: none;		font-weight: bold;				color: #0000FF;				}A:VISITED {		text-transform: none;		text-decoration: none;		font-weight: bold;				color: #0000FF;				}Table {font-family: Arial;		font-size: 11px;		font-weight: medium;		font-style: normal;		cursor: auto ;		text-transform: none;		text-decoration: none;}/**************************//* Sección de encabezados *//* H1, H2, H3, H4, H5, H6 *//* ************************/h1    {font-family: Arial;		font-size: 32px;		font-weight: medium;		font-style: normal;		cursor: "red" ;		color: #000000;		text-transform: none;		text-decoration: none;}h2    {font-family: Arial;		font-size: 22px;		font-weight: medium;		font-style: normal;		cursor: auto ;		color: "red";		text-transform: none;		text-decoration: none;}h3    {font-family: Arial;		font-size: 16px;		font-weight: medium;		font-style: normal;		cursor: auto ;		color: "red";		text-transform: none;		text-decoration: none;}h4    {font-family: Arial;		font-size: 11px;		font-weight: medium;		font-style: normal;		cursor: auto ;		color: "red";		text-transform: none;		text-decoration: none;}h5    {font-family: Arial;		font-size: 9px;		font-weight: medium;		font-style: normal;		cursor: auto ;		text-transform: none;		text-decoration: none;}/**************************//* Fin Sección encabezados*//* H1, H2, H3, H4, H5, H6 *//* ************************/HR		{align: center;}code     { font-size: 81%; font-family: "Lucida Sans Typewriter, Courier New, monospace"; }pre      { font-size: 81%; font-family: "Lucida Sans Typewriter, Courier New, monospace"; }dt       { margin-top: 3pt; }li       { margin-top: 3pt; }/* img      { vertical-align: middle; } *//* Puedo usar identación CSS, pero lo voy a hacer con "sangria.gif" por si me topo *//* con navegadores viejos. Si veo que en el informe de hits, aparecen suficientes  *//* surfers con browsers capaces, lo cambio a mangin-left de CSS... */.indent1 { margin-left: 12pt; }.indent2 { margin-left: 24pt; }.indent3 { margin-left: 36pt; }