td.datos{/* datos del detalle individual de farmacias */
	color : #003366;
	font-weight : bold;
}
table.detalle{/* detalle individual completo de farmacia */
	font : x-small Tahoma;
	border-collapse: collapse;
	border : thin solid #003366;
	background-color : #CBD0DE;
}
table.datos{ /* grillas */
	font : xx-small Tahoma;
	border-collapse:collapse;
}
table.datosprn{ /* grillas */
	font-family: Verdana;
	border-collapse:collapse;
	font-size: 6pt;
}
table.parametrosprn{/* tabla de parámetros */
	font-family: Verdana; 
	border-collapse:collapse;
	font-size: 7pt;
}

/* aparentemente no usada
td.titulo{
	border : thin solid #00008B;
	font : bold 9px Tahoma;
	color : Black;
} */
a.detalle{/* botón de detalle, de monografía y de instructivos */
	color : #304080;
}

a.titulo{ /* fila de títulos de las grillas */
	font : bold 9px Tahoma;
	color : #ffffff;
}
TD.menu {/* celdas del menú */
	background-color : #546DAD;
	border: thin;
	font-family : Tahoma;
	font : 11px Arial;
}

/* elementos del menú (menu.asp) */

A.menu:LINK{
	color: #d0dddd;
	text-decoration: none;
}
A.menu:VISITED{
	color: #c0cccc;
	text-decoration: none;
}
A.menu:HOVER{
	color: #FFFFFF;
	text-decoration: none;
}
A.menu:ACTIVE{
	color: #505555;
	text-decoration: none;
}

/* fin elementos del menú */

/* no se usa
TABLE.menu {
	background-color : #88A2CC;
	border: thick #000000;
}
*/

BODY.principal {/* cuerpo de principal (con imagen de fondo) */
MARGIN: 0 0 0 0; 
PADDING-TOP: 0;
PADDING-LEFT: 0; 
PADDING-RIGHT: 0; 
PADDING-BOTTOM: 0; 
background-image: url(/gest_net/imagenes/fondo2.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;	
}
BODY.principal2 {/* cuerpo de principal (con imagen de fondo) */
MARGIN: 0 0 0 0; 
PADDING-TOP: 0;
PADDING-LEFT: 0; 
PADDING-RIGHT: 0; 
PADDING-BOTTOM: 0; 
background-image: url(/gest_net/imagenes/logofefara.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;	
}
BODY.principal3 {/* cuerpo de principal (con imagen de fondo) */
MARGIN: 0 0 0 0; 
PADDING-TOP: 0;
PADDING-LEFT: 0; 
PADDING-RIGHT: 0; 
PADDING-BOTTOM: 0; 
background-image: url(/gest_net/imagenes/gestmed-logo.png);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;	
}
SELECT.combo {/* combos de seleccion */
	color: #003366; 
	font-family: Tahoma; 
	font-size: 10;
}
td.seleccion{/* rotulos de seleccion */
	font : x-small Tahoma;
	color : #003366;
}
input.generar{/* botones generar e ingresar. Agregar, eliminar, aceptar, cancelar, buscar y nuevo (fncusu),  */
color: #ffffff;
	font-size : xx-small;
	font-family : Tahoma;
	background-color : #546DAD;
	font : bold;
}
table.consulta{/* tablas de consultas */
	border : thin solid #003366;
}
p.titulo{/* titulos generales*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #666666;
	font-weight : bold;
}
td.totales{/* fila de totales */
	color : #ffffff;
	font-weight : bold;
}

table.parametros{/* tabla de parámetros */
	font : x-small Tahoma, "Courier New", Courier, monospace;
	background-color : #CBD0DE;
	border-collapse:collapse;
}
INPUT.combo {/* textbox de seleccion */
	color: #003366; 
	font-family: Tahoma; 
	font-size: 10;
}
TEXTAREA.combo {/* textbox de seleccion */
	width: 389px;
	color: #003366; 
	font-family: Tahoma; 
	font-size: 10;
}
td.orden{ /* celda seleccionada para el orden */
	background-color: #00519F;
	border-color : #00519F;
}
SELECT.lista { /* listas de funciones habilitadas e inhabilitadas (fncusu) */
	color: #3333aa; 
	font-family: Tahoma; 
	font-size: 10;
	width: 235px;
}
td.sesion{ /* celdas de la fila superior de sesión */
	color: #003366;
	font-size : 10;
	font-family : Tahoma;
	}
input.enviar{/* botones ingresar y finalizar sesión */
	color: #ffffff;
	font-size : xx-small;
	font-family : Tahoma;
	background-color : #546DAD;
	font : bold;
}
input.sesion{ /* campos superiores de usuario y contraseña */
	color: #181D5B;
	font-size : xx-small;
	font-family : Tahoma;
	height: 17px;
	border : 1px solid;
	width : 80px;
}
font.titulo1{ /* colegio de farmaceuticos... */
	font-size: 16px;
}
font.titulo2{ /* 1º circunscripción */
	font-size: 17px;
}
BODY { /* body general para centrar menu */
MARGIN: 0 0 0 0; 
PADDING-TOP: 0;
PADDING-LEFT: 0; 
PADDING-RIGHT: 0; 
PADDING-BOTTOM: 0; 
overflow-y : scroll;
}
HTML { /* html general para centrar menu */
MARGIN: 0 0 0 0; 
PADDING-TOP: 0;
PADDING-LEFT: 0; 
PADDING-RIGHT: 0; 
PADDING-BOTTOM: 0; 
}
