﻿.estiloMVTabla
{
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
}
.estiloMVCabecera
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	vertical-align: middle;
	background-color: #f5f5f5;
	border-bottom: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	text-align: center;
	height: 16px;
}
.estiloMVDatos
{
	font-size: 7pt;
	color: black;
	font-family: Lucida Sans Unicode;
	background-color: white;
	border-bottom: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	height: 16px;
}
.FondoCeldasMultivalor
{
	font-size: 7pt;
	color: black;
	font-family: Lucida Sans Unicode;
	background-color: whitesmoke;
	border-bottom: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
}
.estiloMVDatosD
{
	font-size: 7pt;
	color: black;
	font-family: Lucida Sans Unicode;
	background-color: white;
	border-bottom: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	text-align: right ;
}
.estiloMVDatosC
{
	font-size: 7pt;
	color: black;
	font-family: Lucida Sans Unicode;
	background-color: white;
	border-bottom: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	text-align: center ;
}
.estiloMVDivContenedor
{
	overflow: auto;
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
}
.FondoControlesMultivalor
{
	font-size: 7pt;
	color: black;
	font-family: Lucida Sans Unicode;
	background-color: #fbfbff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.menuMultivalor
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: whitesmoke;
	font-family: 'Segoe UI';
}

.menuMultivalorArriba
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: gainsboro;
}

