.item_color{
	color: #000000 !important;
	font-weight: normal !important;
	font-size: 13px !important;
	letter-spacing: 0px;
}

.dropdown-menu {
	top: 50px !important;
	left: -900px !important;
	min-width: 1200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu.columns-4 {
	min-width: 1200px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: black;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.dropdown-menu {
		top: 50px !important;
		left: -900px !important;
		min-width: 1200px;
	}
    .dropdown-menu.columns-4 {
		margin-left: 25px;
		min-width: 300px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.dropdown-menu {
		top: 50px !important;
		left: -900px !important;
		min-width: 1200px;
	}
    .dropdown-menu.columns-4 {
		min-width: 300px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.dropdown-menu {
		top: 50px !important;
		left: -480px !important;
	}
    .dropdown-menu.columns-4 {
		min-width: 740px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.dropdown-menu {
		top: 46px !important;
		left: -720px !important;
	}
    .dropdown-menu.columns-4 {
		min-width: 960px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.dropdown-menu {
		top: 50px !important;
		left: -1000px !important;
		min-width: 1200px;
	}
    .dropdown-menu.columns-4 {
		min-width: 1200px;
	}
}

.titulo_menu_despegable{
	color: #D82482;
	font-weight: bold;
	font-size: 19px;
}

.ico_item{
	color: #D82482;
	font-size: 19px;
	letter-spacing: 0px;
}