

/*TablaPricipal contenedora del menu*/
#TablaSubMenuUnidep
{
	width:174px;
}

/*Td contenedor de la imagen cambiantre*/
#TdContImagen
{
	width:174px;
	height:80px;
	border:solid 0px none;
	/*background-image:url(../Img/Fondos/Bg.png);*/
}

/*Div contenedora de la imgen*/
#DivImg
{
	width:174px;
	height:80px;
	background-color:white;
	text-align:center;
	vertical-align:middle;
	background-image:url(../Img/SubMenu/MiniBanners/MiniBanner_0.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position-x:center;
	background-position-y:center;
}

/*Tr contenedor de casa Item el menu*/
.TdSubMenuUnidep
{
	width:174px;
}

/*subtabla separador de items del item del sub menu*/
.SubTablaSubMenu
{
	width:174px;
}

/*SubTr contenedor de los items  del item*/
.SubTrSubMenu
{
	width:174px;
	height:21px;
	background-image:url(../Img/Submenu/Fondos/Bg.png);
	cursor:pointer;
}

/*Icno delos items*/
.SubTdIcono
{
	width:14px;
	height:21px;
	background-image:url(../Img/SubMenu/icon_04a.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position-x:center;
	background-position-y:center;
}

/*TExto del item*/
.SubTdTexto
{
	width:160px;
	height:21px;
	font-family:Arial, Verdana;
	font-size:8pt;
	color:#FFFFFF;
	vertical-align:middle;
}
