/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*   Archivo:     lib/jc.css                               */
/*   Descripcion: Código comun para encabezados y menues   */
/*                para páginas de JC Consultores           */
/*   Autor:       José A. Cortina - jcortina@jc.com.mx     */
/*   Modificado:  04.07.2001                               */
/*   Notas:       Utiliza css                              */
/*   Parametros:  Requiere el URL de la pagina para        */
/*                determinar el titulo y modfica el menu   */
/*                acorde (no muestra la opcion actual)     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

BODY		{background: #FFFFFF;
		 background-image: url(/imagenes/nubes_fondo.jpg);
		 margin: 2px 2px;
		 font-family: Arial, sans-serif;
		 font-size: 10pt;
		}

A:link		{color: #0000FF;
		 text-decoration: none;
		}

A:visited	{color: #6666FF;
		 text-decoration: none;
		}

A:active	{color: #000066;
		 text-decoration: underline;
		}

A:hover		{color: #0000FF;
		 text-decoration: underline;
		}

P		{margin: 5px, 15px;
		 text-align: justify;
		 font-size: 10pt;
		}

P.right		{margin: 5px, 0px;
		 text-align: right;
		}

P.centered	{margin: 5px, 0px;
		 text-align: center;
		}

P.menu		{text-align: center;
		 margin: 3px, 0px;
		 padding: 0px;
		}

P.news		{margin: 2px;
		 padding: 0px;
		 font-size: 8pt;
		}

#news_date	{color: #FF6633;
		 font-size: 8pt;
		 text-align: left;
		 margin: 0px;
		 padding: 0px;
		}

P.pie_foto	{font-size: 8pt;
		 text-align: center;
		 margin: 0px;
		 padding: 0px;
		}

H1		{font-size: 14pt;
		 font-weight: bold;
		 color: #00296B;
		}

H2		{font-size: 12pt;
		 font-weight: bold;
		 color: #00296B;
		}

LI		{text-align: justify;
		 font-size: 10pt;
		}

.menu		{background-color: #003366;
		}

.encabezado	{background-color: #003366;
		 text-align: center;
		 font-size: 10pt;
		 font-weight: bold;
		 color: #FFFFFF;
		}

.encabezado2	{background-color: #003366;
		 text-align: left;
		 font-size: 10pt;
		 color: #FFFFFF;
		}

.resaltado_izq	{background-color: #CCCCCC;
		 font-size: 10pt;
		 text-align: left;
		}

.resaltado_ctr	{background-color: #CCCCCC;
		 font-size: 10pt;
		 text-align: center;
		}

.transp_jus	{font-size: 10pt;
		 text-align: justify;
		}

.transp_izq	{font-size: 10pt;
		 text-align: left;
		}

.transp_der	{font-size: 10pt;
		 text-align: right;
		}

.transp_ctr	{font-size: 10pt;
		 text-align: center;
		}

.normal_izq	{background-color: #FFFFFF;
		 font-size: 10pt;
		 text-align: left;
		}

.normal_der	{background-color: #FFFFFF;
		 font-size: 10pt;
		 text-align: right;
		}

.normal_ctr	{background-color: #FFFFFF;
		 font-size: 10pt;
		 text-align: center;
		}

.nota_normal	{font-size: 8pt;
		 font-style: italic;
		}

.nota		{font-size: 8pt;
		}

.error		{color: red;
		 font-weight: bold;
		}

#copyright	{font-style: italic;
		 font-size: 8pt;
		 text-align: center;
		 margin: 0px;
		 padding: 0px;
		}

#webmaster	{font-style: italic;
		 font-size: 8pt;
		 text-align: center;
		 margin: 0px;
		 padding: 0px;
		}
