﻿#ctl00_ContenidoPrincipal_TabsUpdatePanel .hidden
{
	position: relative;
	left: 100px;
	top: 100px;
	width: 400px;
	height: 50px;
	background-color: #F9F9EB;
	border: 1px solid #FFCC33;
	margin-top: 10px;
	border-right: #000;
	visibility: hidden;
}

#ctl00_ContenidoPrincipal_TabsUpdatePanel .show
{
		position: relative;
	left: 100px;
	top: 100px;
	width: 400px;
	height: 50px;
	background-color: #F9F9EB;
	border: 1px solid #FFCC33;
	margin-top: 10px;
	border-right: #000;
	visibility:  visible;
}

.liqItem { FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #000000; }

.liqSerie { FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif }


#DivCarritoArticulosLiquidacion
{
	height: 200px;
	width: 200px;
	overflow: hidden;
	overflow-y: scroll;
	
}

.TitleDescFicha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ValorDescFicha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}