#logout, span[data-href="logout"] {
   cursor:pointer;
}
.dotted {
  border:none;
      border-bottom: 1px dotted #ccc;
} 
  
hr {
    /* margin: 4.5em 0em 0em 0em; */
    border: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
} 
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
 
 

#box1 header {
  width: 100%;
  height: 80px;
  text-align: left;
  background-color: #31529D;
  border: 1px            
  solid #B1B3B5;
  color:#ffffff;
  background-image: url(../img/logo_sthil_bevel.png)  ;
  background-repeat: no-repeat;
  background-position: center;
}
#box1  header h1{
  margin:0px auto;
  padding:0px auto;
}

span  {
  font-size:11px;
  font-weight:600;
  font-family:arial, helvetica;
}

section {
  display:none;
}


footer{
  clear:both;
  height:80px;
  padding:10px;
  text-align: center;
}
footer p{
  margin:0 auto;
  padding:30px 0;
  width:300px;
}
body {
  position:relative;
  z-index:0;
 
}
.main:before {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
  content:'';
  background:-webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
  background:-moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
  background:-o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
  background:radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
}

.site-header-wrap {
  margin-bottom:60px;
  border-bottom:1px solid #cd9ad6;
}


/* ========================================================
   ACCORDION
   ===================================================== */



/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
 
.logo {
    background-image: url(../img/logo_sthil_white.png);
    background-repeat: no-repeat;
    margin: 1em;
    width: 180px;
    height: 49px;
} 
.accordion, .accordion * {
  /* margin: 1px 1px 1px 1px; */
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.accordion {
  /* overflow:hidden; */
  margin-top: 50px;
  font-weight:lighter;
}

/*----- Section Titles -----*/
.accordion_section_title {
  width:100%;
  padding:0.8em !important;
  display:inline-block;

  border-bottom:1px solid #444A4E !important;
  transition:all linear 0.15s;
  font-size:17px !important;
    background: #575e63;
    border-top: 1px solid #878e98;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    
}
@media screen and (max-width: 70em) {
  .accordion_section_title {
      font-size:15px !important;
    padding:0.6em !important;
  }
}

@media screen and (max-width: 48em) {
  .accordion_section_title {
      font-size:13px !important;
    padding:0.4em !important;
  }
}
.accordion span {
    display: block;
    padding: 3px 15px;
    font-size: 10px;
    font-weight: bold;
    font-family: arial, sans-serif;
    line-height: 20px;
    color: #B4D2E8;
    text-shadow: 0 1px 0 rgb(27, 36, 41);
    text-transform: uppercase;
}
.accordion_section_title.active, .accordion_section_title:hover {
  background-color:#8FA5C7;
  color: #08142F;
  cursor: pointer;
 text-shadow: 0 1px 1px #fff;
  text-decoration:none;
}

.accordion_section:last-child .accordion_section_title {
  border-bottom:none;
}

/*----- Section Content -----*/
.accordion_section_content {
    border-top: 1px solid #D1D7E0 !important;
    padding: 15px;
    background-color: #8FA5C7;
    display: none;
}
.accordion_section_content a{
    display: block;
    padding: 0.3em 0em 0.3em 0em;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #7689A7;
    border-top: 1px solid #AFC1DC;
    font-size: 15px;
}
.accordion_section_content p:first-child, .accordion_section_content p:last-child {
    border:none !important;
}

/* ========================================================
   POPUP
   ===================================================== */

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.5);
    z-index:1000;
}
 
/* Inner */
.popup-inner {
    max-width:500px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;    z-index:1000;
}
#popupContent p {
      text-align: center;
    margin: 10px;
} 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:8px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    /* -webkit-transform:translate(50%, -50%); */
    /* transform:translate(50%, -50%); */
    /* border-radius:1000px; */
    background: #31529D;
       background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
    background: -webkit-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
    border-bottom-left-radius: 5px;
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
    z-index:1000;
}
 
.popup-close:hover {
    /*
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    */background: #31529D;
    /*background:rgba(0,0,0,1);*/
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration:none;    
    z-index:1000;
}


/* ========================================================
   LOADING
   ===================================================== */

#progressLoading {
    text-align: center;
    height:20px;
    background-image: url(../img/ajax-dots.gif) no-repeat center;
}   
#progressMessage {
    text-align: center;
 
}
#progressBar {
    width: 90%;
    height: 25px;
    border: 1px solid #ABABAB;
        background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 4% auto;
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
}
.default {
background: #808080;
/* border: 1px solid #111; */ 
border-radius: 5px; 
 
/* box-shadow: 0 0 5px #333; */       
}
.default div {
  background-color: #1a82f7;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7)); 
  background: -webkit-linear-gradient(top, #0099FF, #1a82f7); 
  background: -moz-linear-gradient(top, #0099FF, #1a82f7); 
  background: -ms-linear-gradient(top, #0099FF, #1a82f7); 
  background: -o-linear-gradient(top, #0099FF, #1a82f7);
}
#loadingWindow {

    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 240, 240, 240, .8 ) 
                url(../img/ajax-loader.gif)  
                50% 50% 
                no-repeat;
}
.loadingDiv {
  background: rgba( 240, 240, 240, .8 ) 
            url(../img/ajax-loader.gif)  
            50% 50% 
            no-repeat;
z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; /* presto! */
}
.loading {
    background: rgba( 255, 255, 255, .8 ) 
    url(../img/ajax-loader-small.gif)  
            50% 50% 
            no-repeat !important; z-index:    1000;    
    height: 6em;    
    background-color: transparent!important;
}
.loadingDots {
    background: rgba( 255, 255, 255, .8 ) 
    url(../img/ajax-dots.gif)  
            50% 50% 
            no-repeat !important; z-index:    1000;    
    height: 6em;    
    background-color: transparent!important;
}
#encabezado { 
/* width: 100%; */ 
  
/* background-image: url(../img/logo_sthil_white.png)  ; */
  
/* background-repeat: no-repeat; */
  
/* background-position: left; */
/* height: 42px; */
background-color: #31529D !important;    
border: 0;    
border-bottom: 1px solid #133783;    
-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);    
min-width: 981px;    
position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMVÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 0;
  background-color: #3a5795;
  border: 0;
  border-bottom: 1px solid #133783; 
}

/* ========================================================
   custom combobox
   ===================================================== */

    .ui-combobox {
    position: relative;
    display: inline-block;
  }
  .ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
  }
  .ui-combobox-input {
    margin: 0;
    padding: 0.3em;
  }