body {
	background-color: #EEEEEE;
	scrollbar-3dlight-color :#000000;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : silver;
	scrollbar-darkshadow-color : White;
	scrollbar-face-color : #999999;
	scrollbar-highlight-color :White;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color :#999999;
	
	margin: 0px 0px;
	margin-top: 0px;
	margin-left: 0px;

	/*font-size: 0.65em;*/
	font-size: 68%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}

/* background-color */
.color0 {	background: white; }
.color1 {	background: #EEEEEE; }
.color2 {	background: #000000; color:white }
.txtcolor2 {	color: #FF9900; }
.txtcolor3 {	background-color: #FF9900; color:white }


.txtTituloGrande { font-size: 110%;  text-align: left;  font-weight:bold; }
.txtTituloGrandeDerecha { font-size: 110%;  text-align: left;  font-weight:bold; }
.txtJustificado {	font-size: 110%; text-align: justify; }
ul { font-size: 110%; }
	
/* links */
a:link, a:visited {	color: #666666;	text-decoration: none; }
a:hover {	color: white; background-color:#999999}

a.linksub:link, a.linksub:visited {	 color: #666666;	text-decoration: underline; }
a.linksub:hover {	color: white; background-color:#999999; }

/* forms */
.sinborde { border: 0px }
input, select  	{	font-size: xx-small;	color: black;  background: #EEEEEE; border: 1px solid #999999; 	}
textarea {	font-family: Arial; font-size: 102%; color: black;  background: #EEEEEE; border: 1px solid #999999; 	}

