/* ********** ESTILOS DE CORPORATE ********** */

.logo-product {
	background-image: url(./login-logo-corporate.png);
}

/* ******************** BARRA HEADER ******************** */

.main-module-bar {
  background-color: rgb(21, 108, 160);
}

.logo-product-bar {
  background-image: url(./logo-corporate.png);
  width: 212px;
}

.header-submenu {
  background-color: #0c3c58;
}

.container-bcrumb, .breadcrumb.empty {
  background-color: #5292B9;
}

.icon-prod-login, .icon-prod-layout {
	background-color: #075582;
}

/* ******************** BOTONES ESTILO WIN8 ******************** */

.row-fluid .span4 .nav-content a,
.aside-panel .nav-content a,
.row-fluid .span4 .nav-content2 a,
.aside-panel .nav-content2 a,
.nav-content2 a,
.nav-content a
{
    background-color: #7C7C7C; 
    opacity: 0.8;
}


/* ******************** icono de producto ******************** */

.icon-prod-layout {
	width: 50px;
	height: 63px;
	background: url(../../img/layout/icon-prod-layout_jxnet.png) no-repeat;
	position: absolute;
	left: 30px;
	top:0;
	z-index: 10000;
}

/* ******************** botones de bandejas ******************** */

#header-menu-views ul li a {
    background-color: #7C7C7C !important; /*antes 8a2e37*/
    opacity: 0.6;
}