/* MENU PRINCIPAL */
#MENU_PRINCIPAL{
    background:#CC0000;
}

#HEADER_CONTACTO_EMAIL a:link, #HEADER_CONTACTO_EMAIL a:visited {
	color: #333; 
}

#HEADER_CONTACTO_EMAIL a:active, #HEADER_CONTACTO_EMAIL a:hover { 
	color: #F30; 
}

#LOGOTIPO {
	background: url('../graficos/logo/logo.png') no-repeat top center;
	background-size: contain;
}

.orange ul.mega-menu {
	background: #C00; 
}

.orange ul.mega-menu li a {
	color: #EEE; 
	background: #C00; 
}

.orange ul.mega-menu li.mega-hover a, .orange ul.mega-menu li a:hover {
	color: #FFF; 
}

.orange ul.mega-menu li .sub-container {
	background: #EEE;
}

.orange ul.mega-menu li .sub a {
	color: #333 !important; 
}

.orange ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	color: #C00 !important;
	border-bottom-color: #C00;
}

.orange ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #BBB !important; 
}

.orange ul.mega-menu .sub li.mega-hdr li a:hover {
	color: #999 !important; 
	background-color: #EFEFEF;
}

.dropdown-menu a:link, .dropdown-menu a:visited  { 
	color: #333; 
}

.dropdown-menu a:active, .dropdown-menu a:hover { 
	color: #F30; 
}
#solicitar_producto{
	display:none;
}
.menu_seleccionado{
  background: #EE0000;

}
.dc-mega-li.mega-hover a{
    background: #EFEFEF !important;
    color: #333 !important;
}
/* menu: carrito */
/********************************************************************************************/

.carrito {
	width: 480px;
}
.carrito .itemImage{
	left: 0;
}
.carrito .itemName {
	left: 75px;
}
.carrito .itemDispoicon {
	display: none;
}
.carrito .itemDispo {
	display: none;
}
.carrito .itemTipo {
	left: 185px;
}
.carrito .itemPrice {
	left: 240px;
}
.carrito .itempriceTexto {
    left: 240px;
}
.carrito .itemQuantity {
	left: 316px;
}
.carrito .itemincrement {
	left: 336px;
}
.carrito .itemdecrement {
	left: 300px;
}
.carrito .itemRemove {
	left: 360px;
}
.carrito .itemTotal{
	left: 385px;
}
.carrito .itemtotalTexto{
    left: 385px;
}
.carrito .total_unidades_pedido {
	color: #333;
}

.carrito .simpleCart_quantity,
.carrito .simpleCart_total {
	color: #333;
}

#dropdown_paises{ 
    width: 815px;
}
.map-visible-list{
    width:295px !important;
}
#MAPA_EUROPA .m500 .map-visible-list li{
    width:50% !important;
}