body {
	/* background-image: url('../IMGs/imgBG1.jpg');
	background-repeat: repeat; */
    background-position: top left;
	background-color: white;
	color: black;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* *** TIPOS DE LETRA *** */

h1  {
	font-size: 1.6em;
	font-weight: bold;
	color: green;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.myStd { font-size: 1em; }

.myTiny { font-size: 0.8em; }

.myStdBold {
	font-size: 1em;
	font-weight: bold;
}

/* *** ENLACES *** */

a:active {
	color: #FF0000;
	background-color: transparent;
}

a:link {
	color: #0000FF;
	background-color: transparent;
}

a:visited { 
	color: #800080;
	background-color: transparent;
}

a:hover { 
	color: #0000FF;
	text-decoration: overline underline;
	background-color: #FFFF00;
}

.myHR { width: 100%; border: solid; border-width: 1px; border-color: silver }
.wsImgW3C { border: none; width: 102px; height:16px; }