@charset "utf-8";
/* CSS Document */

/*El resto de las definiciones estan en mtree.css*/

.barra {
	/*transition: all 0.8s ease;*/
}

.barra > .contenedor_icono{
	float:left; 
	width:25%; 
	background:rgba(255,255,255,0.00);
	height: 47px;
}

.contenedor_icono > .icono {
	margin-top: 0px !important;
	padding-bottom: 7px !important;
}

/* Divisor vertical */
.divisor_v {
	border-left: solid 1px rgba(255,255,255,0.4);
}


/* Barra inferior */

#barra_inferior {
	position:fixed; 
	bottom:-80px;
	height:80px; 
	width:100%;
	z-index:9999 !important;
	transition: bottom 0.3s ease-in;
	text-align:center;
}

#barra_inferior ul {
	margin: 0;
	padding: 0;
	width:100%;
}

#barra_inferior ul li { 
	display: inline-block !important; 
	list-style-type: none;	
	margin: 15px 5px;
	width:50px;
	height:50px;
	border: solid 2px rgba(255,255,255,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size:24px;
	padding:10px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.6);
	-o-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.6);	
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.6);
}


.descarga_barra{
	line-height: 15px;
  font-size: 15px;
  margin-top: -5px;
}

.descarga_barra_link{
	border-top: none !important;	
	padding:0px !important;
}


.notificacion{
	position:relative; 
	background:rgba(255,0,4,0.80); 
	width:20px; 
	height:20px; 
	color:rgba(255,255,255,1.00); 
	border-radius:50%;
	top:-35px; 
	left:50%;
	text-align:center; 
	font-size:12px; 
	font-weight:700; 
	padding:2px
}

.barra_gastos{
	max-width: 100%;
}