body{
	background-color: orange;
}
#stockUnificado{
	background-color: white;
}

#thFamilia  {
	width:15px;
	display:none;
}
#thArticulo {
	width:100px;
	font-size:10px;
}	
#thOferta{
	width:40px;
	font-size:8px;
}
#thSt{
	width:9px;
	font-size:8px
}
#thPED{
	width:9px;
	font-size:8px;
}
#thSOB{
	width:9px;
	font-size:8px;
}
#thSituacion{
	display:none;
	width:8%
}
#thCOMP{
	width:40px;
	font-size:8px
}
#thPROVEEDOR{
	width:80px;
	font-size:10px
}
#thHora{
	width:10px;
}
#optProvee{
	font-size:8px;
}
#tdFamilia{
	display:none;
}
#tdArticulo{
	width:100px;
	font-size:12px;
}
#tdExist{
	text-align:center;
	background-color:#DAF7A6;
	font-size:12px;
}
#tdPed{
	text-align:center;
	background-color:#48C9B0;
	font-size:11px;
}
#tdFin{
	text-align:center;
	background-color:#F9E79F;
	font-size:12px;
}
#tdCant{
	text-align:center;
	font-size:12px;
}

@media screen and (orientation : landscape){
	#thArticulo {
	width:280px;
	font-size:10px;
	}	
	#thPROVEEDOR{
	width:280px;
	font-size:10px
	}
	#tdExist{
	text-align:center;
	background-color:#B2EDC5;
	font-size:12px;
	}
	#tdPed{
	text-align:center;
	background-color:#BAFFDF;
	font-size:11px;
	}
	#tdFin{
	text-align:center;
	background-color:#C1FFF2;
	font-size:12px;
	}
}
	
@media screen and (min-device-width:1025px) {
	body{
	background-color: pink;
	}		
		#stockUnificado{
		background-color: white;
		}

		#thFamilia  {
		width:15px;
		display:none;
		}
		#thArticulo {
		width:400px;
		font-size:10px;
		}	
		#thOferta{
		width:40px;
		font-size:8px;
		}
		#thSt{
		width:36px;
		font-size:16px
		}
		#thPED{
		width:36px;
		font-size:16px;
		}
		#thSOB{
		width:36px;
		font-size:16px;
		}
		#thSituacion{
		display:none;
		width:8%
		}
		#thCOMP{
		width:60px;
		font-size:12px
		}		
		
		#thPROVEEDOR{
		width:400px;
		font-size:10px
		}
		#thHora{
		width:10px;
		}	
		#optProvee{
		width:80px;
		font-size:12px;
		}
		#tdExist{
		text-align:center;
		background-color:#F0F0C9;
		font-size:12px;
		}
		#tdPed{
		text-align:center;
		background-color:#F2BB05;
		font-size:11px;
		}
		#tdFin{
		text-align:center;
		background-color:#D74E09;
		font-size:12px;
		}		
}