body		{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: none;
	text-align:justify;
	background-image: url(images/fondo.jpg);
}
button		{ font-family: Arial, Helvetica; font-size: 8pt; font-style: Normal; border-style: solid;
			  border-width: 1pt }
caption	{ font-family: Arial, Helvetica; font-size: 14pt; font-style: Normal }
fieldset	{ font-family: Arial, Helvetica; font-size: 8pt; font-style: normal; border-style: solid; 
    		  border-width: 1pt }
h1			{ font-family: 'Comic Sans MS', Arial, Helvetica; font-size: 24pt; font-weight: bold }
h2			{ font-family: 'Comic Sans MS', Arial, Helvetica; font-size: 18pt; font-weight: bold }
h3   		{ font-family: 'Comic Sans MS', Arial, Helvetica; font-size: 14pt; font-weight: bold }
h4      	{ font-family: 'Comic Sans MS', Arial, Helvetica; font-size: 12pt; font-weight: bold }
h5      	{ font-family:  Arial, Helvetica: font-size: 10pt; font-weight: bold }
h6      	{ font-family:  Arial, Helvetica; font-size:  8pt; font-weight: normal }
label 		{ font-family: Arial, Helvetica; font-size: 8pt; font-style: Normal; }
legend  	{ font-family: Arial, Helvetica; font-size: 8pt; font-style: Normal; }
marquee 	{ font-family: Arial, Helvetica; font-size: 14pt }
select   	{ font-family: Arial, Helvetica; font-size: 8pt; font-style: normal; border-style: solid; 
       	  border-width: 1pt }
table  	{ font-family: Arial, Helvetica; font-style: normal; vertical-align: none; 
       	  font-weight: normal; font-size: 10pt; text-align: none }
textarea 	{ font-family: Arial, Helvetica; font-size: 10pt; font-style: normal; border-style: solid; 
        	  border-width: 1pt }
th  		{ font-family: Arial, Helvetica; font-style: normal }
ul  		{ font-family: Arial, Helvetica; font-style: normal }
 
ul			{list-style-image: url(/images/loobul1.gif)}
ul ul		{list-style-image: url(/images/loobul2.gif)}
ul ul ul	{list-style-image: url(/images/loobul3.gif)}



/* Colores 
body, p, ul, td, th, table, ul, li {font-size: 10pt } 
body, ul, Li {text-align:justify} */



/* Colores */
a:link		{ color: rgb(0, 0, 255) }
a:active	{ color: rgb(153, 153, 0) }
a:visited	{ color: rgb(128, 0, 128) }
body		{ background-color: rgb(255, 255, 255); color: rgb(0, 0, 0) }
table		{ table-border-color-light: rgb(204, 204, 102);	table-border-color-dark: rgb(153, 153, 0) }
h1			{ color: rgb(255, 153, 0) }
h2			{ color: rgb(255, 153, 0) }
h3			{ color: rgb(255, 153, 0) }
h4			{ color: rgb(255, 153, 0) }
h5			{ color: rgb(255, 153, 0) }
h6			{ color: rgb(255, 153, 0) }
button		{ background-color: rgb(102, 102, 51); color: rgb(255, 255, 255) }
label		{ color: rgb(0, 0, 0) }
textarea	{ color: rgb(0, 0, 0) }
fieldset	{ color: rgb(0, 0, 0) }
legend		{ color: rgb(102, 102, 51) }
select		{ color: rgb(0, 0, 0) }
caption	{ color: rgb(102, 102, 51) }
th			{ color: rgb(0, 0, 0) }

