﻿.DivListas
{
  min-height: 60px;
  max-height: 255px;
  background-color: #FFF;
  overflow: auto;
  margin-bottom: 3px;
}

.ItemsList
{
  font-size: 11px;
  color: Black;
  width: 100%;
  height: 100%;
}

.TxtSinSeleccion
{
  color: #000 !important;
  font-weight:lighter;
  font-style:italic;
}

.ListLargo
{
  width: 498px;
}

.ListMediano
{
  width: 348px;
}

.ListPequeno
{
  width: 148px;
}

.DropdownLargo
{
  width: 481px;
}

.DropdownMediano
{
  width: 331px;
}

.DropdownPequeno
{
  width: 131px;
}