/*bold active*/
#col_izqINT ul.menu .active a{
	font-weight:bold;
}

#col_izqINT ul.menu .active ul a{
	font-weight:normal;
}

#col_izqINT ul.menu ul a {
    background: none;
    border-bottom: 1px solid #E0E6E8;
    color: #2F549E;
    display: block;
    font-size: 11px;
    padding: 6px 0 6px 14px;
    text-decoration: none;
}

#col_izqINT ul.menu li.active.parent ul li{
background: none;
}

#col_izqINT ul.menu li.active.parent ul li a{
background: url("../images/bullet_submenu.png") no-repeat 3% 10px;
*background: url("../images/bullet_submenu.png") no-repeat 3% 15px; /* Solo IE7 */
}

#col_izqINT ul.menu li.active.parent ul li a:hover{
background: url("../images/bullet_submenu.png") no-repeat 3% 10px #eee;
*background: url("../images/bullet_submenu.png") no-repeat 3% 15px #eee; /* Solo IE7 */
}

#col_izqINT ul.menu .active ul .active a{
	font-weight:bold;
	color:#D14224;
	/*letter-spacing: 0.09em;*/
}

/*3er nivel*/

#col_izqINT ul.menu li.active.parent ul .parent a{
background: url("../images/bullet_menu.gif") no-repeat 3% 9px;
*background: url("../images/bullet_menu.gif") no-repeat 3% 13px; /* Solo IE7 */
}
#col_izqINT ul.menu li.active.parent ul .parent a:hover{
background: url("../images/bullet_menu.gif") no-repeat 3% 9px #eee;
*background: url("../images/bullet_menu.gif") no-repeat 3% 13px #eee; /* Solo IE7 */
}

#col_izqINT ul.menu li.active.parent ul .parent ul a{
	font-weight:normal;
	color:#2F549E;
	background: url("../images/bullet_submenu.png") no-repeat 3% 10px;
}
#col_izqINT ul.menu li.active.parent ul .parent ul a:hover{
	background: url("../images/bullet_submenu.png") no-repeat 3% 10px #eee;
}

#col_izqINT ul.menu li.active.parent ul .parent ul .active a{
	font-weight:bold;
	color:#D14224;
	background: url("../images/bullet_submenu.png") no-repeat 3% 10px;
}
/*ocultar submenu*/
.item1177 ul, .item1179 ul, .item1167 ul, .item1465 ul, .item1181 ul {
display:none;
}

/*icono url sitio externo*/

#col_izqINT ul.menu li.active.parent ul li a[target="_blank"] span{
padding-right:17px;
background: url("../images/new_windows.gif") no-repeat center right;
}
}