/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 01:55:15 PM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 11:10:02 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/06/2015, 10:29:35 PM
    Author     : etorres
*/
.tabs {
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: 16px;
  padding-left: 75px;
  border: none;
}
.tabs .tab a {
  background: #b2b2b2;
  color: #ffffff;
  font-size: 30px;
  padding: 10px 25px 7px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.5;
  text-decoration: none;
  display: inline-block;
  margin-bottom: -8px;
}
.tabs .tab a img {
  margin-bottom: -5px;
  opacity: 1 !important;
  height: 30px;
}
.tabs .tab a:hover {
  text-decoration: none;
  border-color: transparent;
}
.tabs .tab.active a {
  background: #ff66d2;
  border-color: transparent;
  opacity: 1;
}
.tabs .tab:hover a {
  opacity: 1 !important;
}
.tabs.tabs-right {
  text-align: right;
  padding-right: 75px;
}
.tab-pane {
  background: #f6f6f6;
  padding: 20px;
  margin: 0 auto;
  width: 1125px;
  height: 560px;
  color: #575756;
  letter-spacing: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 10px 10px 16px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 16px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 16px 3px rgba(0, 0, 0, 0.2);
  /* paginacion interna */
}
.tab-pane p {
  font-size: 34px;
  padding: 10px;
}
.tab-pane h1 {
  position: unset;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tab-pane .nav-buttons {
  position: absolute;
  top: 330px;
}
.tab-pane .nav-buttons:hover :first-child {
  opacity: 1 !important;
}
.tab-pane .nav-buttons.next-page {
  right: 40px;
}
.tab-pane .nav-buttons.previous-page {
  left: 40px;
}
