
/* Menú lateral del sitio */
#menu_izquierdo UL
{
	font-size: 16px;
	font-family: "Trebuchet MS";
}
#menu_izquierdo UL LI
{
	list-style-image: url(http://images1.mundial.com.co/MundialB2B/images/vinetas/vineta_menu_tipo_negocio.png);
	margin-left: 30px;
	font-size: 16px;
	font-family: "Trebuchet MS";
}
#menu_izquierdo UL LI A
{
	margin-left: 0px;
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #7d7d7d;
	font-weight: bold;
	text-decoration: none;
}
#menu_izquierdo UL LI UL, #menu_izquierdo UL LI UL LI, #menu_izquierdo UL LI UL LI A
{
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
	font-size: 11px;
	font-family: Tahoma;
	color: #22376d;
	font-weight: normal;
	vertical-align: middle;
}
#menu_izquierdo UL LI LI A:hover
{
	list-style: none;
	margin-left: 0px;
	font-size: 11px;
	font-family: Tahoma;
	color: #DF1E26;
	font-weight: normal;
}
/* Fin de menú lateral del sitio */
.autocomplete_highlightedListItem
{
	background-color: #dddddd;
	color: black;
	padding: 1px;
	text-align: left;
	cursor: hand;
	z-index: 2000;
}
.autocomplete_list
{
	background-color: #ffffff;
	border: solid 1px #dddddd;
	cursor: hand;
	z-index: 2000;
}

.autocomplete_list li
{
	list-style-type: none;
}

.autocomplete_listItem
{
	color: #7D7D7D;
	padding: 1px;
	text-align: left;
	cursor: hand;
	z-index: 2000;
}

/* Fin autocompletado del menu izquierdo */
#menu_principal
{
	width: 735px;
	padding: 0px 0px 0px 0px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	z-index: 900;
	display: block;
}

#main_menu
{
	width: 975px;
	float: left;
	padding: 0px 0px 0px 0px;
	height: 40px;	
	background-image: url(../images/menu_principal/bg_menu_principal.png);
	background-repeat: repeat-x;
	z-index: 900;
	display: inline;
	margin-top: 10px;
}
#main_menu table
{
	padding:0px;
	margin:10px;
}
.menu_especial
{
	background-color: #d71e26;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
#div_Parent
{
	vertical-align: top;
}

a#cerrar_menu
{
	color: Red;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}
#validationPopupBusqueda
{
	width: 450px;
	text-align: center;
}

#validationPopupBusqueda img
{
	cursor: pointer;
}
#breadcrumbEllipsis
{
	overflow: hidden;
	white-space: nowrap;
	width: 722px;
	text-overflow: ellipsis;
}
