/* Tabs a Acordeones */
/* Tabs a Acordeones */
/* Tabs a Acordeones */

  .sinRelleno {
  padding:0;
}
  .horizontalTab {
  padding: 0 5%;
}
  ul.resp-tabs-list,
  p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
  .resp-tabs-list li {
  font-weight: 300;
  font-size: 1.8rem;
  display: inline-block;
  padding:0;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  text-align:center;
  font-family: 'Yanone Kaffeesatz',sans-serif !important;
  opacity: 1;
  transition:.3s;
}
  .resp-tabs-list li:hover {
  border-top:solid 5px #e3e8ed;
  background:#e3e8ed;
  transform:scale(.9,.9);
  opacity:1;
  transition:.3s;
}
  .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

  h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

  .resp-tab-content {
  display: none;
  padding: 0;
}
  .resp-tab-content p {
  color: #666;
  font-weight: lighter;
}

  .resp-tab-active {
  border-top:solid 5px #f0f0f0;
  background: #fff;
  border-bottom: none;
  text-align:center;
  margin-bottom: -1px !important;
  font-family: 'Yanone Kaffeesatz',sans-serif !important;
  color: #333;
  opacity:1 !important;
}
  .resp-content-active,
  .resp-accordion-active { 
  display: block; 
}
  .resp-tab-content { 
  padding:0; 
  background: #fff; 
  border-bottom: solid 5px #d7e6ea;
  text-align:center;
  boxshadow:0 0 15px rgba(0,0,0,.1);
}
  h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #fff;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
  text-align: left !important;
}
  h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

  h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------estilos tab-----------*/

  .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
  .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
  .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: none;
  float: left;
  width: 100%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
  .resp-vtabs .resp-tab-content { 
  border: none; 
}
  .resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
  .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #a12642;
}
  h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #a12642;
}

/*-----------estilos acordeon-----------*/

  h2.resp-tab-active { 
  background: #f6f9fc !important; 
}
  .resp-easy-accordion h2.resp-accordion { 
  display: block; 
}
  .resp-easy-accordion .resp-tab-content { 
  border: 1px solid #fff; 
}
  .resp-easy-accordion .resp-tab-content:last-child { 
  border-bottom: 1px solid #fff !important; 
}
  .resp-jfit {
  width: 100%;
  margin: 0px;
}
  .resp-tab-content-active { 
  display: block; 
}

  h2.resp-accordion:first-child { 
  border-top: 2px solid #e7ebf0 !important;
}
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list { 
    display: none; 
  }  
    h2.resp-accordion { 
    border-top:solid 2px #e0e0e0; 
    display: block;
    font-family: 'Yanone Kaffeesatz',sans-serif !important; 
    font-size:1.8rem; 
    text-align:center !important; 
  }  
    .resp-vtabs .resp-tab-content { 
    border: 1px solid #fff; 
  }  
    .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }  
    .resp-accordion-closed { 
    display: none !important; 
  }  
    .resp-vtabs .resp-tab-content:last-child { 
    border-bottom: 1px solid #fff !important; 
  }
}


  #jquery-script-menu {
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 5px solid #316594;
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 999999;
  padding: 10px 0;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
  .jquery-script-center {
  width: 960px;
  margin: 0 auto;
}
  .jquery-script-center ul {
  width: 212px;
  float:left;
  line-height:45px;
  margin:0;
  padding:0;
  list-style:none;
}
  .jquery-script-center a {
  text-decoration:none;
}
  .jquery-script-ads {
  width: 728px;
  height:90px;
  float:right;
}
  .jquery-script-clear {
  clear:both;
  height:0;
}