

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Raleway', sans-serif!important;
}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/
.js-pscroll {
  position: relative;
  overflow: hidden;
}

.table100 .ps__rail-y {
  width: 9px;
  background-color: transparent;
  opacity: 1 !important;
  right: 5px;
}

.table100 .ps__rail-y::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
}

.table100 .ps__rail-y .ps__thumb-y {
  width: 100%;
  right: 0;
  background-color: transparent;
  opacity: 1 !important;
}

.table100 .ps__rail-y .ps__thumb-y::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #cccccc;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/



.container-table100 {
  width: 100%;
  min-height: 80vh;
  background: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 30px;
}

.wrap-table100 {
  width: 100%;
  height: 450px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.table100 {
  background-color: #fff;
}

table {
  width: 100%;
}

th, td {
  font-weight: unset;
  padding-right: 8px;
}

.column1 {
  width: 46%;
  padding-left: 20px;
}



.column3 {
  width: 22%;
  
}

.column4 {
  width: 19%;
}

.column5 {
  width: 13%;
}


.column1-d {
  width: 17%;
 padding-left:10px;
}
.column2-d {
  width: 10%;
  
}
.column3-d {
  width: 27%;
}
.column4-d {
  width: 24%;
}
.column5-d {
  width: 15%;
}
.column6-d {
  width: 5%;
  padding-right:15px;
}


.table100-head th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table100-body td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*==================================================================
[ Fix header ]*/
.table100 {
  position: relative;
  padding-top: 45px;
}

.table100-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.table100-body {
  max-height: 400px;
  overflow: auto;
}



/*==================================================================
[ Ver2 ]*/

.table100.ver2 .table100-head {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.table100.ver2 th {
  font-family: 'Raleway', sans-serif!important;
  font-size: 18px;
  color: #dfbe83;
  line-height: 1.4;

  background-color: transparent;
}

.table100.ver2 td {
  font-family: 'Raleway', sans-serif!important;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver2 .table100-body tr {
  border-bottom: 1px solid #f2f2f2;
}

.table100.ver2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table100.ver2 .ps__rail-y {
  right: 5px;
}

.table100.ver2 .ps__rail-y::before {
  background-color: #ebebeb;
}

.table100.ver2 .ps__rail-y .ps__thumb-y::before {
  background-color: #cccccc;
}


/*---------------------------------------------*/

.cabez{
 
  background: #3d3d3d;
  
  box-shadow: 1px 1px 3px  #474747;
 
}

.cabez .nom-der{
  padding:15px 0px 20px 0px;
  color:white;
  margin:0 auto;
  
}
.cabez .nom-der h2{
  text-align:center;
}
.cabez .salir{
  padding:10px 0px 0px 20px;
  
}
.cabez .salir a{
  color:white;
  background: #dfbe83;
  padding: 100% 15px 10px 15px; 
  border-radius:3px;
  
}
.cabez .salir .sd{

  transition: .4s;
  
 }
.cabez .salir .sd:hover{

 transition: .4s;
  padding-top:10px; 
  border-radius:5px;
}
.cabez img{
 width:70px;
 margin-left:30px;
}
.pie-pagi{
  padding-right:30px;
}
.pie-pagi-i a{
  color:#ffaa16;
}
.pie-pagi-i{
  padding-left:30px;
}
.pie-pagi a{
  color:#ffaa16;
}
.pie-pagi a:hover{
  color:#ffffff;
}

@media screen and (max-width: 600px){
  .container-table100 {
  width: 100%;
  min-height: 0vh;
border-radius:20px;
  padding: 0px 0px!important;
  height:100%;
}  
.wrap-table100 {
  width: 100%;
  height: 570px;
}
.table100-body {
  max-height: 525px;
  overflow: auto;
}
}

@media screen and (max-width: 777px){
  .cabez{
    width:100%;
  }
  .cabez .logo-izq{
 margin-left:-30px;
}
  .cabez .logo-izq{
  width:30%;
  }
  .cabez .nom-der{
    width:35%;
   
  }
  .cabez .nom-der h2{
    font-size:20px;
   
  }
  .cabez .salir{
    width:25%;
  }
  .tabs li span{
    font-size:12px!important;
  }
   .head th{
    font-size:11px!important;
  }
  .body td{
    font-size:10px!important;
  }
  .body td a{
    font-size:10px!important
  }
  .pie-pagi h6{
    font-size:15px;
  }
}
@media screen and (max-width: 400px){
    .cabez .salir{
    width:30%;
  }
    /* 
        box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    
    */
}