/*
** Hoja de estilos "sisprocat" para browsers compatibles CSS2.
** Copyright por Anibal Mascietti - http://www.anibalrosario.com.ar/
** Licencia: GPL (http://www.gnu.org/copyleft/gpl.html)
**
*/
/* Tamaño de fuente:
** Los browsers no van mas abajo de 9px
** Ver detalles en http://www.w3.org/2003/07/30-font-size
*/
body {
	font: x-small Arial, Helvetica, sans-serif;
	color: black;
	margin: 1em;
	padding: 1em;
	background-color:#FFFFFF;
}
/* links general - como se muestran
*/
a {
    text-decoration: none;
    color: blue;
}
/* lista desordenada 
*/
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
/* lista ordenada
*/
ol { 
	color: black;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
  	font-variant: normal;
  	line-height: 110%;
 }

/* encabezado 1 
*/

h1 { 
	color: black;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
  	font-variant: normal;
  	line-height: 100%;
}
h2 { 
	color: black;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
  	font-variant: normal;
  	line-height: 100%;
}
h3 { 
	color: black;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
  	font-variant: normal;
  	line-height: 110%;
}
/* LNAVBAR:Tabla de navegación izquierda 
*/
  p.Lnavbar { 
	color: black;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
  	font-variant: normal;
  	line-height: 100%; 
 
}
/* LNAVBAR-LINKS 
*/
  p.Lnavbar a {
    text-decoration: none;
    color: black;
}
  p.Lnavbar a:hover {
    color: blue;
    background-color:red;
}
  p.Lnavbar a:active {
    color: white;
    background-color:red;
}
/* HNAVBAR:Tabla de navegación HORIZONTAL 
*/

  p.Hnavbar {
	color:white;
	font-size:60%;
	font-weight: bold;
	text-decoration: none;
}
/* HNAVBAR-LINKS 
*/
  p.Hnavbar a {
	text-decoration: none;
	color:white;
	font-weight: bold;

}

  p.Hnavbar a:hover {
    color: white;
    background-color:blue;
}
  p.Hnavbar a:link {
    color: white}

  p.Hnavbar a:visited {
    color: white
    }





