.loginbox   {
   -webkit-box-shadow: 5px 5px 15px 1px #666666;
   box-shadow: 5px 5px 15px 1px #666666;
   margin-top: 150px;
}

.tituloapp  {
   margin-top: 20px !important; margin-bottom: 10px !important;
}

.titulolinea   {
   background: -moz-linear-gradient(left, rgba(181,189,200,0.25) 0%, rgba(40,52,59,0.25) 50%, rgba(130,140,149,0.1) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(left, rgba(181,189,200,0.25) 0%,rgba(40,52,59,0.25) 50%,rgba(130,140,149,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to right, rgba(181,189,200,0.25) 0%,rgba(40,52,59,0.25) 50%,rgba(130,140,149,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b5bdc8', endColorstr='#828c95',GradientType=1 ); /* IE6-9 */   width: 100%;
   width: 100%;
   height: 1px;
}

.areatrabajo   {
   background-color: #eeeeee;
   min-height: 500px;
   -webkit-border-radius: 0 20px 20px 0;
   border-radius: 0 20px 20px 0;
}

.imagen-opcion {
   opacity: 0.6;
   width: 60px;
   cursor: pointer;
}

.imagen-opcion:hover{
   opacity: 1;
}

.silder .slider-track-low {
	background: green;
}

.tooltip {
   margin-top: -40px;
 }

 .slider-track-low  {
  background: green !important;
 }

.carouselbg   {
  background-color: black;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.7;
}