﻿.Texto
{
	font-family:Verdana;
	font-size: 9.5pt;
	color:#000000;
	font-weight:normal;
	/*text-align:justify;*/
	}
	
.TextoR
{
	font-family:Verdana;
	font-size: 9.5pt;
	color:#000000;
	font-weight:bold;
	/*text-align:justify;*/
	}
	
.TextoRC
{
	font-family:Verdana;
	font-size: 9.5pt;
	color:#000000;
	font-weight:bold;
	/*text-align:Center;*/
	}
.Error
{
	font-family:Verdana;
	font-size: 9.5pt;
	color:Red;
	font-weight:bold;
	/*text-align:left;*/
	}		
.Titulos
{
	font-family:Verdana;
	font-size: 11pt;
	color:#000000;
	font-weight:bolder;
	/*text-align:left;*/
	}
/*PARA QUE LAS IMAGNES EN PNG TENGAN TRANSPARENCIA*/
img
{
	behavior:	url(CodigosJs/pngbehavior.htc);
}
.img
{
	behavior:	url(CodigosJs/pngbehavior.htc);
}

.TablaProductosOver{	background-color:#999999;	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#999999');}