
body
{
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	font-size: x-small;
	background-attachment: fixed;
	overflow: auto;
	border-left: lightgrey thin solid;
	cursor: auto;
	color: black;
	border-bottom: lightgrey thin solid;
	font-style: normal;
	font-family: Arial;
	list-style-type: disc;
	border-collapse: collapse;
	background-color: transparent;
	text-align: justify;
	font-variant: normal;
}

.CSSBoton
{
 font-family:@Arial Unicode MS;
 font-size:   x-small;	
 font-style: normal;
 font-weight:normal;
 color: Black;
 border:normal thin gray;
 background-color: LightSteelBlue;
 height:27;
 width:81;
}

.CSSTexto
{
 font-family: Arial;
 font-size: x-small;
 font-style: normal;
 color:black;
}

.CSSTextoError
{
	font-family: Arial;
	font-size:  x-small;
	font-style:normal;
	font-weight:  normal;
	color:Red;
	background:white;
}

.CSSTextoAviso
{
	font-family: Arial;
	font-size:  x-small;
	font-style:normal;
	font-weight: bold;
	color:Blue;
	background:white;
}

.CSSTextoBold
{
 font-family: Arial;
 font-size: x-small;
 font-style:  normal;
 font-weight: bold;
 color:black;
}


.CSSTextoTitulo
{
 font-family: Verdana;
 font-size:   medium;
 font-style: normal;
 font-weight: bold;
 color:black;
}

.CSSTextoSubTitulo
{
 font-family: Verdana;
 font-size: small;
 font-style: normal;
 font-weight: bold;
 color:black;
}


