
.SinDecorado
{
	text-decoration: none;
	font-style: italic;
}

.TitulosFormulario
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	color: #666699;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
	white-space: normal;
}
.TextboxPedido, #cmbUbicacion, #cmbFormaContacto, #cmbRangoHorario, #cmbFormaPago
{
	width: 265px;
}

.TextboxFechaEntrega
{
	width: 245px;
}

.TextboxDireccion
{
	width: 590px;
}

.ItemStylePedidoFormularioPedido
{
	 background-color: #d5ccbb;
}
.AlternatingItemStylePedidoFormularioPedido
{
	background-color: #f6efd7;
}
.DatagridStylePedidoFormularioPedido
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666699;
	border:solid 1px #000000;
}
.HeaderStylePedidoFormulario
{
	background-color: #bcb49f;
	color: #ffffff;
}

.TitulosFormularioAdmin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	color: #666699;
	text-align: left;
	font-weight: normal;
	letter-spacing: normal;
	white-space: normal;
}
.ItemStyleAdmin
{
	 background-color: #d5ccbb;
}
.AlternatingItemStyleAdmin
{
	background-color: #f6efd7;
}
.DatagridStyleAdmin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666699;
	border:solid 1px #000000;
}
.HeaderStyleAdmin
{
	background-color: #bcb49f;
	color: #ffffff;
}
.TituloProductosAdicionales
{
	font-family: Verdana;
	font-size: 12px;
	color: #cc3300;
}
.DescripcionProductosAdicionales
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold; 
	color: #000000;
}

.PrecioTotal
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold; 
	color: #000000;
}

.MensajeError
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold; 
	color: red;
}