body {background: url(../images/fondo.jpg) fixed;}
p  {font-family: Arial, Helvetica, sans-serif;}
h1 {font-family: "Comic Sans Ms";}
h2 {font-family: "Comic Sans Ms";}
h3 {text-decoration: underline;}
hr {width: 60%; color: #336699;}

div.tit {margin-top: -24px; color: blue; font-size: 20px;}
div.sombra {margin-top: 2px; margin-left: 2px; color: black; font-size: 20px;}

.tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.glow {
	FILTER: glow(color=#00FF00, strength=5);
	HEIGHT: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.glow2 {
	FILTER: glow(color=#FF0000, strength=5);
	HEIGHT: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.blur {FILTER: blur(Add=0, Direction=45,strength=2.5); HEIGHT: 1px;}
.shadow {FILTER: shadow(color:gray,direction=-135); HEIGHT: 1px;}
.wave {FILTER: wave(Add=0,Freq=5,LightStrength=10,Phase=5,Strength=2); HEIGHT: 1px;}
.titulo {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99FF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
}
.titulo2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #33FF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
}

.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	list-style-image: url(../images/cuadrado_verde.gif);
	list-style-position: outside;
}
