.proyect {
    margin-bottom: 40px;
}

.container .data .proy {
    border-top: 1px solid #b1b1b1;
    padding: 20px;
    overflow: scroll;
    max-height: 600px;
    min-height: 300px;
}

.container .data .panel .item-proyect{
    padding: 10px;
    font-size: 18px;
    border-right: 1px solid #b1b1b1;
    background: #f5f5f5;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    cursor: pointer;
}

.container .data .col-md-3 {
    padding: 0px;
}

.container .data .panel .item-proyect:hover{
    background: #fff;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-right: none;
}


.container .data .panel .item-proyect a{
    color: #737373;
    -moz-transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}

.container .data .panel .item-proyect a:hover{
    color: #398f16;
}

/*content-table*/

.container .table-of-content {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.container .table-of-content .cont-table {
  text-align: right;
  padding: 0px;
}

#chk-content{
  display: none;
}

#section-content{
  position: absolute;
  width: auto;
  right: 0px;
  z-index: 1000;
  visibility: hidden;
}

#section-content div{
  padding: 10px;
  border-bottom: 1px solid #b1b1b1;
  background: #f5f5f5;
  -moz-transition: all linear .1s;
	-webkit-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}
#section-content div:hover{
  background: #2f7416;
}

#section-content a{
  color: #2f7416;
  font-size: 18px;
  text-align: right;
  -moz-transition: all linear .1s;
	-webkit-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

#section-content a:hover{
  color: #EBEBEB;
}

#chk-content:checked ~ #section-content{
  visibility: visible;
}

@media(min-width:768px){
  .container .table-of-content .content-table:hover  ~ #section-content{
    visibility: visible;
  }
}

.container .table-of-content .content-table {
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  background: rgb(210, 208, 208);
  border-radius: 5px 0px 0px 0px;
  font-weight: bold;
  margin: 0px;
  padding: 3px 20px 3px 20px;
  cursor: pointer;
}

.container .table-of-content .content-table:hover {
  background:  #398f16;
  color: #ffffff;
  border: 1px solid #398f16;
}


/*PROYECTO*/

.container .data .proy  h1{
    color: #398f16;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.container .data .proy  h2{
    color: hsl(104, 69%, 22%);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.container .data .proy span{
    color: #2f7416;
    font-size: 22px;
    font-weight: bold;
}

.container .data .proy .span-2{
  color: rgb(104, 143, 90);
  font-size: 22px;
}

.container .data .proy .null{
  color: hsl(0, 3%, 77%);
  font-size: 60px;
  padding: 120px;
}

.container .data .proy p{
    color: #737373;
    font-size: 22px;
    text-align: justify;
}

/*---tablas */

.table-fill {
    background: white;
    border-radius:3px;
    border-collapse: collapse;
    height: 10px;
    margin: auto;
    max-width: 600px;
    padding:5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
  }
   
  th {
    color:#D5DDE5;;
    background:hsl(104, 69%, 22%);
    border-bottom:4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size:23px;
    font-weight: 100;
    padding:5px;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
  }
  
  th:first-child {
    border-top-left-radius:3px;
  }
   
  th:last-child {
    border-top-right-radius:3px;
    border-right:none;
  }
    
  tr {
    border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;
    color:#666B85;
    font-size:16px;
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
  }
   
  tr:hover td {
    background:#4E5066;
    color:#FFFFFF;
    border-top: 1px solid #22262e;
  }
   
  tr:first-child {
    border-top:none;
  }
  
  tr:last-child {
    border-bottom:none;
  }
   
  tr:nth-child(odd) td {
    background:#EBEBEB;
  }
   
  tr:hover td {
    background:rgb(199, 223, 191);
    color: #4E5066;
  }
  
  tr:last-child td:first-child {
    border-bottom-left-radius:3px;
  }
   
  tr:last-child td:last-child {
    border-bottom-right-radius:3px;
  }
   
  td {
    background:#FFFFFF;
    padding:5px;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
  }
  
  td:last-child {
    border-right: 0px;
  }
  
  th.text-left {
    text-align: left;
  }
  
  th.text-center {
    text-align: center;
  }
  
  th.text-right {
    text-align: right;
  }
  
  td.text-left {
    text-align: left;
  }
  
  td.text-center {
    text-align: center;
  }
  
  td.text-right {
    text-align: right;
  }

  /*Listas*/

  .container .data .proy ul li {
    padding: 10px;
    list-style-type: disc;
    color: #737373;
    font-size: 22px;
  }