div#contenedor1 { 
     	width: 1024px;
	   	margin: auto; 
     	border-left: #6699FF 1px solid;
     	border-right: #6699FF 1px solid;
     	background-color: white;
     	padding: 5px;
     	}
body{
	margin: 20 auto;
	width: 1025px;
 
}



.table-hover tbody{
	height:  350px;
	overflow-y: auto;
	width: 118%;  
     
}
.table-fixed thead,
.table-fixed tbody,

.table-fixed td,
.table-fixed th{
	display:  block;
   
}

.table-fixed  tbody td,
.table-fixed thead > tr > th{
	float: left;
	border-bottom-width: 2;
    
}
    .container {
      text-align: center;


    }

   .table-fixed  tbody tr:nth-of-type(odd) {
      background-color: rgb(200, 235, 235);
      border-spacing: 0;
  
    }


  .table-hover  tbody tr:hover {
      background-color: rgba(122, 114, 81, 0.7);
      color: rgb(112, 24, 78);
      border-spacing: -0;
    
  
}

    .thead-green {
      background-color: rgb(0, 99, 71);
      color: white;
      border-spacing: 0;
     
    }







  </style>