table.proTable { border-collapse: collapse; } 
table.proTable td { border-bottom: 1px solid #bebfc8; }
table.tablaEstatus {border-collapse: collapse;}
table.tablaEstatus td { 
	border-right: 5px solid #fff; }
table.tablaEstatus td.tdtop{ 
	border-top-left-radius: 20px;
	border-top-right-radius:20px;
	 }
table.tablaEstatus td.tdbottom{ 
	border-bottom-left-radius: 20px;
	border-bottom-right-radius:20px;
	 }
table.completado{
	border-collapse: collapse;
	border: 1px solid #00C7CF;
	width: 50px;
	height: 10px
}
table.completado td.OKCOM{	
	border: 1px solid #00C7CF;
	background-color: #B6E9EC;	
}
table.completado td.noCOM{	
	border: 1px solid #00C7CF;		
}
.model-table{

	  min-width:500px;
	  width: 100%;
	  border-collapse: collapse; 
}
.model-table th { 		
	

	 }
	 .model-table th div{ 	
	height:40px;
	border-radius: 25px;	
	align-items: center;
	display: grid;
	
	 }

.model-table td { 
	border-right: 5px solid #fff;
	border-bottom: : 1px solid #000;
	 }
.minimo-300{
	  min-width:300px;	  
}
