﻿.popupLink
{
	color: #464646;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.tablaPopUpMenu
{
	color:#464646;
	width:180px;
	text-align:left;
}

.tablaPopUpMenuMobile
{
	color:#464646;
	width:140px;
	text-align:left;
}

.divTablaPopUp
{
	height:23px;
	color:#464646;
	background:#E0E7F5 url('Images/PopUp/itemPopUpMenu.jpg') no-repeat left top;
	padding:0 0 0 26px;
}

.divTablaPopUpMobile
{
	height:23px;
	color:#464646;
	background:#E0E7F5 url('Images/PopUp/MBitemPopUpMenuMobile.jpg') no-repeat left top;
	padding:0 0 0 26px;
}

.popUpMenuText
{	
	font-weight:900;
	font-size:11px;
	color: #464646;
	text-decoration: none;
	text-transform: capitalize;	
}

.popUpMenuTextMobile
{	
	font-weight:900;
	font-size:9px;
	color: #464646;
	text-decoration: none;
	text-transform: capitalize;	
}

.popUpMenuText:link 
{	
	font-weight:900;
	font-size:11px;
	color: #464646;
	text-decoration: none;
	text-transform: capitalize;	
}
.popUpMenuText:visited 
{	
	font-weight:900;
	font-size:11px;	
	color: #464646;
	text-decoration: none;
	text-transform: capitalize;
}
.popUpMenuText:hover 
{	
	font-weight:900;
	font-size:11px;
	text-decoration: none;
	color: #FDA82B;
	text-transform:capitalize;	
}
.popUpMenuText:active 
{
	text-decoration: none;	
	text-transform: capitalize;
	font-weight:900;
}

